1
0
Fork 0

Mention polyphonic modulation in the readme

This commit is contained in:
Robbert van der Helm 2022-07-06 19:44:03 +02:00
parent 1510cbb884
commit d610230aca

View file

@ -110,6 +110,7 @@ Scroll down for more information on the plugin framework.
- Optional sample accurate automation support for VST3 and CLAP that can be
enabled by setting the `Plugin::SAMPLE_ACCURATE_AUTOMATION` constant to
`true`.
- Support for CLAP's polyphonic modulation on a per-parameter basis.
- Comes with adapters for popular Rust GUI frameworks as well as some basic
widgets for them that integrate with NIH-plug's parameter system. Currently
there's support for [egui](nih_plug_egui), [iced](nih_plug_iced) and