mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 02:56:35 +01:00
Update recorded MIDI regions as notes arrive. Fixes one cause of infinite note-lengths during record. Fix various problems with multiple captures of MIDI during one pass.
git-svn-id: svn://localhost/ardour2/branches/3.0@7887 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
a029a112a6
commit
ba0458cf1f
18 changed files with 169 additions and 226 deletions
|
|
@ -266,8 +266,6 @@ SMFSource::write_unlocked (MidiRingBuffer<nframes_t>& source, framepos_t positio
|
|||
Evoral::SMF::flush();
|
||||
free(buf);
|
||||
|
||||
ViewDataRangeReady (_last_write_end, duration); /* EMIT SIGNAL */
|
||||
|
||||
return duration;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue