Move isWhiteKey, isBlackKey into Piano.h to make use of these functions in a wider scope
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