Cargo Features

Rsynth has no features set by default.

[dependencies]
rsynth = { version = "0.1.2", features = ["all", "backend-jack", "backend-vst", "backend-combined-all", "backend-combined-hound", "backend-combined"] }
all = backend-combined-all, backend-jack, backend-vst
backend-jack all? = jack

Affects backend::jack_backend

backend-vst all? = vst

Affects backend::vst_backend

backend-combined-all all? = backend-combined-hound

Should be: ["backend-combined-hound", "backend-combined-rimd"]

backend-combined-hound backend-combined-all? = backend-combined, dasp_sample, hound

Affects combined::hound

backend-combined backend-combined-hound?

Affects backend::combined

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

jack backend-jack?

Enables jack ^0.6.2

vst backend-vst?

Enables vst ^0.2.0

hound backend-combined-hound?
dasp_sample backend-combined-hound?