The Flagship http://ardour.org
Go to file
Robin Gareus 0e6561b009
Fix Thread & Lock issues when adding Triggerbox w/sidechain
Track::init() must not call `add_processor` directly.
The track is not in the process graph, yet and hence various
calls (e.g. lock graph, update latency etc) are not applicable.

Furthermore ::add_midi_sidechain() calls IO::add_port()
which takes the process-lock.

The solution is to create the Triggerbox early on and let Route::init
deal with it like any other internal processors.
2022-01-22 04:20:55 +01:00
doc
gtk2_ardour Ruler markers: less drastic highlights in ruler bars 2022-01-21 19:25:33 -06:00
headless
libs Fix Thread & Lock issues when adding Triggerbox w/sidechain 2022-01-22 04:20:55 +01:00
luasession
msvc_extra_headers
MSVCardour3
MSVCMixbus3
MSVCvst_scan
nutemp
session_utils
share Add example meta-data file 2022-01-13 00:10:54 +01:00
tools Yet another media-clip bundle fix 2022-01-17 20:38:40 +01:00
.dir-locals.el
.gitattributes
.gitignore
ardour.1
COPYING
instant.xml.sae
msvc32-fixup.pl
nutempo-todo
PACKAGER_README
README
README-GITHUB.txt
system_config
testfile.flac
testfile.ogg
TRANSLATORS
waf
wscript Flip option, disable compile-database by default 2022-01-20 20:13:46 +01:00

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

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