mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-19 05:06:31 +01:00
add note IDs and use them for looking up notes during a history rebuild. NOTE: INVALIDATES OLDER HISTORY FILES
git-svn-id: svn://localhost/ardour2/branches/3.0@7449 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
3ef1a678b4
commit
bf91ed99ec
24 changed files with 496 additions and 395 deletions
|
|
@ -205,7 +205,7 @@ MidiSource::midi_read (Evoral::EventSink<nframes_t>& dst, sframes_t source_start
|
|||
const sframes_t time_frames = converter.to(i->time());
|
||||
if (time_frames < start + cnt) {
|
||||
dst.write(time_frames + stamp_offset - negative_stamp_offset,
|
||||
i->event_type(), i->size(), i->buffer());
|
||||
i->event_type(), i->size(), i->buffer());
|
||||
if (tracker) {
|
||||
Evoral::MIDIEvent<Evoral::MusicalTime>& ev (*(Evoral::MIDIEvent<Evoral::MusicalTime>*) (&(*i)));
|
||||
if (ev.is_note_on()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue