Rename DEFAULT_NUM_INPUTS and DEFAULT_NUM_OUTPUTS

This commit is contained in:
Robbert van der Helm
2022-08-19 14:34:21 +02:00
parent 743d456e0f
commit 1a706ea1c7
20 changed files with 70 additions and 63 deletions

View File

@@ -26,8 +26,8 @@ impl Plugin for MidiInverter {
const VERSION: &'static str = "0.0.1";
const DEFAULT_NUM_INPUTS: u32 = 0;
const DEFAULT_NUM_OUTPUTS: u32 = 0;
const DEFAULT_INPUT_CHANNELS: u32 = 0;
const DEFAULT_OUTPUT_CHANNELS: u32 = 0;
const MIDI_INPUT: MidiConfig = MidiConfig::MidiCCs;
const MIDI_OUTPUT: MidiConfig = MidiConfig::MidiCCs;