Page 1 of 1

Posted: 21 Aug 2010, 01:25
by CLeRIK
Hello! I have a case where I want a fader to morph between two different sounds. I was thinking of connecting the fader to two volume modules, in which one of them inverts the fader value before it hits the module. I am not quite sure on how to invert the value though.

The fader sends -80 to 0, so when the fader is 0 the inverted value should be -80 and vice versa.

Someone with better math skillz than me will make me happy by giving me an explanation :)

Posted: 21 Aug 2010, 03:00
by Floego
I guess you are looking for something like this

Image

http://sensomusic.com/forums/uploads.ph ... 0fader.pat

using a math sustraction module:

inverted fader value = -80 - [direct fader value]

Posted: 21 Aug 2010, 04:25
by CLeRIK
Thank you! I must admit that I am ashamed that I could not figure this out myself though :)