Cyma is intended for use with nih-plug and VIZIA. To get started, just add
it to your Cargo.toml.
[dependencies]
nih_plug = { ... }
vizia_plug = { ... }
+ cyma = { git = "https://github.com/exa04/cyma" }Then, you can use Cyma where you need it, by using cyma::prelude::*. This
will import the most important parts of Cyma.