remodularize 3

This commit is contained in:
🪞👃🪞 2025-01-08 19:40:06 +01:00
parent d38dc14e84
commit 113e7b0bad
24 changed files with 262 additions and 370 deletions

View file

@ -13,6 +13,6 @@ impl HasPhrases for ExamplePhrases {
fn main () -> Usually<()> {
let mut phrases = ExamplePhrases(vec![]);
PhrasePoolCommand::Import(0, String::from("./example.mid")).execute(&mut phrases)?;
MidiPoolCommand::Import(0, String::from("./example.mid")).execute(&mut phrases)?;
Ok(())
}