filter pro exponential function?

Multi-platform modular music creation studio
Post Reply
User avatar
AutumnCheney
Posts: 507
Joined: Sun Dec 29, 2019 8:16 am
Location: tahlequah, ok, usa
Contact:

filter pro exponential function?

Post by AutumnCheney »

hi! i was trying to use pixilang to create a multictl curve that makes the flanger's delay time approximate the filter pro's exponential frequency input, and i realized that in order to do this, i need the function for the exponential frequency curve

my question is, what is it? i'm sure alex knows this, and i would love it if he kindly answered me :Rose: i'll take suggestions from others too!
my website: https://acheney.xyz

it features my music, sunvox content, and social media links!
User avatar
NightRadio
Site Admin
Posts: 3955
Joined: Fri Jan 23, 2004 12:28 am
Location: Ekaterinburg. Russia
Contact:

Re: filter pro exponential function?

Post by NightRadio »

i need the function for the exponential frequency curve
In case of the curve generator, try to use the following code:
$y = pow( $x, 3 )
User avatar
AutumnCheney
Posts: 507
Joined: Sun Dec 29, 2019 8:16 am
Location: tahlequah, ok, usa
Contact:

Re: filter pro exponential function?

Post by AutumnCheney »

thanks!
my website: https://acheney.xyz

it features my music, sunvox content, and social media links!
Post Reply