We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a38364 commit 17f4a57Copy full SHA for 17f4a57
TouchOSC/TouchOSC.control.js
@@ -200,7 +200,7 @@ function init()
200
tOSC.masterVolumeHasChanged = true;
201
});
202
203
- tOSC.cRemoteControl = tOSC.cDevice.createMainRemoteControls(8);
+ tOSC.cRemoteControl = tOSC.cDevice.createCursorRemoteControlsPage(8);
204
205
for (var j=0; j<4; j++) {
206
tOSC.cClipTrack[j] = tOSC.cClipWindow.getTrack(j);
0 commit comments