Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Getting Started

Cyma is intended for use with nih-plug and VIZIA. To get started, just add it to your Cargo.toml.

  [dependencies]
  nih_plug = { ... }
  nih_plug_vizia = { ... }
+ 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.