Hi, 
Is there a way to specify in the rate of the parameters when exporting from the 
web IDE?
For example: in the example below when exporting to SuperCollider uGen what is 
the rate of frequency? is it possible to set it to audio rate or control rate?

import("stdfaust.lib");
decimalpart(x) = x-int(x);
phase(f) = f/ma.SR : (+ : decimalpart) ~_;
osc(f) = phase(f) * 2 * ma.PI : sin;
out = osc(hslider("freq", 440, 0, 10000, 1) )* hslider("gain", 0.961, 0.0, 1.0, 
0.001);
process = out <: _,_;

Thanks,
Alejandro

_______________________________________________
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users

Reply via email to