104 lines
1.8 KiB
JSON
104 lines
1.8 KiB
JSON
{
|
|
|
|
|
|
"cc2cc": [
|
|
{
|
|
"_comment": "route incoming ws CC to another local CC/midi device",
|
|
"name": "ocs2 lfo1 fq (= chan 2 cc 13) to bcr chan 2 cc 10",
|
|
"songname": "all",
|
|
"chanIN" : 2,
|
|
"ccs" : 13,
|
|
"chanOUT" : 2,
|
|
"ccOUT": 1,
|
|
"valuetype" : "linear",
|
|
"mididest" : "BCR2000 Port 1"
|
|
},
|
|
{
|
|
"name": "bass2",
|
|
"songname": "song2",
|
|
"chanIN" : 1,
|
|
"ccs" : "all",
|
|
"chanOUT" : 1,
|
|
"ccOUT": 10,
|
|
"valuetype" : "curved",
|
|
"mididest" : "Virtual Midi A"
|
|
}
|
|
],
|
|
|
|
"Specials": [
|
|
{
|
|
"_comment": "Pas implementé encore dans nozoidUI",
|
|
"name": "autotempo",
|
|
"songname": "song1",
|
|
"chanIN" : 16,
|
|
"notes" : 127,
|
|
"notetype" : "on",
|
|
"code": "autotempo",
|
|
"valuetype" : 105,
|
|
"laser" : 0
|
|
},
|
|
{
|
|
"name": "resetCCON",
|
|
"songname": "all",
|
|
"chanIN" : 16,
|
|
"notes" : 126,
|
|
"notetype" : "on",
|
|
"code": "resetCCON",
|
|
"valuetype" : 105,
|
|
"laser" : 0
|
|
},
|
|
{
|
|
"name": "resetCCOFF",
|
|
"songname": "all",
|
|
"chanIN" : 16,
|
|
"notes" : 126,
|
|
"notetype" : "off",
|
|
"code": "resetCCOFF",
|
|
"valuetype" : 105,
|
|
"laser" : 0
|
|
},
|
|
{
|
|
"name": "BangON",
|
|
"songname": "all",
|
|
"chanIN" : 16,
|
|
"notes" : 125,
|
|
"notetype" : "on",
|
|
"code": "bangON",
|
|
"valuetype" : 105,
|
|
"laser" : 0
|
|
},
|
|
{
|
|
"name": "BangOFF",
|
|
"songname": "all",
|
|
"chanIN" : 16,
|
|
"notes" : 125,
|
|
"notetype" : "off",
|
|
"code": "bangOFF",
|
|
"valuetype" : 105,
|
|
"laser" : 0
|
|
},
|
|
{
|
|
"name": "StrobeON",
|
|
"songname": "all",
|
|
"chanIN" : 16,
|
|
"notes" : 124,
|
|
"notetype" : "on",
|
|
"code": "strobeON",
|
|
"valuetype" : 105,
|
|
"laser" : 0
|
|
},
|
|
{
|
|
"name": "StrobeOFF",
|
|
"songname": "all",
|
|
"chanIN" : 16,
|
|
"notes" : 124,
|
|
"notetype" : "off",
|
|
"code": "strobeOFF",
|
|
"valuetype" : 105,
|
|
"laser" : 0
|
|
}
|
|
]
|
|
|
|
|
|
|
|
} |