[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 U

[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"; //--- // Audio

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

2015-04-08 Thread Wayne Leeds
ugh to debug. Sorry for the newbie support level! Thanks, Wayne On Tue, Apr 7, 2015 at 12:19 PM, Sarah Denoux 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 : &g

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

2015-04-07 Thread Wayne Leeds
have the sources, you build them with : make world > and install them with : make install > > then you can go back to compiling FaustLive. > Cheers > Sarah > > > 2015-04-04 21:37 GMT+02:00 Wayne Leeds : > >> >> Does anyone have any ideas about my FaustLive bui

[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 supporti

[Faudiostream-users] FaustLive build help request

2015-04-02 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 subdir