Skip to content

Commit

Permalink
Resume on tap-in
Browse files Browse the repository at this point in the history
Signed-off-by: Petr Horacek <petr@zlosynth.com>
  • Loading branch information
phoracek committed Nov 6, 2023
1 parent a5db897 commit 0a5a516
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions control/src/cache/reconcile/speed.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ impl Store {
} else if let Some(tapped_tempo) = self.cache.tapped_tempo {
self.cache.attributes.speed =
tapped_tempo * self.cache.configuration.tap_interval_denominator as f32;
self.cache.attributes.paused_delay = false;
} else {
let (speed, display) = match self.cache.options.delay_range {
DelayRange::Long => self.speed_for_long_range(),
Expand Down

0 comments on commit 0a5a516

Please sign in to comment.