Skip to content
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

Open
danryker opened this issue Sep 28, 2022 · 2 comments
Open

Tap Tempo on Mac registering too slow #9

danryker opened this issue Sep 28, 2022 · 2 comments

Comments

@danryker
Copy link

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. :-)

@talaviram
Copy link
Owner

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

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.

@danryker
Copy link
Author

danryker commented Sep 29, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants