very wip
This commit is contained in:
@@ -31,7 +31,6 @@ pub struct App {
|
||||
pub patterns_nav: PatternsNav,
|
||||
|
||||
pub metrics: Metrics,
|
||||
pub sample_pool_mb: f32,
|
||||
pub script_engine: ScriptEngine,
|
||||
pub variables: Variables,
|
||||
pub rng: Rng,
|
||||
@@ -61,7 +60,6 @@ impl App {
|
||||
patterns_nav: PatternsNav::default(),
|
||||
|
||||
metrics: Metrics::default(),
|
||||
sample_pool_mb: 0.0,
|
||||
variables,
|
||||
rng,
|
||||
live_keys,
|
||||
@@ -280,7 +278,6 @@ impl App {
|
||||
let ctx = StepContext {
|
||||
step: step_idx,
|
||||
beat: link.beat(),
|
||||
bank,
|
||||
pattern,
|
||||
tempo: link.tempo(),
|
||||
phase: link.phase(),
|
||||
@@ -355,7 +352,6 @@ impl App {
|
||||
let ctx = StepContext {
|
||||
step: step_idx,
|
||||
beat: 0.0,
|
||||
bank,
|
||||
pattern,
|
||||
tempo: link.tempo(),
|
||||
phase: 0.0,
|
||||
|
||||
Reference in New Issue
Block a user