We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0965a4 commit ccaeff3Copy full SHA for ccaeff3
1 file changed
OpenBCI_GUI/W_Networking.pde
@@ -1470,7 +1470,7 @@ class Stream extends Thread {
1470
if (this.protocol.equals("OSC")) {
1471
for (int i = 0; i < numExgChannels; i++) {
1472
msg.clearArguments();
1473
- msg.setAddrPattern(baseOscAddress + "/fft/" + i);
+ msg.setAddrPattern(baseOscAddress + "/fft/ch" + i);
1474
for (int j = 0; j < 125; j++) {
1475
msg.add(fftBuff[i].getBand(j));
1476
}
0 commit comments