control-freak-ide/server/nodejs/testPackage/driver/Audio-Player.xblox
plastic-hub-dev-node-saturn 538369cff7 latest
2021-05-12 18:35:18 +02:00

102 lines
2.7 KiB
Plaintext

{
"blocks": [
{
"_containsChildrenIds": [],
"group": "basic",
"id": "8fce6c61-7988-cc93-fc9e-e1c37d01d874",
"declaredClass": "xcf.model.Command",
"startup": false,
"send": "return \"play \" + [LongSound];",
"name": "Play-Long",
"interval": "0",
"flags": 34816,
"waitForResponse": false,
"icon": "fa-exclamation",
"enabled": true,
"shareTitle": "",
"description": "No Description",
"order": 0,
"type": "added"
},
{
"_containsChildrenIds": [
"items"
],
"group": "basic",
"id": "b6c1d113-2a7f-7a87-efef-9eb34405f63d",
"declaredClass": "xcf.model.Command",
"startup": false,
"send": "return \"play \" + [ShortSound];\n\n",
"name": "Play-Short",
"interval": "0",
"flags": 34816,
"waitForResponse": false,
"icon": "fa-exclamation",
"enabled": true,
"shareTitle": "",
"description": "No Description",
"order": 0,
"type": "added",
"items": [
"15e071be-918f-b7cd-135d-c2e5f1cca21e"
]
},
{
"_containsChildrenIds": [],
"parentId": "b6c1d113-2a7f-7a87-efef-9eb34405f63d",
"id": "15e071be-918f-b7cd-135d-c2e5f1cca21e",
"declaredClass": "xblox.model.code.RunScript",
"name": "Run Script",
"method": "console.log('play finish');",
"args": "",
"deferred": false,
"icon": "fa-code",
"enabled": true,
"shareTitle": "",
"order": 0,
"type": "added",
"description": "No Description"
},
{
"_containsChildrenIds": [],
"name": "ShortSound",
"group": "basicVariables",
"id": "3bce04f8-0131-eff3-493a-d7adff2fb264",
"declaredClass": "xcf.model.Variable",
"gui": "off",
"cmd": "off",
"save": false,
"target": "None",
"value": "/home/mc007/Music/BachGavotteShort.mp3",
"register": true,
"readOnly": false,
"enabled": true,
"shareTitle": "",
"description": "No Description",
"order": 0,
"type": "added",
"icon": "fa-play"
},
{
"_containsChildrenIds": [],
"name": "LongSound",
"group": "basicVariables",
"id": "c040790b-36ab-4bdd-6fc5-1e9b1d2874ce",
"declaredClass": "xcf.model.Variable",
"gui": "off",
"cmd": "off",
"save": false,
"target": "None",
"value": "/home/mc007/Music/Sasha/HeyNow.mp3",
"register": true,
"readOnly": false,
"enabled": true,
"shareTitle": "",
"description": "No Description",
"order": 0,
"type": "added",
"icon": "fa-play"
}
],
"variables": null
}