mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 04:06:45 +01:00
recombine arranger, sequencer modules
This commit is contained in:
parent
7ef97bcf3a
commit
190aca8d3b
12 changed files with 658 additions and 660 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue