proper min/max for the detune params
This commit is contained in:
parent
2a0ea2014f
commit
ad250e65fd
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue