In order to control freq, gain and gate with midi you'll need to set poly
voices to at least 1.

I have no idea if it is possible to hide these GUI components.

with kind regards,

Thomas


Thomas Hopman - TomaTek - Paradiso - SureShot Studio
+31 (0)6 17115051


Op ma 24 feb. 2020 om 13:55 schreef Ming-Lun Lee <minglun...@rochester.edu>:

> 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
>
_______________________________________________
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users

Reply via email to