sampler buzzes

This commit is contained in:
🪞👃🪞 2024-06-03 21:03:55 +03:00
parent faac61180b
commit edc363c55b
6 changed files with 79 additions and 30 deletions

View file

@ -178,7 +178,7 @@ fn run_all () -> Result<(), Box<dyn Error>> {
if key.modifiers == KeyModifiers::SHIFT {
state.transport.play_from_start_or_stop_and_rewind();
} else {
state.transport.play_or_pause();
state.transport.play_or_pause().unwrap();
}
},
KeyCode::Tab => match state.mode {