Mention the new BYO GUI examples in the readme

This commit is contained in:
Robbert van der Helm
2025-04-22 23:38:44 +02:00
parent fe12248bbd
commit d64b2ab9cf

View File

@@ -202,6 +202,11 @@ examples.
[egui](plugins/examples/gain_gui_egui),
[iced](plugins/examples/gain_gui_iced), and
[VIZIA](plugins/examples/gain_gui_vizia).
There are also examples for making custom GUIs with
[OpenGL](plugins/examples/byo_gui_gl), [wgpu](plugins/examples/byo_gui_wgpu),
and [softbuffer](plugins/examples/byo_gui_softbuffer).
- [**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.