[][src]Module rsynth::backend::jack_backend

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

JackHost

Functions

run

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