I'm trying to transpose my PA4x with midi or sysex commands. I'm using an iPad to select setups in my gear on stage.
the upgrade manual says:
- Master Transpose and Quarter Tone Scales sent and received
via MIDI
Master Transpose and Quarter Tone Scale settings are now sent and received
via MIDI.
▪▪ Master Transpose is in a standard format, that can be received by all GMcompliant
devices.
▪▪ Quarter Tone Scale settings are in a proprietary format, that can be understood
by all Pa-Series instruments including this feature.
So, what cc or gm code do I have to use for this actions,
I tried with sysex which is working well in style, sequencer and sound mode but not in song mode.
Sysex for transposing:
.....
F0 7F 7F 04 04 00 3D --> -3
F0 7F 7F 04 04 00 3E --> -2
F0 7F 7F 04 04 00 3F --> -1
F0 7F 7F 04 04 00 40 --> transpose back to 0 = same as pushing - and +
F0 7F 7F 04 04 00 41 --> +1
F0 7F 7F 04 04 00 42 --> +2
F0 7F 7F 04 04 00 43 --> +3
... and so on ....
What can I do to get transpose by sysex in song mode working or other solutions
Hope for some help here