13
0
livetrax/libs
Robin Gareus 35703cb3fc properly handle port removal in route.
bug:
 - add midi track
 - add additional midi port
 - remove additional midi port
 - press play
 -> crash

because..

ARDOUR::MidiTrack::roll's route_buffer still has 2 midi-channels. This is
because processor_max_streams was not updated (no plugins added/removed)
fill_buffers_with_input() eventually asserts when trying to get the 2nd
(nonexistant) midi port via ARDOUR::PortSet::nth_midi_port() in
 ARDOUR::PortSet::port().
2013-08-08 15:26:19 -04:00
..
appleutility
ardour properly handle port removal in route. 2013-08-08 15:26:19 -04:00
audiographer Allow compiling with c++11 enabled 2013-08-08 15:23:09 -04:00
canvas expand tabs to spaces in wscript 2013-07-14 19:39:24 +02: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-08-08 15:23:09 -04:00
fst disable unused windows-vst / ALSA-MIDI code 2013-02-19 22:17:20 +00:00
gtkmm2ext clean up some valgrid "Uninitialised value was created by a heap allocation" wanings 2013-08-08 15:26:18 -04:00
libltc
midi++2 Revert all close-on-exec changes from earlier today 2013-06-07 21:07:41 +02:00
panners add copyright comments 2013-01-16 18:22:15 +00:00
pbd Resolve duplicate symbol 'cocoa_open_uri' on OSX builds. 2013-08-08 15:26:19 -04: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 fix compiler warnings. 2013-08-08 15:26:16 -04:00
taglib
timecode
vamp-plugins
vamp-sdk