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
My drum kit calls note up almost instantly after a note down, which means that GetKey/GetKeyDown are never true in Update loops.
What I'd really like is the noteOnDelegate to also include the midi-time timestamp of the note so I can handle this stuff myself, but I'm not sure how to get it out from the message data. Can anyone shed some light?
The text was updated successfully, but these errors were encountered:
My drum kit calls note up almost instantly after a note down, which means that GetKey/GetKeyDown are never true in Update loops.
What I'd really like is the noteOnDelegate to also include the midi-time timestamp of the note so I can handle this stuff myself, but I'm not sure how to get it out from the message data. Can anyone shed some light?
The text was updated successfully, but these errors were encountered: