While waiting on the updated OS app for the iPhone (I can’t load the BB mode in custom yet due to this app not working) I am attempting to program my own custom mode.
I have successfully gotten Pause/Unpause, Outro and Tap Tempo to work but that’s all.
I need help on setting up the proper commands for Start (which I assume would start an intro if one was a part of the song or just start the same as pressing the fat button on the BB pedal)
Next Part and Previous Part don’t work for me either.
Using the MIDI diagram from Singular Sound below:
these aren’t working for me but I’m thinking maybe I have to combine them. Example CC 113 value 1 (or 2) just plays a continuous transition loop but the explanation below makes it look like it should begin the transition and go to the part 1 or 2 described. I’ve also tried either 126 or 127 and those also loops forever.
The chart below says:
Next Part. Sent whenever song part is changed on the BeatBuddy, at the end of the transition
CC-113 [1-127] Starts song transition
(Selects the next part)
1: Starts transition, will jump to Part 1 on exit
2: Starts transition, will jump to Part 2 on exit
3: Starts transition, will jump to Part 3 on exit
126: Starts transition, will jump to previous part on exit
127: Starts transition, will jump to next part on exit
Transition will continue looping until value is changed to 0.
It is possible to start a song with a transition.
|0|Quits the transition and go to specified part|
I tried to create a “start” button and used CC 114 Value 0 but it doesn’t respond. On your diagram you have a <0 but I didn’t think the < symbol was something I could add? So, what the exact command for start if not CC 114 Value 0?
CC-114 >0 Starts the playback of the current song
Does anyone who know how to make this work?