9 #ifndef __PITCHBEND_H__898E3A18_93D1_411D_B7D0_77269C3A0108__
10 #define __PITCHBEND_H__898E3A18_93D1_411D_B7D0_77269C3A0108__
20 : uLow(nLow), uHigh(nHigh)
28 inline unsigned char GetHighByte()
const {
return uHigh; }
32 #endif // __PITCHBEND_H__898E3A18_93D1_411D_B7D0_77269C3A0108__
unsigned char GetLowByte() const
Summary>Returns the High Byte value of the PitchBend value
PitchBend(unsigned char nLow, unsigned char nHigh)
Summary>Returns the Low Byte value of the PitchBend value