mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-02 03:47:42 +01:00
Fix MIDI-bypass for inplace plugins -- #7722
This commit is contained in:
parent
865a33f7b9
commit
3f66bac4d0
1 changed files with 3 additions and 0 deletions
|
|
@ -1528,6 +1528,9 @@ PluginInsert::no_sc_input_map () const
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (has_midi_thru ()) {
|
||||||
|
rv.set (DataType::MIDI, 0, 0);
|
||||||
|
}
|
||||||
return rv;
|
return rv;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue