-
Notifications
You must be signed in to change notification settings - Fork 12
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
How do timestamps work? #6
Comments
Hey there, thank you for trying out ex-portmidi, glad it's working (mostly!) for you 😀 Good catch there, I had totally missed that bit from the documentation, and just put latency at Will let you know when you can upgrade! 👌 |
@thbar done! 🎉 Feel free to pull the new version Let me know how it goes! 👋 PS: I've mentioned you in the changelog for spotting the issue, I hope you don't mind! 😀 |
Thanks a bunch @lucidstack! I'll test this out and will report back & close here. Happy to be in the changelog, no problem. Thanks again! |
First thanks for
ex-portmidi
, I'm starting to use it to play around with my synth & Elixir. I successfully managed to record sequences of events while playing the synth, which is already great 😄If I call
PortMidi.write
with a timestamp, it seems like the note is played right away, is it expected?Here is a concrete example:
(in that case the 2 notes will stack up immediately).
I looked a bit inside the code and in the portmidi documentation, and read here:
This makes me wonder how timestamps work when called from
ex-portmidi
.Did you manage to get them working on your side?
Thanks!
The text was updated successfully, but these errors were encountered: