Skip to content

Commit 17f4a57

Browse files
committed
Fix for API 2 Beta 4.
1 parent 7a38364 commit 17f4a57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TouchOSC/TouchOSC.control.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ function init()
200200
tOSC.masterVolumeHasChanged = true;
201201
});
202202

203-
tOSC.cRemoteControl = tOSC.cDevice.createMainRemoteControls(8);
203+
tOSC.cRemoteControl = tOSC.cDevice.createCursorRemoteControlsPage(8);
204204

205205
for (var j=0; j<4; j++) {
206206
tOSC.cClipTrack[j] = tOSC.cClipWindow.getTrack(j);

0 commit comments

Comments
 (0)