13
0

Fix MIDI-bypass for inplace plugins -- #7722

This commit is contained in:
Robin Gareus 2019-02-09 00:38:36 +01:00
parent 865a33f7b9
commit 3f66bac4d0
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -1528,6 +1528,9 @@ PluginInsert::no_sc_input_map () const
} }
} }
} }
if (has_midi_thru ()) {
rv.set (DataType::MIDI, 0, 0);
}
return rv; return rv;
} }