mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Rename DEFAULT_NUM_INPUTS and DEFAULT_NUM_OUTPUTS
This commit is contained in:
@@ -302,8 +302,8 @@ impl Plugin for Crisp {
|
||||
|
||||
const VERSION: &'static str = "0.1.0";
|
||||
|
||||
const DEFAULT_NUM_INPUTS: u32 = NUM_CHANNELS;
|
||||
const DEFAULT_NUM_OUTPUTS: u32 = NUM_CHANNELS;
|
||||
const DEFAULT_INPUT_CHANNELS: u32 = NUM_CHANNELS;
|
||||
const DEFAULT_OUTPUT_CHANNELS: u32 = NUM_CHANNELS;
|
||||
|
||||
const SAMPLE_ACCURATE_AUTOMATION: bool = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user