mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-20 13:46:30 +01:00
rework MIDI [processor|plugin] chain
* forward midi-data around plugins that have no MIDI-out * allow to insert plugins with no MIDI-input at a point with one MIDI-channel This works because excess ports (both plugin and route) remain unconnected and use scratch-buffers. Tested with LV2, LXVST and LADSPA. (AU plugins with variable in/out retain the old behavior, no bypass) fixes http://tracker.ardour.org/view.php?id=5630
This commit is contained in:
parent
28f3d76e7c
commit
bfd50cdeb0
29 changed files with 53 additions and 39 deletions
|
|
@ -355,7 +355,7 @@ MonitorProcessor::configure_io (ChanCount in, ChanCount out)
|
|||
}
|
||||
|
||||
bool
|
||||
MonitorProcessor::can_support_io_configuration (const ChanCount& in, ChanCount& out) const
|
||||
MonitorProcessor::can_support_io_configuration (const ChanCount& in, ChanCount& out)
|
||||
{
|
||||
out = in;
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue