Rio Posted October 17, 2012 Posted October 17, 2012 (edited) Hi all, i have read of following MIDI CC implementation: --------+-----------+---------+------------------------------------------------ 0x40/ 64| 0x00-0x7f | 0x00 | sets the step of the track which should | | | be played on next step increment. Especially | | | useful in conjunction with Loopback function! | | | (one CC track controls the steps of another track) | | | Value 0 will be ignored | | | Value 1-32 changes the step | | | Value 33-127 are mirrored to 1-32 (don't use..) --------+-----------+---------+------------------------------------------------ .. and in my setup it could be useful to reset all playing patterns at once. So is there an easier way to set all tracks/all patterns to step 1 maybe via 1 CC instead of 16x NRPN CC? PS: thats only a question, maybe i have overseen something like this in the manual... Thanks for any suggestion, how i can get it somehow to work :). Best greets, rio Edited October 17, 2012 by Rio
TK. Posted October 17, 2012 Posted October 17, 2012 The normal way to reset the sequencer and to play from step 1 would be to send a MIDI Clock Start event (FA) Advantage: this will synchronize the MBSEQ also to your other devices. If you want to manually reset all tracks to step 1, just press the stop button two times - there is no need to do this via CC Best Regards, Thorsten.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now