View Single Post
Old 07-25-2017, 06:05 AM   #6
bezusheist
Human being with feelings
 
bezusheist's Avatar
 
Join Date: Nov 2010
Location: Mullet
Posts: 829
Default

Quote:
Originally Posted by Edgemeal View Post
Cool! I set slider1 to 0.1, but when I double click the slider it resets to zero, Can it be changed so it resets to 0.1 also?
are you saying you want to set the default value with the slider itself and not the slider code ?
i don't think that's possible.

edit: oh...do you mean when you set the slider code to default to '0.1' it doesn't work ?
if so, that's because you need to change the increment from "1" to "0.1".

Code:
slider1:default value < min value , max value , increment >Adjustment (dB)
__________________
I like turtles

Last edited by bezusheist; 07-25-2017 at 06:24 AM.
bezusheist is offline   Reply With Quote