Calculating timestamps #1569
sandrojologua
started this conversation in
General
Replies: 1 comment
-
Yes, alphaTab is handling internally things in Midi ticks and translating it to real timestamps requires some calculations which depend on the current tempo (BPMs). If you explain a bit more what you want to build, then I can provide you already some snippet/example how to achieve your goal. The topic can be tricky because of following reasons:
Some hints:
In Guitar Pro there is a feature to show timestamps above bars. But we don't have this on the feature roadmap yet. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello there, what is the best way to calculate timestamps of notes/beats using alphatab library? I see that alphatab uses midi to retrieve timestamps, but I find it little bit hard to understand. Is there any fast and efficient way to do this calculation only? with or without midi?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions