Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

How to control value by Expression Control

Community Beginner ,
Jan 25, 2022 Jan 25, 2022

Hello! I have the expression value (-200) that should be tied to one of the Expresiion Control methods (Slider Control, for example). So, how can I do that? It doesn't have to be a value. Maybe just a slider or a percentage. Thanks!Inked271385777_325265256150308_4450049408558662163_n_LI.jpg

 

TOPICS
Expressions
123
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jan 25, 2022 Jan 25, 2022
LATEST

That's what interpolators like linear() or ease() are for. I suggest you actually read the online help on these things or find a tutorial explaining the basics. the basic syntax is:

 

linear(slider,sliderMin,sliderMax,outputMin,outputMax);

 

Apparently the min/ max values need to be filled in with whatever values you need.

 

Mylenium

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines