mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Replace ACCEPTS_MIDI bool with new enum
So we can gate future MIDI CC support behind an additional option since this involves more work on the VST3 side.
This commit is contained in:
@@ -87,7 +87,7 @@ impl Plugin for Stft {
|
||||
const DEFAULT_NUM_INPUTS: u32 = 2;
|
||||
const DEFAULT_NUM_OUTPUTS: u32 = 2;
|
||||
|
||||
const ACCEPTS_MIDI: bool = false;
|
||||
const MIDI_INPUT: MidiConfig = MidiConfig::None;
|
||||
const SAMPLE_ACCURATE_AUTOMATION: bool = true;
|
||||
|
||||
fn params(&self) -> Arc<dyn Params> {
|
||||
|
||||
Reference in New Issue
Block a user