13
0
livetrax/libs
David Robillard 208cb967e5 Warn about skipped MIDI events
This can occur when the MIDI readahead time is too low and events get
pushed into the MidiRingBuffer after the corresponding read.  In this
case, skip_to() gets called (as it does before every read) and the
events are silently dropped.

This is a Very Bad Thing(TM), so warn about it.  I am not sure which
other scenarios can skip events that aren't problematic, but there's
probably some.  A more sophisticated detection/reporting (or maybe even
dynamic reconfiguration) scheme would be nice here, but some false
positive messages are at least better than silently failing to play
notes and the like.
2016-10-17 20:22:26 -04:00
..
appleutility
ardour Warn about skipped MIDI events 2016-10-17 20:22:26 -04:00
ardouralsautil
audiographer spelling corrections from Jaromír Mikeš <mira.mikes@seznam.cz> 2016-10-17 17:57:39 -04:00
backends spelling corrections from Jaromír Mikeš <mira.mikes@seznam.cz> 2016-10-17 17:57:39 -04:00
canvas Tempo curve cleanup, now also works on optimized builds. 2016-10-17 01:28:33 +11:00
clearlooks-newer
clearlooks-older
evoral SMF add support for type-0 files (count channels, not tracks) 2016-10-05 20:08:26 +02:00
fluidsynth
fst Make some functions which are needed for native VST support like snprintf() visible in FreeBSD. 2016-10-04 22:59:16 +02:00
gtkmm2ext map::clear() calls erase. Cleans up cpp check warning 'iterator used after element has been erased' 2016-10-12 14:50:02 -04:00
libltc
lua Lua binding for std::map<>::at() 2016-10-07 03:39:22 +02:00
midi++2
panners
pbd fix potentially crash-inducing race condition by removing event loops' x-thread channel from an event loop when it is destroyed 2016-10-17 14:48:15 -04:00
plugins Increase range of a-comp release time. 2016-10-15 21:27:29 +02:00
ptformat
qm-dsp Allow 'qm-dsp' to build again with MSVC 2016-10-07 17:58:28 +01:00
surfaces reset peak meters used in push2 when stripable goes away 2016-10-17 15:58:39 -04:00
timecode
vamp-plugins update/include Queen Mary Vamp plugin set 2016-10-06 00:58:16 +02:00
vfork