Pattern: Refactor getNoteAtStep -> noteAtStep

This commit is contained in:
Vesa
2014-03-05 10:37:48 +02:00
parent 10b1f12e7e
commit b49f4e483e
2 changed files with 6 additions and 6 deletions

View File

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