changing the min or max values of the knobs dynamically
-
Is it possible to dynamically change the min or max values of the knobs?
-
@resonant You definitely can but I find that it gets weird when setting midpoints. I get errors sometimes if the min-max hasnt been set before the mid point. You can script it to be so conceptually but it gets weird when I move knobs. Lmk if you find a clean solution.
-
@resonant Actually what works really good and I just added it in my plugin, but forgot to mention...if you're in scriptnode theres the minmax node. That works quite well. Thinking about it, you can probably add some pma nodes after a min max node and get kinda crazy.
-
@Chazrox said in changing the min or max values of the knobs dynamically:
@resonant theres the minmax node. That works quite well.
Good idea thanks. Maybe changing the min max values directly on this node will do the job and the value normalization thing will be done automatically there.
-
I suspect changing
min/maxwill cause issues when loading presets down the line...
In this case I would rather go with a panel instead so you can save the whole object (min, max, skew, value...)EDIT: oh sorry, you're talking bout' scriptnode... Still I'll leave my comment in the case it helps someone with the same question for the UI..