mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-08 12:46:42 +01:00
sampler buzzes
This commit is contained in:
parent
faac61180b
commit
edc363c55b
6 changed files with 79 additions and 30 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue