put all of arranger/sequencer/transport in 1 file

This commit is contained in:
🪞👃🪞 2024-09-19 00:05:31 +03:00
parent 3042e9e3a8
commit 6f988e5072
12 changed files with 1877 additions and 1847 deletions

View file

@ -7,10 +7,5 @@ pub(crate) use tek_core::jack::*;
pub(crate) use std::sync::{Arc, RwLock};
submod! {
arranger
midi
phrase
scene
sequencer
transport
}