13
0
livetrax/libs
Paul Davis 94efddd240 fix a problem creating and displaying connected status for ports not owned by ardour (e.g. system:....)
This was caused by using jack_port_get_connections() which will
not return the correct status for ports owned by another JACK
client. Because of the potential for deadlock by calling
jack_port_get_all_connections(), an extra argument was added
to several PortEngine:: API calls to specify whether the call
is in a process-callback context, which defaults to true.

The only place where false is passed is within the GlobalPortMatrix
when we need to determine whether two non-ardour ports are
connected.
2013-09-05 21:39:43 -04:00
..
appleutility
ardour fix a problem creating and displaying connected status for ports not owned by ardour (e.g. system:....) 2013-09-05 21:39:43 -04:00
audiographer
clearlooks-newer
clearlooks-older
evoral
fst
gtkmm2ext Merge branch 'master' into audioengine 2013-09-03 17:41:49 -04:00
libltc
midi++2 fixes to get MTC (and probably MIDI clock) slaving working again 2013-08-13 12:53:28 -04:00
panners
pbd fix newly-appearing crash-at-close caused by muddled thinking in pbd/pthread_utils 2013-08-15 11:44:47 -04:00
qm-dsp
rubberband
surfaces move MidiPortManager from AudioEngine to Session 2013-09-05 13:22:34 -04:00
taglib
timecode Timecode: fix subframe rounding 2013-08-04 16:22:00 +02:00
vamp-plugins
vamp-sdk