I have some simple questions about regulating the preset values of Ndef.
My Idea is to set a preset, in GUI, like 0 to 1, to control the several parameters in the Ndef.
when I run the Ndef, It seems preset values keep changing is there any method to set the range of the “preset” value?
while I test with gui with parameters and when I like the specific position, Is there any method to write or send code SC Ide like Ndef(\test).set(\freq, #specific value, \amp, #specific value)?
It is a bit weird question. For example, in GUI, start with freq 440, amp 0, and then move the freq slider to 220 and amp 1. After that, change the preset values with a specific amount. In this case, I move slider 0 to 1, then store both values bound in the preset, and the next time, when I move to a slider from 0 to 1, it changes the whole range, and 0 to 0.5 it applies the half amount of values in both parameters (\freq, \amp). What I am curious about, is dynamically saving both parameters at once, with recent movements in preset arguments. Is that possible in SC?