Fix: audio engine fixes
This commit is contained in:
@@ -300,7 +300,7 @@ pub(super) fn handle_engine_page(ctx: &mut InputContext, key: KeyEvent) -> Input
|
||||
KeyCode::Char('t') if !ctx.app.plugin_mode => {
|
||||
let _ = ctx.audio_tx.load().send(AudioCommand::Evaluate {
|
||||
cmd: "/sound/sine/dur/0.5/decay/0.2".into(),
|
||||
time: None,
|
||||
tick: None,
|
||||
});
|
||||
}
|
||||
KeyCode::Char('s') => super::open_save(ctx),
|
||||
|
||||
Reference in New Issue
Block a user