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
I need to get timestamps of NoteOn and NoteOff, I've found the formula 60000 / (BPM * PPQ), but I don't know how to get the PPQ value using this library.
I need to get timestamps of NoteOn and NoteOff, I've found the formula
60000 / (BPM * PPQ), but I don't know how to get thePPQvalue using this library.