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