InstrumentTrack, NotePlayHandle: fixed note detuning processing
commit2a7ee8b8454c410676ffe1baf52205e60a1a0d23
authorTobias Doerffel <tobias.doerffel@gmail.com>
Sun, 29 Jan 2012 10:36:24 +0000 (29 11:36 +0100)
committerTobias Doerffel <tobias.doerffel@gmail.com>
Sun, 29 Jan 2012 11:00:10 +0000 (29 12:00 +0100)
treeb8263dc83f7e468cdebfbc336a72ba98714b88fe
parentd5205408d3b572c15f571586adcae831803a7a16
InstrumentTrack, NotePlayHandle: fixed note detuning processing

Note detuning did not work properly for patterns starting after the
first bar in the song editor. This has been fixed by introducing
additional information about parent's song-global offset to
NotePlayHandle objects.

Closes #3462555.
(cherry picked from commit 5977041b6e68bd883a7203f6847ae681d7de2c78)
include/note_play_handle.h
src/core/note_play_handle.cpp
src/tracks/InstrumentTrack.cpp