Page 1 of 1

Knob ratio : Compressor

Posted: Sun Jan 19, 2014 6:18 pm
by rustyou
Hello !

I have a question,

what is a value of knob ratio (0 - 1) of output : 1:1 ....etc

Exemple knob position 0 = 1:1
knob position (max) 1 = 8:1

How see the reference ??


Thank you

Re: Knob ratio : Compressor

Posted: Sun Jan 19, 2014 11:34 pm
by Perfect Human Interface
Hello, I'm not sure exactly what you're asking for, but I added an output to my knobs for the 0-1 ratio as well as the set min/max ratio. Maybe something like that will help you? Or you could just set the knob to 0-1 and then multiply by 7 and add 1 outside of the knob.

Re: Knob ratio : Compressor

Posted: Mon Jan 20, 2014 9:05 pm
by rustyou
Hi !

Ex :

How to define three position for my knob :

1:1
2:1
4:1

For this exemple, what is the value for my knob.

limit knob : 0min and max 1

Thx u

Re: Knob ratio : Compressor

Posted: Mon Jan 20, 2014 9:26 pm
by tester
Knob outputs just values, whether these represent ratios or something/anything else. You just set the min/max from 1 to N, and you have ratios, for example from 1:1 to N:1.

If you wish to have specific numbers - you can use a selector driven by knob out or if-then-else routine or some sort of down/up rescaling with integers, if this is supposed to be infinite range of regularly defined ratios.

Re: Knob ratio : Compressor

Posted: Mon Jan 20, 2014 9:40 pm
by rustyou
Thank


In out meter monitor.

My compressor will be of knob = 5 --------> out monitor compress = 5:1 value ? exactly ?

Re: Knob ratio : Compressor

Posted: Tue Jan 21, 2014 1:52 am
by tester
Now, connecting second wire to your compressor - remember to scale your green value (on that second wire) appropriately to input requirements of your compressor part, to fit proper ranges there.

Re: Knob ratio : Compressor

Posted: Thu Jan 23, 2014 7:14 pm
by rustyou
Eh ...

For this exemple of compressor.

The value of ratio is : min =0 max=1

What the real value in output (1:1, 2:1...etc)


0 = 1:1
0.5= ?
1=?...

Thank you,