1
0
Fork 0
nih-plug/nih_plug_vizia
Robbert van der Helm f084f14095 Refactor GUIs to use param's own default value
This removes the need to pass a lot of these `ParamSetter`s and
`GuiContext`s around. We also don't need explicit events to reset a
parameter anymore since you can get this information from the parameter
itself.
2022-03-21 13:11:36 +01:00
..
assets Add some more styling for the vizia ParamSlider 2022-03-19 17:47:50 +01:00
src Refactor GUIs to use param's own default value 2022-03-21 13:11:36 +01:00
Cargo.toml Add a basic adapter for vizia 2022-03-17 23:14:45 +01:00
README.md Add a basic adapter for vizia 2022-03-17 23:14:45 +01:00

NIH-plug: VIZIA support

This provides an adapter to create VIZIA based GUIs with NIH-plug.