Midi Volume and Balance Msg

Everything else that doesn't fall into one of the other PB categories.
Learner
User
User
Posts: 15
Joined: Tue Dec 14, 2004 1:32 am
Location: Australia

Midi Volume and Balance Msg

Post by Learner »

Does anyone know how to send midi Volume and Balance Messages along the lines of:

midiOutShortMsg_(hMo, $C0 | Channel | Patch<< 8 )

Thanks.

Ok Solved it..

Channel=1
Controller1=7 ;Channel Volume, '10' for pan
Vol=127
midiOutShortMsg_(hMo, $B0 | Channel | Controller1 << 8| Vol << 16)