What you want is the data list: https://usa.yamaha.com/files/download/ot..._dl_d0.pdf
It looks like the Yamaha supports the "Patch Select" option from MobileSheets (which is a CC with 0, MSB, then a CC with 32, LSB, then a program change with the specified value), but that would just change the active instrument. However, looking at the PDF, it has this:
You can see this in the document itself on page 180. It basically says you can change the performance if you specify MSB 63, and then change the LSB to match what you want (a single part performance, multi-part or a library). So please give that a try.
Mike
It looks like the Yamaha supports the "Patch Select" option from MobileSheets (which is a CC with 0, MSB, then a CC with 32, LSB, then a program change with the specified value), but that would just change the active instrument. However, looking at the PDF, it has this:
Code:
_ MSB LSB Program No
Performance (Single Part) Preset 1 63 0 0..127 (1..128)
: : : :
Preset 16 63 15 0..127 (1..128)
User 1 63 16 0..127 (1..128)
: : : :
User 5 63 20 0..127 (1..128)
Library 1 63 24 0..127 (1..128)
: : : :
Library 40 63 63 0..127 (1..128)
Performance (Multi Part) Preset 1 63 64 0..127 (1..128)
: : : :
Preset 16 63 79 0..127 (1..128)
User 1 63 80 0..127 (1..128)
: : ::
User 5 63 84 0..127 (1..128)
Library 1 63 88 0..127 (1..128)
: : ::
Library 40 63 127 0..127 (1..128)
You can see this in the document itself on page 180. It basically says you can change the performance if you specify MSB 63, and then change the LSB to match what you want (a single part performance, multi-part or a library). So please give that a try.
Mike