Hi everybody. I try to control my Boss GX 10 by Bluetooth using the boss adaptor. I saw a post about the GX 100 here, but I would like to start a new discussion. Info: the GX 10 / boss bluetooth adaptor does not send midi, so the midi learning function will not work. So I have to edit the commands manually in the lyrics. I only want to use some basic features: I want to open patches when a song is loaded and along the song effects shall be on and off. On the GX 10 i made assigns:
CC21 = Chorus on/off (on = 127, off = 0);
CC21 = boost on/off
These are the commands in Stage Traxx:
[midi: PC0@1]
[midi@00:05.00: CC21.127@1]
[midi@00:10.00: CC21.0@1]
[midi@00:10.00: CC20.127@1]
[midi@00:13.00: CC20.0@1]
What works or not:
[midi: PC0@1] = working (when the song is loaded patch 1-1 opens on the GX)
[midi@00:05.00: CC21.127@1] = working (after 5 seconds the chorus goes to "on")
[midi@00:10.00: CC21.0@1] = not working (after 10 seconds the chorus does not go to "off")
[midi@00:10.00: CC20.127@1] = not working (after 10 seconds the boost does not go to "on")
[midi@00:13.00: CC20.0@1] = not working (after 13 seconds the boost does not go to "on")
The GX 10 accepts CC, because "chorus on" works. But what about the others?