Using an iPad to send Program Changes

Thank you. What you posted, has helped solve the issue. So, I use a Chord/Lyric Program called Linkesoft Songbook, which doesn’t everything I need, and is cheaper/better than Onsong.

Unfortunatly, the Midi section for help, does not provide much help in regards to Midi. From what dhj has posted, I have worked out the correct Syntax, and it works!
If Song XYZ, requires a patch change with the settings:-
Program Change = 10
Bank#
MSB = 10
LSB = 3
you have write the following into the song at the beginning
{midi: CC32.3, CC0.10, PC10}

So {midi: CC32.xx, CC0.yy, PCzz}
Where
zz = PC#
yy = MSB#
xx = LSB#

Thank you

3 Likes