modularize core

This commit is contained in:
🪞👃🪞 2024-06-30 22:47:17 +03:00
parent a4061535b5
commit 2837ffff4a
43 changed files with 629 additions and 770 deletions

View file

@ -1,5 +1,4 @@
use crate::prelude::*;
use super::*;
use crate::core::*;
pub type PhraseData = BTreeMap<u32, Vec<MidiMessage>>;