1
0
Fork 0

Mention the new state API

This commit is contained in:
Robbert van der Helm 2022-04-07 17:42:52 +02:00
parent 2af3f84416
commit 4d8a515e9a

View file

@ -87,6 +87,9 @@ for download links.
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
[VIZIA](nih_plug_vizia). [VIZIA](nih_plug_vizia).
- A simple and safe API for state saving and restoring from the editor is
provided by the framework if you want to do your own internal preset
management.
- Basic note/MIDI support. MIDI CC handling and note output is currently not - Basic note/MIDI support. MIDI CC handling and note output is currently not
implemented. Let me know if you need this. implemented. Let me know if you need this.
- A plugin bundler accessible through the - A plugin bundler accessible through the