wip: sequencer now copies from buffers

This commit is contained in:
🪞👃🪞 2024-07-13 21:57:07 +03:00
parent aa478099d9
commit 2fc8e84551
15 changed files with 310 additions and 256 deletions

View file

@ -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),