Mention polyphonic modulation in the readme
This commit is contained in:
parent
1510cbb884
commit
d610230aca
|
@ -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
|
- Optional sample accurate automation support for VST3 and CLAP that can be
|
||||||
enabled by setting the `Plugin::SAMPLE_ACCURATE_AUTOMATION` constant to
|
enabled by setting the `Plugin::SAMPLE_ACCURATE_AUTOMATION` constant to
|
||||||
`true`.
|
`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
|
- 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
|
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
|
there's support for [egui](nih_plug_egui), [iced](nih_plug_iced) and
|
||||||
|
|
Loading…
Reference in a new issue