It being from my script doesn't help much as soon as you tinker around...
Maybe follow my long explanation above and see if that works first?
Otherwise this whole exercise will become a bit absurd and nobody will learn much in the end...
Cheers,
Tom
Code: Select all
transport.toggleLoop();Code: Select all
cursorTrack = host.createCursorTrack(0,0);Code: Select all
cursorTrack.selectNext();
//or
cursorTrack.selectPrevious();Code: Select all
masterTrack = host.createMasterTrack(0);Code: Select all
masterTrack.getVolume().set(data2, 128);
Code: Select all
masterTrack.getVolume().set(data2, 128); Code: Select all
case _mastervolume:
...Code: Select all
cursorDevice = host.createCursorDevice();
primaryDevice = cursorTrack.getPrimaryDevice();
Code: Select all
masterTrack.getVolume().setIndication(true);Code: Select all
for (var i = 0; i < 8; i++) {
primaryDevice.getMacro(i).getAmount().setIndication(true);
}Submit: News, Plugins, Hosts & Apps | Advertise @ KVR | Developer Account | About KVR / Contact Us | Privacy Statement
© KVR Audio, Inc. 2000-2026