I was able to implement the following code and run it sucessfully on
FaustLive (but could not run it with a MIDI controller using the Faust
Online Editor):

import("stdfaust.lib");
freq = hslider("freq",200,50,1000,0.01);
gain = hslider("gain",0.5,0,1,0.01);
gate = button("gate");
process = os.sawtooth(freq)*gain*gate;

Does anyone know a way to hide these three GUI components? I also could not
figure out why I was not able to run it on my Chrome browser after I turned
on MIDI. Thank you.

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

Reply via email to