Files
ardour/libs
Robin Gareus 2a7a64a873 delegate port-connections to low priority thread.
This prevents a deadlock with (some versions) jack:
 * add new instrument track with instrument
 * configure processors (takes processor lock)
 * add I/Os (delivery) -> create ports
 * auto-connect ports
 * jack port-connect -> jack graph re-order
 * Ardour graph-re-order
 * needs processor lock (to check sends)
2016-04-23 22:11:48 +02:00
..
2015-12-17 20:22:02 +01:00
2016-04-12 17:03:44 +02:00
2015-10-08 16:18:39 +02:00
2016-02-29 11:28:04 +01:00