[Faudiostream-users] Using exported Faust online cpp code

2016-05-23 Thread Wayne Leeds
Hi. I am using the Faust online compiler to create a JACK and QT-compatible cpp source code file to which I would like to make some modifications. Unfortunately I can't seem to compile the generated code. How do I set up my computer's development environment (support packages, etc.)? I'm using

[Faudiostream-users] Faustworks "Binary build error"

2016-05-20 Thread Wayne Leeds
I get a "Binary build error" pop-up window that states "Script : output file(s) /home/user/Desktop/Faust-matrix-mixer/Faust-matrix-mixer not found." when I try to generate a jack-qt or alsa-qt executable. Other flavors generate fine. Any suggestions? Wayne in Grand Rapids, Minnesota

[Faudiostream-users] How to customize Faustworks generated code?

2016-05-20 Thread Wayne Leeds
I've used a faust example program to make a simple 26x4 matrix-style mixer: [CODE] declare name "matrix"; declare version "1.0"; declare author "Grame"; declare license "BSD"; declare copyright "(c)GRAME 2006"; //--- //

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

2015-04-08 Thread Wayne Leeds
! Thanks, Wayne On Tue, Apr 7, 2015 at 12:19 PM, Sarah Denoux sden...@grame.fr wrote: you have to be in the git repository to do that : cd faudiostream-code then git checkout faust2 2015-04-07 18:52 GMT+02:00 Wayne Leeds waynelee...@gmail.com: Hi Sarah, I've created a folder and successfully

[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

[Faudiostream-users] FaustLive build help request

2015-04-03 Thread Wayne Leeds
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 supporting packages (mostly rpm's via yum). I issued make from the Linux