mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 04:06:45 +01:00
wip: sequencer now copies from buffers
This commit is contained in:
parent
aa478099d9
commit
2fc8e84551
15 changed files with 310 additions and 256 deletions
|
|
@ -1,6 +1,6 @@
|
|||
//! Application state.
|
||||
|
||||
submod! { arranger looper mixer phrase plugin sampler sequencer scene track transport }
|
||||
submod! { axis arranger looper mixer phrase plugin sampler sequencer scene track transport }
|
||||
|
||||
use crate::core::*;
|
||||
|
||||
|
|
@ -71,7 +71,7 @@ process!(App |self, _client, scope| {
|
|||
&self.transport.timebase,
|
||||
self.transport.playing,
|
||||
self.transport.started,
|
||||
self.transport.quant,
|
||||
self.transport.quant as usize,
|
||||
reset,
|
||||
&scope,
|
||||
(current_frames as usize, self.chunk_size),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue