Merge pull request #412 from diizy/stable-0.4

Pattern: fix beat pattern behaviour with different time signatures
This commit is contained in:
Tobias Doerffel
2014-03-05 09:32:37 +01:00
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();