13
0
Go to file
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
doc updated monitor modes doc (new version from Chris with IDs) 2013-08-09 19:34:32 +02:00
export
gtk2_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
icons
libs 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
mcp new Mackie Control device file for Qcon controller (from #5634) 2013-08-07 23:06:54 -04:00
midi_maps
patches
patchfiles
templates
tools valgrind ignore glib UTF8 warnings 2013-07-31 19:23:20 +02:00
vst
.dir-locals.el
.gitignore
ardour_system_sae.rc
ardour_system.rc
ardour-3.ttl
ardour.1
ardour.1.es
ardour.1.fr
ardour.1.ru
ardour.dox
COPYING
instant.xml
instant.xml.sae
Makefile
PACKAGER_README
README
testfile.flac
testfile.ogg
TRANSLATORS
waf
wscript bump to 3.4 2013-09-03 09:08:18 -04:00

Please see the Ardour web site at http://ardour.org/ for all documentation..

For information on building ardour: 
      
     http://ardour.org/development.html