Subversion Repository Public Repository

Nextrek

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
    "uid": "07DDB0700002D0ED",
    "isLoaded": true,
    "lastModificationTime": 1426437207724,
    "items": {
        "parentId": "4F83188DK2895A4449SBAF7E09712D75291C",
        "displayName": "$$191B3DFEKC1A5A4764SAEFDE64A866B575B9",
        "windowTitle": "$$191B3DFEKC1A5A4764SAEFDE64A866B575B9",
        "type": "event_command",
        "id": "gs.PlaySound",
        "group": "$$42B163D5K15C1A4737SA896EB7D0DDAA19AC",
        "subGroup": "$$8FDFEA30K0102A46B5S8271EE34632EFFFF4",
        "windowSize": {
            "w": 400
        },
        "defaultValue": {
            "sound": {
                "volume": 100,
                "playbackRate": 100
            },
            "musicEffect": 0,
            "loop": 0,
            "waitForCompletion": 0
        },
        "quickItems": [
            {
                "label": "$$P61",
                "valueFormula": "return fmtResource(p.sound);",
                "identifier": "audio",
                "variableButton": {
                    "dataSource": "strings"
                },
                "attribute": "sound",
                "type": "GSQPopupField",
                "dialog": {
                    "uid": "dialog.selectAudioResource",
                    "parameters": {
                        "folder": "Audio/Sounds"
                    }
                },
                "icon": {
                    "name": "listen-01"
                }
            },
            {
                "label": "$$P141",
                "lockable": true,
                "valueFormula": "return p.sound.volume + '%';",
                "attribute": "sound.volume",
                "minimum": 0,
                "maximum": 100,
                "type": "GSQSlider"
            },
            {
                "label": "$$P142",
                "lockable": true,
                "valueFormula": "return p.sound.playbackRate + '%';",
                "attribute": "sound.playbackRate",
                "minimum": 50,
                "maximum": 150,
                "type": "GSQSlider"
            },
            {
                "label": "$$ED7B5BF9KDE84A4CE8S9308E872A21F2D766",
                "valueFormula": "return GS.CONST.YES_NO[p.loop]",
                "attribute": "loop",
                "type": "GSQCheckBox"
            },
            {
                "type": "GSQPopupField",
                "attribute": "waitForCompletion",
                "identifier": "waitForCompletion",
                "dataSource": [
                    "$$2EA7A7BF12D3404F62094CA6644784A9FC40",
                    "$$97A5E676K2351A43FCSB0DFEBB5CF7A73243"
                ],
                "valueFormula": "return (p.waitForCompletion ? lcs('97A5E676K2351A43FCSB0DFEBB5CF7A73243') : lcs('2EA7A7BF12D3404F62094CA6644784A9FC40'))"
            }
        ],
        "expandedView": {
            "columns": [
                {
                    "sections": [
                        {
                            "label": "$$9FEB895376A9F34CF86B5494DBD692B58693",
                            "rows": [
                                {
                                    "items": [
                                        {
                                            "label": "$$82B42E04K0024A4CD4S9EBDE72C5EF7E6898",
                                            "valueFormula": "return GS.CONST.YES_NO[p.musicEffect]",
                                            "attribute": "musicEffect",
                                            "type": "GSQCheckBox"
                                        }
                                    ]
                                }
                            ]
                        }
                    ]
                }
            ]
        },
        "rawContent": "{\n    \"parentId\": \"AFAD6CEFK59C1A4298SBABFE7AEC1B964622\",\n    \"displayName\": \"$$191B3DFEKC1A5A4764SAEFDE64A866B575B9\",\n    \"windowTitle\": \"$$191B3DFEKC1A5A4764SAEFDE64A866B575B9\",\n    \"type\": \"event_command\",\n    \"id\": \"gs.PlaySound\",\n    \"group\": \"$$42B163D5K15C1A4737SA896EB7D0DDAA19AC\",\n    \"subGroup\": \"$$8FDFEA30K0102A46B5S8271EE34632EFFFF4\",\n    \"windowSize\": {\n        \"w\": 400\n    },\n    \"defaultValue\": { \"sound\": { \"volume\": 100, \"playbackRate\": 100 }, \"musicEffect\": 0, \"loop\": 0, \"waitForCompletion\": 0 },\n    \"quickItems\": [\n        {\n            \"label\": \"$$P61\",\n            \"valueFormula\": \"return fmtResource(p.sound);\",\n            \"identifier\": \"audio\",\n            \"variableButton\": { \"dataSource\": \"strings\" },\n            \"attribute\": \"sound\",\n            \"type\": \"GSQPopupField\",\n            \"dialog\": { \"uid\": \"dialog.selectAudioResource\", \"parameters\": { \"folder\": \"Audio/Sounds\" } },\n            \"icon\": { \"name\": \"listen-01\" }\n        },\n        {\n            \"label\": \"$$P141\",\n            \"lockable\": true,\n            \"valueFormula\": \"return p.sound.volume + '%';\",\n            \"attribute\": \"sound.volume\",\n            \"minimum\": 0,\n            \"maximum\": 100,\n            \"type\": \"GSQSlider\"\n        },\n        {\n            \"label\": \"$$P142\",\n            \"lockable\": true,\n            \"valueFormula\": \"return p.sound.playbackRate + '%';\",\n            \"attribute\": \"sound.playbackRate\",\n            \"minimum\": 50,\n            \"maximum\": 150,\n            \"type\": \"GSQSlider\"\n        },\n        {\n            \"label\": \"$$ED7B5BF9KDE84A4CE8S9308E872A21F2D766\",\n            \"valueFormula\": \"return GS.CONST.YES_NO[p.loop]\",\n            \"attribute\": \"loop\",\n            \"type\": \"GSQCheckBox\"\n        },\n        GSQ.CONTROLS.WAIT_FOR_COMPLETION\n    ],\n    \"expandedView\": {\n        \"columns\": [\n            {\n                \"sections\": [\n                    {\n                        \"label\": \"$$9FEB895376A9F34CF86B5494DBD692B58693\",\n                        \"rows\": [\n                            {\n                                \"items\": [\n                                    {\n                                        \"label\": \"$$82B42E04K0024A4CD4S9EBDE72C5EF7E6898\",\n                                        \"valueFormula\": \"return GS.CONST.YES_NO[p.musicEffect]\",\n                                        \"attribute\": \"musicEffect\",\n                                        \"type\": \"GSQCheckBox\"\n                                    }\n                                ]\n                            }\n                        ]\n                    } \n                ]\n            }\n        ]\n    }\n}",
        "name": "Play Sound",
        "order": 2
    },
    "summary": [
        "name",
        "type"
    ]
}

Commits for Nextrek/s2s/data/07DDB0700002D0ED.json

Diff revisions: vs.
Revision Author Commited Message
1086 Diff Diff ASorrentino picture ASorrentino Fri 11 May, 2018 21:50:37 +0000
1084 MOliva picture MOliva Fri 11 May, 2018 12:41:55 +0000