Some kind of refactoring

This commit is contained in:
2026-02-04 19:35:30 +01:00
parent ed70b47c81
commit 3bb1fa6e51
18 changed files with 688 additions and 772 deletions

View File

@@ -3,7 +3,7 @@ use std::sync::Arc;
use midir::{MidiInput, MidiOutput};
use cagire_forth::CcAccess;
use crate::model::CcAccess;
pub const MAX_MIDI_OUTPUTS: usize = 4;
pub const MAX_MIDI_INPUTS: usize = 4;