mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +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
|
|
@ -885,7 +885,6 @@ void
|
|||
MidiTimeAxisView::check_step_edit ()
|
||||
{
|
||||
MidiRingBuffer<nframes_t>& incoming (midi_track()->step_edit_ring_buffer());
|
||||
Evoral::Note<Evoral::MusicalTime> note;
|
||||
uint8_t* buf;
|
||||
uint32_t bufsize = 32;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue