Hey,
has anyone ever used the bpf-function out of music.lib?
I’m pretty new to faust and can’t figure it out. Basically I want to move the
“xslider” along the x-axis to get the y-values and the interpolation values
between the points, but the “xslider” doesn’t even appear….I have tried several
versions with x, x_{}, etc….this one at least doesn’t come back with an
error-message but obviously does not what I want….
thanks in advance for any help
Olav
import("music.lib");
import("filter.lib");
mybpf(myx) = bpf.start(0,300) : bpf.point(1,200) : bpf.point(2,246) :
bpf.end(3,4025);
myx = hslider("[0]xslider",0,0,3,0.01) : smooth(0.999);
gain = hslider("[1]gain",0,0,1,0.01) : smooth(0.999);
myosc = osc(freq)
with{
freq = mybpf(myx);
};
process = myosc : *(gain);
------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users