rust-jack icon indicating copy to clipboard operation
rust-jack copied to clipboard

Decent jack bindings for rust

Results 43 rust-jack issues
Sort by recently updated
recently updated
newest added

**Changes:** Made `ProcessCallbacks` public in `lib.rs`. **Why?** When creating an `AsyncClient` using `client.activate_async` and using a handler with state, the `ProcessCallbacks` type is needed if you want to annotate the...

`Client.sample_rate()` returns a `usize` `usize` is for memory addresses. Indexing arrays and the like. It is related to the platform's pointer size, so could be 32 or 64 bits (or...

I have a very simple JACK app that creates MIDI in/audio out ports, and I noticed getting interleaved logs which indicate that the NotificationHandler API is not properly thread safe....