Fix: audio engine fixes
This commit is contained in:
@@ -70,7 +70,7 @@ pub(super) fn handle_sample_explorer(ctx: &mut InputContext, key: KeyEvent) -> I
|
||||
let _ = ctx
|
||||
.audio_tx
|
||||
.load()
|
||||
.send(AudioCommand::Evaluate { cmd, time: None });
|
||||
.send(AudioCommand::Evaluate { cmd, tick: None });
|
||||
ctx.dispatch(AppCommand::SetStatus(format!(
|
||||
"\u{25B8} {}/{}",
|
||||
folder, entry.label
|
||||
|
||||
Reference in New Issue
Block a user