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