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

Is it possible to get a timestamp? #42

Open
tomkail opened this issue Apr 29, 2019 · 1 comment
Open

Is it possible to get a timestamp? #42

tomkail opened this issue Apr 29, 2019 · 1 comment
Assignees
Labels

Comments

@tomkail
Copy link

tomkail commented Apr 29, 2019

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?

@keijiro keijiro self-assigned this May 1, 2019
@keijiro
Copy link
Owner

keijiro commented May 1, 2019

At the moment, it's not possible to get timestamp with the plugin. I can understand it's useful in some use cases. I'll revisit it in the near future.

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

No branches or pull requests

2 participants