mirror of
https://github.com/LMMS/lmms.git
synced 2026-03-11 02:26:19 -04:00
* do not include instrument_track.h in note_play_handle.h by making two functions non-inline * renamed notePlayHandleVector / constNotePlayHandleVector to NotePlayHandleList / ConstNotePlayHandleList and changed typedef to QList (which has faster insert- and remove-operations). * removed unused method willFinishThisPeriod() Signed-off-by: Tobias Doerffel <tobias.doerffel@gmail.com>