mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-05 05:05:43 +01:00
Mirror of Ardour Source Code
This allows to distinguish Processor::configure_io from the Plugin API with the same name. Despite the identical name, both functions serve different purposes. Likewise the ::can_support_io_configuration() API is renamed. The signature of that function call has already diverged. The Plugin-API has to handle optional busses (e.g. side-chain) and replication. The PluginInsert processor provides context. This change is in preparation for AudioUnit and VST3 busses. Currently a stereo-input (1 bus) cannot be distinguished from mono + sidechain (2 busses). |
||
|---|---|---|
| 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