1
0
Fork 0
nih-plug/src
Robbert van der Helm 5017dad7d3 Add a semi-broken GUI example
This needs a lot of work. We need widgets that know how to deal with our
parameters, and also basic widgets for things like meters. Egui-baseview
also has a couple quirks left. Most notably it only updates when
actively moving over the GUI (which means VU meters look pretty janky)
and it randomly panics.
2022-02-06 13:16:28 +01:00
..
context Replace spawn_unchecked with static lifetimes 2022-02-05 16:09:59 +01:00
param Use AtomicF32 for the smoothing 2022-02-06 03:43:59 +01:00
wrapper Delay the process_wrapper() use 2022-02-06 00:51:18 +01:00
buffer.rs Fix typo in buffer iterator 2022-02-06 12:59:29 +01:00
context.rs Move ParamSetter creation to its own struct 2022-02-06 01:52:16 +01:00
debug.rs nih_debug_assert_neq -> nih_debug_assert_ne 2022-02-02 22:29:14 +01:00
formatters.rs Use Arcs for the callbacks 2022-01-31 20:44:10 +01:00
lib.rs Add a HasRawWindowHandle wrapper struct 2022-02-06 00:22:15 +01:00
param.rs Move preview_{normalized,plain} to Param 2022-02-05 17:32:06 +01:00
plugin.rs Add a semi-broken GUI example 2022-02-06 13:16:28 +01:00
util.rs Replace spawn_unchecked with static lifetimes 2022-02-05 16:09:59 +01:00
wrapper.rs Implement saving parameter state 2022-01-29 14:20:14 +01:00