Expand description

Wrapper for the JACK backend. Support is only enabled if you compile with the “backend-jack” feature, see the cargo reference for more information on setting cargo features.

For an example, see jack_synth.rs in the examples folder. examples/test_synth.rs contains the code that is shared for all backends and examples/jack_synth.rs contains the jack-specific code.

Structs

Functions

  • Run the plugin until the user presses a key on the computer keyboard.