recombine arranger, sequencer modules

This commit is contained in:
🪞👃🪞 2024-07-13 22:49:51 +03:00
parent 7ef97bcf3a
commit 190aca8d3b
12 changed files with 658 additions and 660 deletions

View file

@ -1,8 +1,8 @@
//! Application state.
submod! { axis arranger looper mixer phrase plugin sampler sequencer scene track transport }
use crate::{core::*, devices::{arranger::*, sequencer::*}};
use crate::core::*;
submod! { axis looper mixer phrase plugin sampler scene track transport }
/// Root of application state.
pub struct App {