Merge pull request #2541 from Wallacoloo/piano-isXKey
Move isWhiteKey, isBlackKey into Piano.h
This commit is contained in:
@@ -63,6 +63,9 @@ public:
|
||||
return m_midiEvProc;
|
||||
}
|
||||
|
||||
static bool isWhiteKey(int key);
|
||||
static bool isBlackKey(int key);
|
||||
|
||||
|
||||
private:
|
||||
static bool isValidKey( int key )
|
||||
|
||||
Reference in New Issue
Block a user