mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-29 18:07:42 +01:00
Mirror of Ardour Source Code
Previously when the master-bus had more outputs than inputs, Ardour crashed when the monitor-section was set up. Removing a master-bus output port calls Route::output_change_handler (master-bus) -> Session::reset_monitor_section which first removes the corresponding monitor-section input, then output port. The latter triggers ARDOUR::Route::output_change_handler (monitor-bus). All with the process-lock held, so at this point in time Ardour has removed the port-reference but the port still exists in the backend. Now the monitor-bus processors are re-configured and the channel-count is updated. The port that was just removed and triggered the ::output_change_handler() callback is re-created. unable to create port 'Monitor/audio_out 2': failed constructor This fix changes the monitor-section to use strict-i/o (for plugins) and also use master-bus output (not input) when configuring processors. |
||
|---|---|---|
| doc | ||
| gtk2_ardour | ||
| headless | ||
| libs | ||
| luasession | ||
| msvc_extra_headers | ||
| MSVCardour3 | ||
| MSVCMixbus3 | ||
| MSVCvst_scan | ||
| nutemp | ||
| session_utils | ||
| share | ||
| tools | ||
| vst | ||
| .dir-locals.el | ||
| .gitattributes | ||
| .gitignore | ||
| ardour.1 | ||
| COPYING | ||
| instant.xml.sae | ||
| msvc32-fixup.pl | ||
| PACKAGER_README | ||
| README | ||
| README-GITHUB.txt | ||
| system_config | ||
| testfile.flac | ||
| testfile.ogg | ||
| TRANSLATORS | ||
| waf | ||
| wscript | ||
Please see the Ardour web site at http://ardour.org/ for all documentation..
For information on building ardour:
http://ardour.org/development.html