Replies: 3 comments 19 replies
-
Beta Was this translation helpful? Give feedback.
-
Oh I didn't know it didn't have any effect (I mean I kinda realized but was not sure). And yeah that is why I'm using fixed slider for, also cause I have two different step sizes for values <0. I was just wondering for the actual typing in values. Thanks for the website but I was already using table.concat() in the code to do that, also because based on a button the values will change (ratio or fixed frequency). Anyway I guess for now it just won't be possible to type in values to change the slider value and that is it, thank you very much for the quick replies! |
Beta Was this translation helpful? Give feedback.
-
I don't think you can put statements in the expression box. you would need to do it via a LUA script. here is the note from the source code for expressions :
|
Beta Was this translation helpful? Give feedback.
-
Hello there,
I am trying to make a modulator for an FM synth, this means ratios with decimal values. I created a Fixed sliders from the actual shown value. That is fine. What I'm wondering is, is it possible to have a lua script run once you click on the number that can process whatever the user has written?
I ask this because if I type with keyboard the value "0.6" I want the slider to go to the equivalent position of what will show as 0.6 (that is modulator value 20 in my case), instead of having it round up to modulator value 1 (as Ctrlr usually does with decimal value).
Writing the script will be fine. I am just wondering if it is possible what I would like to do.
I see there are plenty of function when mouse is up or down, but this does not (I think) work in my scenario.
Or is there an alternative for me to obtain fractional modulator values?
Cheers
For reference this is how I populated the fixed slider values:
Beta Was this translation helpful? Give feedback.
All reactions