1
0
Fork 0

Remove the MIDI output from PolyModSynth

This commit is contained in:
Robbert van der Helm 2022-07-06 16:45:49 +02:00
parent efc32f3944
commit 95b4d9785e

View file

@ -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<dyn Params> {