mirror of
https://github.com/cyberboy666/ofxVideoArtTools.git
synced 2026-08-28 11:24:15 +02:00
27 lines
644 B
JSON
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"]
|
|
]
|
|
} |