Pattern: Refactor getNoteAtStep -> noteAtStep
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user