Philippe Delrieu
Philippe Delrieu
> v1.17 is nearly at the end of its stabilization and only accepting PRs for bug fixes. Please consider opening this PR against master instead. I've used the 1.17 to...
I've created a new PR to start from master. I've issues with master rebase so I apply the commit to master branch directly and use a new branch. The new...
Nothing new. Perhaps you want to work on it?
It's the binding for portmidi PmEvent: typedef struct { PmMessage message; PmTimestamp timestamp; } PmEvent; In portmidi doc there is this description: The timestamp field is observed when the output...
Your remarks are relevant. Have you the time to implement them?
Perhaps it can be interesting to set Context and DeviceInfo send and sync to avoid the use of Arc and Mutex if the Context or DeviceInfo should be kept everywhere...
It doesn't solve all the pb but I'll do a release to have the lifetime update.
I do the cargo publish of the version 0.2.5
Ok for me