GT1000 Patch MIDI send 7 byte bug

Started by ztan, September 23, 2021, 08:47:56 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

thjorth

Quote from: Boisdelac on May 03, 2022, 11:47:06 AM
@thjorth

Concerning the GT1000 MIDI implementation statement (and in my experience) to select all patches you have to send the following commands


patch U1-1 thru U25-5    MIDI Commands .... CC# 0, Value 0 - CC# 20, Value 0 - PC# 0...127 (actually 0...124 because the GT1000 has got only 125 different patches per bank)

patch U26-1 thru U50-5   MIDI Commands ....  CC# 0, Value 1 - CC# 20, Value 0 - PC# 0...127

patch P1-1 thru P25-5    MIDI Commands ....  CC# 0, Value 2 - CC# 20, Value 0 - PC# 0...127

patch P26-1 thru P50-5   MIDI Commands ....  CC# 0, Value 3 - CC# 20, Value 0 - PC# 0...127


You can find the MIDI implementation statement here

https://static.roland.com/assets/media/pdf/GT-1000-MIDI-Implementation.pdf

Thanks. That was just the info I was looking for  :)

I tried looking in that document and had found this section about bank selection. I was just not sure what those hex values translated to in terms of CC and values.