playing/recording pianoRoll's chord notes (#4963)

This commit is contained in:
sharpblade4
2019-05-24 19:37:14 +03:00
parent d54c79d33b
commit 28143e61ed
2 changed files with 62 additions and 24 deletions

View File

@@ -296,6 +296,8 @@ private:
void testPlayNote( Note * n );
void testPlayKey( int _key, int _vol, int _pan );
void pauseTestNotes(bool pause = true );
void playChordNotes(int key, int velocity=-1);
void pauseChordNotes(int key);
QList<int> getAllOctavesForKey( int keyToMirror ) const;