I’ve only got the midi doc so cannot comment on other functions since I went from 1.4.1 to 1.79 and even then I only had 141 on briefly but from the midi spec, these are new functions over 1.77
MixVol
(CC108)
[INDENT]● Enable: Mixer volume can be controlled by sending the MIDI
message with a value ranging from 0 to 100.
● Disable : BeatBuddy ignores all mixer volume commands it receives.[/INDENT]
HPVol(CC109)
[INDENT]● Enable : Headphone volume can be controlled by sending the MIDI
message with a value ranging from 0 to 100.
● Disable : BeatBuddy ignores all mixer volume commands it receives.[/INDENT]
AccentHit
(CC110)
[INDENT]● Enable: The Beatbuddy will play the current song special effect each
time it receives the AccentHit
MIDI messages. You can control the
volume of the special effect by changing the value of the message
ranging from 0 to 127.
● Disable : BeatBuddy ignores all AccentHit
commands it receives.[/INDENT]
Pause/Unpause (CC111)
[INDENT]● Enable: The BeatBuddy will Pause the current song when a
Pause/Unpause message is received. The second time this message
is received, the Beatbuddy will unpause the current song.
● Disable: The BeatBuddy ignores all Pause/Unpause commands it
receives[/INDENT]
Drum Fill (CC112)
[INDENT]● Enable: The BeatBuddy will trigger a drumfill
when a DrumFill
message is received.
● Disable : The BeatBuddy ignores all Drum Fill message it receives.[/INDENT]
Transition (CC113)
[INDENT]● Enable : The BeatBuddy will triggers a transitions when a custom
transition message is received. You can select which part to go after
the transition by setting the value of the command to the index of the
part you want to jump.
○ Value 1 → Part 1
○ Value 2 → Part 2
○ Value 3 → Part 3
○ Value 127 → Next Part
● Disable: The BeatBuddy ignores all Transition Fill message it
receives.[/INDENT]
Outro (CC115)
[INDENT]● Enable: The BeatBuddy will trigger the outro of the song when a
Outro message is received.
● Disable : The BeatBuddy ignores all Outro message it receives.[/INDENT]
Folder/Song Select
[INDENT]It is possible to select current folder and song with the MIDI Bank Select
and Program Change messages. The different folders are addressed with
the Bank Select Message and the current song with the Program change.
This gives a possibility of 16 384 different folders with 128 song each. The
The order of the folders / songs are sorted by the BeatBuddy Manager. The
order in the folders corresponds to the number used by the MIDI messages
-
- This means that Program Change Message must have a value of 0 to
play first song in the menu.
Example:
Folder/Song BANK MSB BANK LSB PG
F1/S1 0 0 0
F1/S2 0 0 1
F3/S3 0 2 3
F129/S4 1 1 4
Note that a Bank Select selects the bank for the next Program Change
message. This means the program does not change until the Program
Change is received, i.e. bank messages alone are not enough to
change a program[/INDENT]