proper min/max for the detune params

This commit is contained in:
Weird Constructor 2021-06-06 12:27:34 +02:00
parent 2a0ea2014f
commit ad250e65fd

View file

@ -343,14 +343,14 @@ macro_rules! node_list {
(2 offs n_id n_id r_id f_def 0.0, 1.0, 0.0)
(3 len n_id n_id r_id f_def 0.0, 1.0, 1.0)
(4 dcms n_declick d_declick r_id f_def 0.0, 1.0, 3.14)
(5 det n_det d_det r_id f_det -1.0, 1.0, 0.0)
(5 det n_det d_det r_id f_det -0.2, 0.2, 0.0)
{6 0 sample audio_unloaded("") f_def 0 0}
{7 1 pmode setting(0) fa_sampl_pmode 0 1}
{8 2 dclick setting(0) fa_sampl_dclick 0 1}
[0 sig],
sin => Sin UIType::Generic UICategory::Osc
(0 freq n_pit d_pit r_id f_freq -1.0, 1.0, 440.0)
(1 det n_det d_det r_id f_det -1.0, 1.0, 0.0)
(1 det n_det d_det r_id f_det -0.2, 0.2, 0.0)
[0 sig],
out => Out UIType::Generic UICategory::IOUtil
(0 ch1 n_id d_id r_id f_def -1.0, 1.0, 0.0)