The generated HTML page has to be loaded with http:// protocol, not file://. 

So you will have to start a local server, like using «  python -m 
SimpleHTTPServer »  for instance.

Stéphane 

> Le 2 nov. 2020 à 11:15, Loïc Reboursiere <loicreboursi...@gmail.com> a écrit :
> 
> Hi,
> 
> I'm working on hexaphonic guitar (electrified guitar with an hexaphonic 
> pickup, i.e, one pickup per string) and hexaphonic effects.
> By following one of the Faust lockdown webinar I manage to get an hexaphonic 
> delay with the following code : 
> bounce(d) = @(vslider("delay %d[style:knob]", 4410, 0, 44100, 441)) : 
> *(vslider("feedback %d[style:knob]", 0.1, 0, 1, 0.01));
> monoecho(d) = +~bounce(d);
> multiecho(N) = hgroup("hexdelay", par(i, N, monoecho(i)));
> 
> process = multiecho(6);
> 
> I'd like to embed the GUI in an HTML website, but when I try to export it in 
> any of the available web formats and launch the generated HTML file, nothing 
> appears except for the block size (I guess) menu. I've tried on different 
> browsers but nothing changes. I've also tried with Faust examples and it 
> doesn't work either.
> 
> What am I missing ? Does it have to do with the "poly voices" option ? Or is 
> it be being a newbie to javascript and how to test javascript code ?
> 
> Thanks for your answers,
> 
> Loïc
> -- 
> ------------------------------------------------------------
> http://www.medicationtime.net
> http://soundcloud.com/MedicationTime
> http://www.vimeo.com/user2896549
> http://vimeo.com/user2896549/videos/all
> 
> http://www.numediart.org
> ------------------------------------------------------------
> _______________________________________________
> 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