mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Rename the gain GUI examples to match package name
This commit is contained in:
@@ -21,9 +21,9 @@ members = [
|
|||||||
"xtask",
|
"xtask",
|
||||||
|
|
||||||
"plugins/examples/gain",
|
"plugins/examples/gain",
|
||||||
"plugins/examples/gain-gui-egui",
|
"plugins/examples/gain_gui_egui",
|
||||||
"plugins/examples/gain-gui-iced",
|
"plugins/examples/gain_gui_iced",
|
||||||
"plugins/examples/gain-gui-vizia",
|
"plugins/examples/gain_gui_vizia",
|
||||||
"plugins/examples/midi-inverter",
|
"plugins/examples/midi-inverter",
|
||||||
"plugins/examples/sine",
|
"plugins/examples/sine",
|
||||||
"plugins/examples/stft",
|
"plugins/examples/stft",
|
||||||
|
|||||||
@@ -142,9 +142,9 @@ examples.
|
|||||||
serializable state.
|
serializable state.
|
||||||
- **gain-gui** is the same plugin as gain, but with a GUI to control the
|
- **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:
|
parameter and a digital peak meter. Comes in three exciting flavors:
|
||||||
[egui](plugins/examples/gain-gui-egui),
|
[egui](plugins/examples/gain_gui_egui),
|
||||||
[iced](plugins/examples/gain-gui-iced), and
|
[iced](plugins/examples/gain_gui_iced), and
|
||||||
[VIZIA](plugins/examples/gain-gui-vizia).
|
[VIZIA](plugins/examples/gain_gui_vizia).
|
||||||
- [**midi-inverter**](plugins/examples/midi-inverter) takes note/MIDI events and
|
- [**midi-inverter**](plugins/examples/midi-inverter) takes note/MIDI events and
|
||||||
flips around the note, channel, expression, pressure, and CC values. This
|
flips around the note, channel, expression, pressure, and CC values. This
|
||||||
example demonstrates how to receive and output those events.
|
example demonstrates how to receive and output those events.
|
||||||
|
|||||||
Reference in New Issue
Block a user