Rename Gain GUI to Gain GUI (iced)

This commit is contained in:
Robbert van der Helm
2022-03-17 23:20:16 +01:00
parent c9e42e6c2c
commit dc9f1bff45
6 changed files with 13 additions and 8 deletions

View File

@@ -130,8 +130,11 @@ examples.
- [**gain**](plugins/examples/gain) is a simple smoothed gain plugin that shows
off a couple other parts of the API, like support for storing arbitrary
serializable state.
- [**gain-gui**](plugins/examples/gain-gui) is the same plugin as gain, but with
a GUI to control the parameter and a digital peak meter.
- **gain-gui** is the same plugin as gain, but with a GUI to control the
parameter and a digital peak meter. Comes in three exciting flavors:
[egui](plugins/examples/gain-gui-egui),
[iced](plugins/examples/gain-gui-iced), and
[VIZIA](plugins/examples/gain-gui-vizia).
- [**sine**](plugins/examples/sine) is a simple test tone generator plugin with
frequency smoothing that can also make use of MIDI input instead of generating
a static signal based on the plugin's parameters.