From 95b4d9785e81461c1e1028b29886deccfaf2d434 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Wed, 6 Jul 2022 16:45:49 +0200 Subject: [PATCH] Remove the MIDI output from PolyModSynth --- plugins/examples/poly_mod_synth/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/examples/poly_mod_synth/src/lib.rs b/plugins/examples/poly_mod_synth/src/lib.rs index 0a10658e..bc58acb0 100644 --- a/plugins/examples/poly_mod_synth/src/lib.rs +++ b/plugins/examples/poly_mod_synth/src/lib.rs @@ -81,7 +81,6 @@ impl Plugin for PolyModSynth { // We won't need any MIDI CCs here, we just want notes and polyphonic modulation const MIDI_INPUT: MidiConfig = MidiConfig::Basic; - const MIDI_OUTPUT: MidiConfig = MidiConfig::Basic; const SAMPLE_ACCURATE_AUTOMATION: bool = true; fn params(&self) -> Arc {