Will
Will
It was removed in `0.10.0` in favor of manually finding the dynamic library and loading symbols.
This encourages more people to handle buffer size changes.
Implement JACK Control functionality. These are the functions prefixed with jackctl in the C API.
Got a linker error from travis for referencing it from jack. Removed port uuid for now. https://travis-ci.org/wmedrano/rust-jack/builds/187552415
If a note is released and the sustain pedal is active, maybe the key can be half-highlighted?
I looked over the [Client Threads Walkthrough](https://github.com/jackaudio/jackaudio.github.com/wiki/WalkThrough_User_ClientThreads). If I understand correctly the process callback is guaranteed to have it's own thread, while the other [callbacks](http://jackaudio.org/files/docs/html/group__ClientCallbacks.html) have their own. Does this...
See https://github.com/RustAudio/wmidi/issues/16