Pattern: fix beat pattern behaviour with different time signatures

This commit is contained in:
Vesa
2014-03-05 05:28:46 +02:00
parent 06421005dd
commit 5d1e864417
2 changed files with 112 additions and 31 deletions

View File

@@ -71,6 +71,8 @@ public:
void removeNote( const note * _note_to_del );
note * getNoteAtStep( int _step );
note * rearrangeNote( const note * _note_to_proc,
const bool _quant_pos = true );
void rearrangeAllNotes();