13
0
livetrax/libs
Paul Davis 3e4b608724 fix endless messages about MIDI events being dropped.
track-owned MIDI port buffers (at the Ardour level) get ::flush_buffers() called twice, once by Delivery::flush_buffers() which is called
at the end of MidiTrack::rol() to push data out in graph order, and then finally as a last-chance effort in PortManager::cycle_end().

This should not cause a repeated attempt to write the same data, but it was. Fixed by marking the buffer empty once its data has
been flushed into a backend port buffer.
2013-10-21 11:24:31 -04:00
..
appleutility
ardour fix endless messages about MIDI events being dropped. 2013-10-21 11:24:31 -04:00
audiographer Allow compiling with c++11 enabled 2013-07-15 22:57:34 -05:00
backends fix up issues with MIDI I/O option when using jack1 or jack2's most recent options for this 2013-10-15 15:22:25 -04:00
clearlooks-newer Fix some compilation warnings 2013-03-30 18:09:40 +01:00
clearlooks-older
evoral Include evoral/Note.hpp before pbd/compose.h 2013-07-15 22:57:34 -05:00
fst disable unused windows-vst / ALSA-MIDI code 2013-02-19 22:17:20 +00:00
gtkmm2ext update russian translation (again) 2013-10-15 14:03:59 -04:00
libltc
midi++2 fixes to get MTC (and probably MIDI clock) slaving working again 2013-08-13 12:53:28 -04:00
panners add copyright comments 2013-01-16 18:22:15 +00:00
pbd re-fix typo in PBD::demangle() for systems without execinfo.h 2013-10-15 10:52:29 -04:00
plugins/reasonablesynth.lv2 add missing waflib include to rsynth.lv2 2013-10-20 17:29:03 +02:00
qm-dsp Fix some compilation warnings 2013-03-23 14:50:58 +01:00
rubberband Fix some compilation warnings 2013-03-23 14:50:58 +01:00
surfaces reduce default height of mackie control GUI, as per #5713 2013-10-15 13:28:01 -04:00
taglib
timecode Timecode: fix subframe rounding 2013-08-04 16:22:00 +02:00
vamp-plugins
vamp-sdk