Willie
6 vuotta sitten
vanhempi
sitoutus
44164f8eb4
|
@@ -0,0 +1,66 @@
|
|
|
+[{
|
|
|
+ "name": "Rock",
|
|
|
+ "prgNumber": 100,
|
|
|
+ "button": [{
|
|
|
+ "name": "EQ0",
|
|
|
+ "type": "switch"
|
|
|
+ }, {
|
|
|
+ "name": "Drv0",
|
|
|
+ "type": "switch"
|
|
|
+ }, {
|
|
|
+ "name": "Chr0",
|
|
|
+ "type": "momentary"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "events": [{
|
|
|
+ "type": "INTERNAL",
|
|
|
+ "event": "START"
|
|
|
+ "data": [{
|
|
|
+ "channel": "INTERNAL",
|
|
|
+ "type": "CC",
|
|
|
+ "data1": 8,
|
|
|
+ "data2" : 1
|
|
|
+ },{
|
|
|
+ "channel": "INTERNAL",
|
|
|
+ "type": "CC",
|
|
|
+ "data1": 9,
|
|
|
+ "data2" : 2
|
|
|
+ },{
|
|
|
+ "channel": "INTERNAL",
|
|
|
+ "type": "CC",
|
|
|
+ "data1": 10,
|
|
|
+ "data2" : 3
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ ]
|
|
|
+ }, {
|
|
|
+ "name": "Pop",
|
|
|
+ "prgNumber": 0,
|
|
|
+ "button": [{
|
|
|
+ "name": "EQ0",
|
|
|
+ "type": "switch"
|
|
|
+ }, {
|
|
|
+ "name": "Drv0",
|
|
|
+ "type": "momentary"
|
|
|
+ }, {
|
|
|
+ "name": "Chr0",
|
|
|
+ "type": "switch"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }, {
|
|
|
+ "name": "Soul",
|
|
|
+ "prgNumber": -1,
|
|
|
+ "button": [{
|
|
|
+ "name": "EQ0",
|
|
|
+ "type": "momentary"
|
|
|
+ }, {
|
|
|
+ "name": "Drv0",
|
|
|
+ "type": "switch"
|
|
|
+ }, {
|
|
|
+ "name": "Chr0",
|
|
|
+ "type": "switch"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+]
|