13
0
livetrax/libs
Robin Gareus f3f80900f1 fix crash at session close/exit if a midi-control-surface is used
The "real" problem was that MidiControlUI is destroyed
while there are still MIDIControllables around that
still have a signal connection to a Controllable:
  controllable->Destroyed(..., MidiControlUI::instance())
If a Contrallable is deleted after the MidiControlUI
event loop is gone, the Destroyed() signal can create odd
situations...
2014-09-11 19:30:33 +02:00
..
appleutility
ardour fix crash at session close/exit if a midi-control-surface is used 2014-09-11 19:30:33 +02:00
ardouralsautil get installdir for libardouralsautil correct 2014-09-06 14:42:25 -04:00
audiographer Make sure all our VC projects agree that the product is called 'Mixbus3' (as opposed to just 'Mixbus') 2014-08-28 07:57:20 +01:00
backends Implement the new pthread macros (for the Waves audio backend) 2014-09-09 12:05:14 +01:00
canvas add Canvas::Ruler::set_metric() to allow ruler metrics to be changed dynamically 2014-09-07 10:19:42 -04:00
clearlooks-newer shadow-less Frame: explicitly draw background colored border. 2014-08-31 20:07:17 +02:00
clearlooks-older
evoral Fix crash when changing automation mode for MIDI track control automation. 2014-08-31 18:57:22 -04:00
fst
gtkmm2ext API flush static cairo pattern cache 2014-09-11 19:30:33 +02:00
libltc Make sure all our VC projects agree that the product is called 'Mixbus3' (as opposed to just 'Mixbus') 2014-08-28 07:57:20 +01:00
midi++2 plug a major mem hog. 2014-09-09 23:53:27 +02:00
panners Make sure all our VC projects agree that the product is called 'Mixbus3' (as opposed to just 'Mixbus') 2014-08-28 07:57:20 +01:00
pbd provide compile-time-enabled/disabled debugging of connections being made to PBD::Signal via PBD::SignalBase::set_debug_connection() 2014-09-11 12:04:14 -04:00
plugins/reasonablesynth.lv2
qm-dsp Make sure all our VC projects agree that the product is called 'Mixbus3' (as opposed to just 'Mixbus') 2014-08-28 07:57:20 +01:00
surfaces Make sure all our VC projects agree that the product is called 'Mixbus3' (as opposed to just 'Mixbus') 2014-08-28 07:57:20 +01:00
timecode Make sure all our VC projects agree that the product is called 'Mixbus3' (as opposed to just 'Mixbus') 2014-08-28 07:57:20 +01:00
vamp-plugins
vfork