-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tap Tempo on Mac registering too slow #9
Comments
Tap to tempo is simply:
So not all apps are the same of course. How I test it usually.
Since this is all open-source you can review the code. Personally with some DAWs I had more fluctuation in the "methodology". and my use-case was when I'm in a rehearsal and someone plays, I try to "catch" his tempo for us to play at his pace. |
I think I found a clue as to what is going on .
It is accurate the first time I use ’tap’ after opening the app. But on all subsequent taps, it is too slow. For instance, on a song that should be 122 BPM, I get about 105 on subsequent uses. But it is accurate on the first use. If I restart the app, it is accurate again on only the 1st use. This is true in stand-alone and an an AU plugin in MainStage.
I also just figured out that if I tap way too fast (like 220), and then try it again, it will be pretty accurate.
Thanks for considering this.
Dan Ryker
www.danryker.com // 541-231-0897
On Sep 28, 2022, at 10:47 PM, Tal Aviram ***@***.***> wrote:
Tap to tempo is simply:
averaging (how much data/taps you log and how you average them)
and smoothing (how extreme do you filter).
So not all apps are the same of course.
How I test it usually.
Play a song (YouTube, Spotify, etc)
Start tapping with the beat. about 4-6bars.
Usually I get ±1bpm offset (Eg if bpm was 118 I'll get something like 117.7 or 119).
Since this is all open-source you can review the code.
https://github.com/talaviram/TICK/blob/main/Source/model/TapModel.h <https://github.com/talaviram/TICK/blob/main/Source/model/TapModel.h>
Personally with some DAWs I had more fluctuation in the "methodology". and my use-case was when I'm in a rehearsal and someone plays, I try to "catch" his tempo for us to play at his pace.
—
Reply to this email directly, view it on GitHub <#9 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/A3KOXWADRFBJBSWV6SVWNG3WAUUQFANCNFSM6AAAAAAQYDKQFQ>.
You are receiving this because you authored the thread.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I tap the tempo in the stand-alone Mac app using trackpad, it sets the tempo too slow. If I tap in a different app, it's accurate, so I don't think I'm just a lame tapper. :-)
The text was updated successfully, but these errors were encountered: