You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So according to the manual, and seemingly in the official app, repeatedly tapping on a effect preset button will adjust the echo tempo value.
From some basic testing and investigation, the app seems to create an array of size 4 which is initially filled with the current value. A BPM value is calculated between the last two presses of the button (based on I would assume time) which replaces an entry in the array and a new BPM is calculated as an average.
Find a way to smartly implement this :D
The text was updated successfully, but these errors were encountered:
When the tempo calculation process starts, stop announcing the preset name on button press to SRS; as they might confuse users who want to sync the tempo with the music they're hearing.
When the tempo calculation process stops, and after the timer passes the 1 second mark and gets canceled, announce the current tempo to SRS, and go back to the default behavior, which is announcing the preset's name on button click.
So according to the manual, and seemingly in the official app, repeatedly tapping on a effect preset button will adjust the echo tempo value.
From some basic testing and investigation, the app seems to create an array of size 4 which is initially filled with the current value. A BPM value is calculated between the last two presses of the button (based on I would assume time) which replaces an entry in the array and a new BPM is calculated as an average.
Find a way to smartly implement this :D
The text was updated successfully, but these errors were encountered: