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 bdad822 commit d43cd6bCopy full SHA for d43cd6b
handlerOSC/sendOSC.pde
@@ -59,10 +59,6 @@ void sendTrainingOscToWekinator() {
59
void sendOutputOscToWekinator() {
60
OscMessage msg = new OscMessage("/wekinator/control/outputs");
61
62
- for (int i=0; i<FXBtns.length; i++) {
63
- msg.add((float)FXBtns[i].getValue());
64
- }
65
-
66
for (int i=0; i<knobCCs.length; i++) {
67
msg.add((float)knobVal[i]);
68
}
0 commit comments