Page 1 of 1
Midi message for Sequencer start / stop
Posted: Wed Feb 01, 2023 10:19 pm
by jeffkluth
Im trying to see if I can use my iRIG Blueboard to start and stop the sequencer. I think its possible if I know the midi messages for that function. Has anyone tried this ? THANKS
Posted: Wed Feb 01, 2023 11:01 pm
by voip
Try sending CC#45 to the Nautilus.
.
Posted: Wed Feb 01, 2023 11:17 pm
by jeffkluth
thanks my app wants a controller number and a value - do you know what I should put there ?
Posted: Thu Feb 02, 2023 9:33 am
by voip
Try using values below 63 for off, and up to 127 for on. If that doesn't work, as an alternative, try sending SysEx messages: FA to start, FC to stop, and FB to continue.
.
sequencer mode working but sequencer not
Posted: Fri Feb 03, 2023 11:57 pm
by jeffkluth
So I was able to come up with the SYSEX message to change modes between Combi and Sequencer mode but so far no luck on Sequencer Start. The syses I captured when I started it manually was
F0 42 32 00 01 5D 6D 0A 00 00 05 00 00 00 00 F7
but when I send it nothing is happening.
The sysex that changes to sequencer mode that works is
F0 42 32 00 01 5D 4E 04 F7
Posted: Sat Feb 04, 2023 6:44 pm
by voip
Sorry, I should have said System Realtime Messages: FA is sequencer start, FB is Continue, and FC is stop, at lease according to the MIDI Implementation document.
https://www.korg.com/us/support/downloa ... /873/4923/
.
Start sequencer from external device
Posted: Mon Feb 06, 2023 4:26 pm
by jeffkluth
Found it. You have to set the Midi Set up/Midi clock to either to External Midi or Auto Midi and then it will recognize the Start Sequencer command
Posted: Tue Feb 07, 2023 7:37 pm
by voip
Excellent. Glad it works :-)
.