Am 08.09.19 um 09:28 schrieb Stéphane Letz:
Are there any guitarix developer on the list?
faust examples/misc/guitarix.dsp gives:
tubes.lib:56 ERROR : redefinition of symbols are not allowed : boundFactor
since boundFactor is defined in guitarix.dsp (line 90) but also in
libraries/tubes.lib
Am 19.04.19 um 10:03 schrieb Kjetil Matheussen:
On Fri, Apr 19, 2019 at 9:41 AM Hermann Meyer wrote:
Am 29.11.17 um 12:18 schrieb Stéphane Letz:
I'm still on faust(0.9.90), but this reads very interesting. I'll check that
out as soon I've switched to the latest faust-git
Am 29.11.17 um 12:18 schrieb Stéphane Letz:
I'm still on faust(0.9.90), but this reads very interesting. I'll check that
out as soon I've switched to the latest faust-git.
OK
Surly we can't use that in our dsp2cc script (without implement it ;-) ) but
I'll check it out and find out if it cou
Am 29.11.2017 um 11:43 schrieb Stéphane Letz:
Faust options been forwarded from the caller to faust. Usually the dsp2cc
script calls faust. and read the stdout from it.
The dsp script checks if a special option is given and act accordingly. For
example:
if self.options.vectorize:
Am 29.11.2017 um 10:46 schrieb Stéphane Letz:
Le 29 nov. 2017 à 10:04, Hermann Meyer a écrit :
Am 29.11.2017 um 09:27 schrieb Stéphane Letz:
Thanks Hermann.
Although we know the work done for the guitar project, we do not (in general…)
recommend hacking the generated C++ code. The
n extended description.
Stéphane
Le 29 nov. 2017 à 07:05, Hermann Meyer a écrit :
Hi
In the guitarix project we using a python script with included templates to
parse the output of the faust compiler.
This allow us to replace the virtual keywords, in-lining some stuff, and format
the classes to
Hi
In the guitarix project we using a python script with included templates
to parse the output of the faust compiler.
This allow us to replace the virtual keywords, in-lining some stuff, and
format the classes to the way we need in our project.
For reference here you'll find our dsp2cc sc
Hi
/The guitarix example implementation produce here some compiler warnings
like this:
warning: comparison of constant ‘99’ with boolean expression is
always true [-Wbool-compare]
double fTemp5 = ((int(((0 < fTemp4) < 99)))?0:(fTemp3 - fTemp4));
It is introduced by the following functio
Am 13.06.2016 um 17:15 schrieb Kjetil Matheussen:
> Hi,
>
> I get a crash when compiling this program:
>
> "
> process = *(v), *(v) with { v = hslider("volume[style:knob]", 0.5, 0,
> 5, 0.05);};
> process = *(v), *(v) with { v = hslider("volume[style:knob]", 0.5, 0,
> 5, 0.05);};
> "
Did that
Hi
I mostly use Geany for my projects, so I decide to add
syntax-highlighting for faust to it.
I put all declared functions from faust/architecture/*.lib's in the
primary section, and all faust internal functions in the secondary
section. This gives a nice C/C++ style like syntax-highlight for
Am 24.10.2013 09:57, schrieb urban:
> Hi,
>
> when using ffunction faust produces the line:
>
> #include , but shouldn't that read:
> #include "file.h" for convenience?
>
>
> -Urban
>
>
it depend on how you wrote your ffunction,
F = ffunction(float doit(int,float), , "");
or
F = ffunction(float
Am 15.09.2013 22:02, schrieb Harry van Haaren:
> Hey All,
>
> I've built OpenAV's Sorcer synth using FAUST, and FAUST-LV2. The
> plugin runs fine here in jalv: on a 64bit machine. The same code
> crashes on a "glibc corrupted double linked list detected" when
> generated / compiled / ran on 32b
I'm proud to announce the release of guitarix2-0.26.0
Guitarix is a mono tube amplifier simulation for jack, with additional
mono/stereo effect racks which can be filled with some in-build effects
as well as with external LADSPA plugins.
Download from http://sourceforge.net/projects/guitarix/
T
13 matches
Mail list logo