mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Remove the MIDI output from PolyModSynth
This commit is contained in:
@@ -81,7 +81,6 @@ impl Plugin for PolyModSynth {
|
|||||||
|
|
||||||
// We won't need any MIDI CCs here, we just want notes and polyphonic modulation
|
// We won't need any MIDI CCs here, we just want notes and polyphonic modulation
|
||||||
const MIDI_INPUT: MidiConfig = MidiConfig::Basic;
|
const MIDI_INPUT: MidiConfig = MidiConfig::Basic;
|
||||||
const MIDI_OUTPUT: MidiConfig = MidiConfig::Basic;
|
|
||||||
const SAMPLE_ACCURATE_AUTOMATION: bool = true;
|
const SAMPLE_ACCURATE_AUTOMATION: bool = true;
|
||||||
|
|
||||||
fn params(&self) -> Arc<dyn Params> {
|
fn params(&self) -> Arc<dyn Params> {
|
||||||
|
|||||||
Reference in New Issue
Block a user