ardour/libs
David Robillard a9936205b1 Fix dropped MIDI events, especially with record enabled.
I am not precisely sure why the cached iterator was causing this problem, it
shouldn't be invalidated, and the times make sense.  It may be some lock
related issue since the iterator holds a lock on the source.

In any case, this cached iterator was just to avoid repeated linear search of
the model, but since the model has a logarithmic search, instead just scrap all
this problematic persistent state and search for the appropriate start time
every read.  No need to be careful about invalidating when anything changes.
2014-11-19 19:24:16 -05:00
..
appleutility NOOP, proper label for flat carbon header includes 2014-10-07 16:53:10 +02:00
ardour Fix dropped MIDI events, especially with record enabled. 2014-11-19 19:24:16 -05:00
ardouralsautil get installdir for libardouralsautil correct 2014-09-06 14:42:25 -04:00
audiographer Add support for USE_CAIRO_IMAGE_SURFACE when building with MSVC 2014-10-29 17:36:30 +00:00
backends allow dummy backend for any product 2014-11-18 17:04:23 -06:00
canvas Avoid possible use of uninitialized values. 2014-11-18 02:55:03 -05:00
clearlooks-newer Add support for USE_CAIRO_IMAGE_SURFACE when building with MSVC 2014-10-29 17:36:30 +00:00
clearlooks-older
evoral amend 484e38053 2014-11-18 05:28:27 +01:00
fst install all additional binaries in $libdir 2014-11-13 19:57:40 +01:00
gtkmm2ext Remove obviously dead/redundant code. 2014-11-18 02:55:03 -05:00
libltc Add support for USE_CAIRO_IMAGE_SURFACE when building with MSVC 2014-10-29 17:36:30 +00:00
midi++2 add abort() to non-reached code 2014-11-14 11:30:08 +01:00
panners some const'ness and hints for clang 2014-11-19 20:38:50 +01:00
pbd add abort() to non-reached code 2014-11-14 11:30:08 +01:00
plugins/reasonablesynth.lv2 Modifications needed to build ReasonableSynth with MSVC 2014-11-09 08:11:46 +00:00
qm-dsp Add support for USE_CAIRO_IMAGE_SURFACE when building with MSVC 2014-10-29 17:36:30 +00:00
surfaces Reduce coupling between Plugin and PluginInsert. 2014-11-03 13:40:50 -05:00
timecode Add support for USE_CAIRO_IMAGE_SURFACE when building with MSVC 2014-10-29 17:36:30 +00:00
vamp-plugins finish unfinished work at basing all install paths on the program name 2014-04-28 21:11:08 -04:00
vfork install all additional binaries in $libdir 2014-11-13 19:57:40 +01:00