9 #ifndef __POLYPHONICPRESSURE_H__CA14D2EE_2BC0_4448_AA3D_5AC1F14983E9_
10 #define __POLYPHONICPRESSURE_H__CA14D2EE_2BC0_4448_AA3D_5AC1F14983E9_
17 unsigned char uPressure;
20 : uKey(argKey), uPressure(argPressure)
25 inline unsigned char GetKey()
const {
return uKey; }
28 inline unsigned char GetPressure()
const {
return uPressure; }
32 #endif // __POLYPHONICPRESSURE_H__CA14D2EE_2BC0_4448_AA3D_5AC1F14983E9_
unsigned char GetPressure() const
Returns the Pressure value that should be applied to the Key.
unsigned char GetKey() const
Returns the Key value that the pressure should be applied to.