recombine sampler, transport

This commit is contained in:
🪞👃🪞 2024-07-13 22:56:47 +03:00
parent 190aca8d3b
commit b4fbd99248
11 changed files with 301 additions and 307 deletions

View file

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