Re: [Faudiostream-users] Faust and WebAudio API : recent impovements

2015-04-04 Thread Stéphane Letz
Hi Marc, do: make clean make httpd sudo make install and try again Stéphane Le 4 avr. 2015 à 02:09, Marc Lavallée m...@hacklava.net a écrit : Hi Stéphane. I tried to compile a simple dsp file for the WebAudio API, using faust2 (latest git version). It looks like some javascript files

Re: [Faudiostream-users] Faust and WebAudio API : recent impovements

2015-04-04 Thread Marc Lavallée
On Sat, 4 Apr 2015 16:01:05 +0200, Stéphane Letz wrote: I installed emscripten 1.10 from a Ubuntu repository; should I try to install emscripten from scratch? Seems like an emscripten installation issue, I would suggest to use the SDK here:

Re: [Faudiostream-users] Faust and WebAudio API : recent impovements

2015-04-04 Thread Marc Lavallée
Bonjour Stéphane. The missing files are now installed. There's a new error, only when I use the -emcc option: $ faust2webaudioasm -emcc noise.dsp Compiled with 'emcc' aborting from js compiler due to exception: unknown vector type 4 x i8 | undefined aborting from js compiler due to exception:

Re: [Faudiostream-users] Faust and WebAudio API : recent impovements

2015-04-04 Thread Stéphane Letz
Le 4 avr. 2015 à 14:34, Marc Lavallée m...@hacklava.net a écrit : Bonjour Stéphane. The missing files are now installed. There's a new error, only when I use the -emcc option: $ faust2webaudioasm -emcc noise.dsp Compiled with 'emcc' aborting from js compiler due to exception:

Re: [Faudiostream-users] Cross-compiled Faust-STK VSTi unable to load

2015-04-04 Thread Aaron Altman
objdump -x suggests that this might be due to a couple of mingw libraries: root@altie-VirtualBox:~/faust-examples# objdump -x karplus.dll | grep DLL DLL vma:HintTime Forward DLL First DLL Name: KERNEL32.dll DLL Name: msvcrt.dll DLL Name:

[Faudiostream-users] Cross-compiled Faust-STK VSTi unable to load

2015-04-04 Thread Aaron Altman
Hi all. I'm struggling to get a toolchain set up that will allow me to use the Faust-STK examples as VSTis on Windows 7 x64. Has anyone pulled this off? The closest I've gotten so far is to compile one of them in a virtualized Linux environment with `faust2w32vst` and then copy it back out

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

2015-04-04 Thread Wayne Leeds
Does anyone have any ideas about my FaustLive build problem? ~~ I'm trying to install Faustlive on linux Fedora 19 xfce toward creating some simple LADSPA plugins. I started by: git clone git://git.code.sf.net/p/faudiostream/faustlive faudiostream-faustlive I installed several