Use comptime for fully declarative LV2 and Custom commands #14

Merged
luna merged 69 commits from declarative-commands into master 2020-06-02 21:37:47 +00:00
Showing only changes of commit b238517b33 - Show all commits

View file

@ -374,7 +374,7 @@ pub const Command = struct {
hold: f32, hold: f32,
inputgain: f32, inputgain: f32,
threshold: f32, threshold: f32,
ratio: f32, Ratio: f32,
attack: f32, attack: f32,
release: f32, release: f32,
gain_min: f32, gain_min: f32,