Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes auto tempo going to infinity bug.
When auto tempo adjustment is turned on it cannot be turned off. That is because the code only disables it when `rate` is equal to 0. But it only executes the check when variable `speed`(== `rate`) is DIFFERENT than 0.
- Loading branch information