Hi

It's easier then you think. So, for example what I'm using in GxQuack (envelope controlled wah pedal with some extra features) is:

Wow, I'm lost in your code :)

I can't quite pinpoint the place where you say "this parameter changes over this period of time" :(
I'd really like a simple, reproducible example of such a function.

Did you use a gate? From the library examples, it's the only time-based Function I could retrieve..?

Phil
Wah = (x : lowpass(1,6000.0) : highpass(1,10.0) : reduce(max,256) : amp_follower_ud(attack,release) : min(1.0) : max(0.0) );

instead a slider like this

Wah = vslider("Wah[name:Wah]", 0.5, 0, 1, 0.01) : Inverted(0) : smooth(s);


Note, that this is with faust-0.9.73, so you need to convert that to the new faust library structure.

attack is the "rise" time, release is the "fall" time.


https://github.com/brummer10/GxQuack.lv2

regards
hermann

--
Yassin Philip      New album NOW
http://yassinphilip.bitbucket.io


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Faudiostream-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/faudiostream-users

Reply via email to