PA300 Midi
Moderators: Sharp, X-Trade, Pepperpotty, karmathanever
-
- Posts: 2
- Joined: Thu Mar 28, 2024 2:33 pm
PA300 Midi
I am trying to control the PA300 through the device port of the keyboard. I am sending it standard MIDI commands to control the stye, voice, volume, transposition, and volume. I am using standard control_channel and program_channel functions. For example to adjust the volume I send a control_value of 0xB0 with the last 0 being the channel number, then the CC# which 7 followed by the volume level desired which in my case is 100. The string sent looks like 0xB0. 7, 100. It does not change the volume. Can anyone help? Thanks!