From ed429e867c10b2446d5fd233e1208e09c1334ae0 Mon Sep 17 00:00:00 2001 From: Weird Constructor Date: Fri, 2 Jul 2021 05:12:30 +0200 Subject: [PATCH] more sensible defaults --- src/dsp/mod.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/dsp/mod.rs b/src/dsp/mod.rs index 72010ea..45428ea 100644 --- a/src/dsp/mod.rs +++ b/src/dsp/mod.rs @@ -431,10 +431,10 @@ macro_rules! node_list { [0 sig], map => Map UIType::Generic UICategory::CV (0 inp n_id d_id r_id f_def stp_d -1.0, 1.0, 0.0) - (1 atv n_id d_id r_id f_def stp_d -1.0, 1.0, 0.0) + (1 atv n_id d_id r_id f_def stp_d -1.0, 1.0, 1.0) (2 offs n_id d_id r_id f_def stp_d -1.0, 1.0, 0.0) - (3 min n_id d_id r_id f_def stp_d -1.0, 1.0, 0.0) - (4 max n_id d_id r_id f_def stp_d -1.0, 1.0, 0.0) + (3 min n_id d_id r_id f_def stp_d -1.0, 1.0, -1.0) + (4 max n_id d_id r_id f_def stp_d -1.0, 1.0, 1.0) {5 0 mode setting(0) fa_map_mode 0 1} [0 sig], tseq => TSeq UIType::Generic UICategory::CV