mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-24 14:17:21 +01:00
Mirror of Ardour Source Code
our policy is that "mute works on outputs", which means that mute should have no effect on what an instrument plugin does. However, MidiTrack::act_on_mute() used to inject sustain=0 messages into the data flow, which would affect the instrument plugin(s) in the track. now, MidiTrack::act_on_mute() simply notifies all Delivery objects in the track that a MIDI mute is needed via a channel mask. The Delivery objects notice this during their ::run() method, and deliver the required MIDI events to their output ports. There is still a potential issue that Amp objects which notice they have been muted also send a similar set of messages. This needs more investigation and possibly other changes. But this commit allows a sustained note to return after the track is muted midway through it. |
||
|---|---|---|
| doc | ||
| gtk2_ardour | ||
| headless | ||
| libs | ||
| luasession | ||
| msvc_extra_headers | ||
| MSVCardour3 | ||
| MSVCMixbus3 | ||
| MSVCvst_scan | ||
| session_utils | ||
| share | ||
| tools | ||
| .dir-locals.el | ||
| .gitattributes | ||
| .gitignore | ||
| ardour.1 | ||
| COPYING | ||
| nutempo-todo | ||
| PACKAGER_README | ||
| README | ||
| README-GITHUB.txt | ||
| refactor.sh | ||
| system_config | ||
| TRANSLATORS | ||
| waf | ||
| wscript | ||
Please see the Ardour web site at https://ardour.org/ for all documentation..
For information on building ardour:
https://ardour.org/development.html