Re: [Faudiostream-users] How to interact with the controls of a Faust processor compiled to Javascript ?

2015-04-08 Thread Marc Lavallée
An example of what worked for me: To get the names of the controls: noise.json(); To get the value of a control: noise.getValue('/0x00/vol'); To set the value of a control: noise.setValue('/0x00/vol', 0.5); Thanks -- Marc On Wed, 8 Apr 2015 08:18:17 +0200, Stéphane Letz wrote: > You can use :

Re: [Faudiostream-users] FaustLive build help request (bump)

2015-04-08 Thread Wayne Leeds
Okay, I've done: cd (to the git repository folder) git checkout faust2 So far, so good. But errors appear with: # make world make -C compiler -f Makefile.unix prefix=/usr/local make[1]: --version: Command not found make[1]: Entering directory `/home/wl/Desktop/faust2/faudiostream-code/compiler