mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Rename Gain GUI to Gain GUI (iced)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user