1
0
Fork 0
nih-plug/src/params
Robbert van der Helm 683c96bca0 Avoid duplicate parameter callbacks and smoothing
REAPER seems to spam value set events when an automation lane is active,
and it also always sends CLAP automation events twice.
2023-01-31 16:31:29 +01:00
..
boolean.rs Avoid duplicate parameter callbacks and smoothing 2023-01-31 16:31:29 +01:00
enums.rs Avoid duplicate parameter callbacks and smoothing 2023-01-31 16:31:29 +01:00
float.rs Avoid duplicate parameter callbacks and smoothing 2023-01-31 16:31:29 +01:00
integer.rs Avoid duplicate parameter callbacks and smoothing 2023-01-31 16:31:29 +01:00
internals.rs Avoid duplicate parameter callbacks and smoothing 2023-01-31 16:31:29 +01:00
persist.rs Add Persist implementations for Arc wrapped types 2022-11-05 14:19:32 +01:00
range.rs Add finer step sizes to parameters 2022-11-11 03:15:05 +01:00
smoothing.rs Fix debug assertion failure in smoother 2023-01-06 17:58:13 +01:00