Files
2019-05-31 16:58:46 +02:00

27 lines
644 B
JSON

{
"MIDI" : {
"NOTE_ON" : [
["20", "doThisThing"],
["22", "doAnotherThing"]
],
"CC" : [
["1", "setThisThing"],
["4", "updateToThisValue"]
]
},
"OSC" : [
["/player/a/load", "loadPlayerA"],
["/capture/stop", "stopTheCapture"],
["/player/a/speed", "setPlayerSpeed"],
["/player/b/position", "setPlayerPosition"]
],
"ANALOG" : [
["0", "setShaderParam0"],
["1", "setShaderParam1"]
],
"KEY" : [
["q", "exit"],
["a", "toggleDelayMode" ],
["z", "increaseDelayFrame"]
]
}