hi guys,
i`m trying to build a patch for my bitstream with various functions.
first thing is a automap feature where i can control the 8 macros of the first rack of each track. that means i have control over 4 tracks at a time. so far so good. that`s no problem, but i want to go further.
i want that the bitstream automaticlly switches groups when i select a track. so when i select track 5 or 6 it switches to group 2.
i know that should be possible with sysex, but i don`t have any experience with that.
and i don`t know how to format a message so the bitstream accept it.
hope that somebody can help me!
i think if somebody could give me an example of the sysex message to change groups that would be enough, as my knowledge of midi and max is quite ok.
jerome from waveidea already sent me this:
Yes you can select a group from an incoming sysex,
f0 00 20 4f 00 01 - 00 01 07 00 - gg 00 f7
not tested but should be the way to do (gg is 0 to 20 so 0 to 14h in hexa)
but when i send f0 00 20 4f 00 01 00 01 07 00 01 00 f7 to the bitstream nothing happens. so i guess something is wrong with the syntax. the midi in led is flashing one time, but thats all
midi filter is off, i`m using lh_midiout.
thanks in advance
andreas