We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b79ec3a commit 66887dcCopy full SHA for 66887dc
handlerOSC/sendOSC.pde
@@ -66,7 +66,6 @@ void sendOutputOscToWekinator() {
66
for (int i=0; i<knobCCs.length; i++) {
67
msg.add((float)knobVal[i]);
68
}
69
- println(msg);
70
osc.send(msg, wekAddr); // total 5 FX + 20 dist + 2 xy origin = 27
71
72
0 commit comments