Rename the gain GUI examples to match package name
This commit is contained in:
parent
7b24dea719
commit
c917114020
|
@ -21,9 +21,9 @@ members = [
|
|||
"xtask",
|
||||
|
||||
"plugins/examples/gain",
|
||||
"plugins/examples/gain-gui-egui",
|
||||
"plugins/examples/gain-gui-iced",
|
||||
"plugins/examples/gain-gui-vizia",
|
||||
"plugins/examples/gain_gui_egui",
|
||||
"plugins/examples/gain_gui_iced",
|
||||
"plugins/examples/gain_gui_vizia",
|
||||
"plugins/examples/midi-inverter",
|
||||
"plugins/examples/sine",
|
||||
"plugins/examples/stft",
|
||||
|
|
|
@ -142,9 +142,9 @@ examples.
|
|||
serializable state.
|
||||
- **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).
|
||||
[egui](plugins/examples/gain_gui_egui),
|
||||
[iced](plugins/examples/gain_gui_iced), and
|
||||
[VIZIA](plugins/examples/gain_gui_vizia).
|
||||
- [**midi-inverter**](plugins/examples/midi-inverter) takes note/MIDI events and
|
||||
flips around the note, channel, expression, pressure, and CC values. This
|
||||
example demonstrates how to receive and output those events.
|
||||
|
|
Loading…
Reference in a new issue