From f3437c895d705f76be954400938f570f608aab69 Mon Sep 17 00:00:00 2001 From: Weird Constructor Date: Mon, 25 Jul 2022 06:47:57 +0200 Subject: [PATCH] fix offset in scope --- src/dsp/mod.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dsp/mod.rs b/src/dsp/mod.rs index 579030a..912d6de 100644 --- a/src/dsp/mod.rs +++ b/src/dsp/mod.rs @@ -1408,8 +1408,8 @@ macro_rules! node_list { [0 sig], scope => Scope UIType::Generic UICategory::IOUtil (0 in1 n_id d_id r_id f_def stp_d -1.0, 1.0, 0.0) - (0 in2 n_id d_id r_id f_def stp_d -1.0, 1.0, 0.0) - (0 in3 n_id d_id r_id f_def stp_d -1.0, 1.0, 0.0), + (1 in2 n_id d_id r_id f_def stp_d -1.0, 1.0, 0.0) + (2 in3 n_id d_id r_id f_def stp_d -1.0, 1.0, 0.0), ad => Ad UIType::Generic UICategory::Mod (0 inp n_id d_id r_id f_def stp_d -1.0, 1.0, 1.0) (1 trig n_id d_id r_id f_def stp_d -1.0, 1.0, 0.0)