Skip to content

Commit

Permalink
Fix MIDI-bypass for inplace plugins -- #7722
Browse files Browse the repository at this point in the history
  • Loading branch information
x42 committed Feb 8, 2019
1 parent 865a33f commit 3f66bac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libs/ardour/plugin_insert.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1528,6 +1528,9 @@ PluginInsert::no_sc_input_map () const
}
}
}
if (has_midi_thru ()) {
rv.set (DataType::MIDI, 0, 0);
}
return rv;
}

Expand Down

0 comments on commit 3f66bac

Please sign in to comment.