13
0
livetrax/libs
Paul Davis cdd415cdaf tweaks to MidiBuffer::push_back() variants
1. there's no reason to make the same logic checks in both the Event and 3-arg variants when the Event
version simply calls the 3-arg variant

2. the Event version returned true under all conditions, even if the 3-arg part had failed to push
the Event data into the buffer. It now returns true or false, as intended.

3. remove debug output if a MidiBuffer is full during ::push_back(). The cases where this matters
emit output of their own, or simply remain silent and queue data later
2015-10-09 11:05:55 -04:00
..
appleutility NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
ardour tweaks to MidiBuffer::push_back() variants 2015-10-09 11:05:55 -04:00
ardouralsautil
audiographer use quotes for in-tree pbd/glib wrapper include 2015-10-05 22:15:18 +02:00
backends Fix handling of Sysex messages with WinMME midi driver 2015-10-07 21:48:56 +10:00
canvas Include button number in canvas button press/release debug info 2015-10-06 13:29:57 +10:00
clearlooks-newer NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
clearlooks-older NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
evoral only subdivide plugin-cycle when automation is playing 2015-10-07 14:21:29 +02:00
fst
gtkmm2ext use quotes for in-tree pbd/glib wrapper include 2015-10-05 22:15:18 +02:00
libltc
midi++2 NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
panners remove unused fstream includes 2015-10-05 22:15:18 +02:00
pbd in a CrossThread object, ensure destruction of the channel and source used on Posix 2015-10-08 21:55:37 -04:00
plugins/reasonablesynth.lv2
ptformat NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
qm-dsp fix Vamp Onset Detector. 2015-10-08 16:18:39 +02:00
surfaces add device-info specific component to Mackie GUI to allow direct wiring of MIDI ports (non-functional) 2015-10-08 21:55:38 -04:00
timecode NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
vamp-plugins fix Vamp Onset Detector. 2015-10-08 16:18:39 +02:00
vfork