Re: [Faudiostream-devel] Error when compiling examples/misc/guitarix.dsp

2019-09-08 Thread Hermann Meyer
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

Re: [Faudiostream-devel] non-virtual dsp output class

2019-04-19 Thread Hermann Meyer
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

Re: [Faudiostream-devel] non-virtual dsp output class

2019-04-19 Thread Hermann Meyer
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

Re: [Faudiostream-devel] non-virtual dsp output class

2017-11-29 Thread Hermann Meyer
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:

Re: [Faudiostream-devel] non-virtual dsp output class

2017-11-29 Thread Hermann Meyer
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

Re: [Faudiostream-devel] non-virtual dsp output class

2017-11-29 Thread Hermann Meyer
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

Re: [Faudiostream-devel] non-virtual dsp output class

2017-11-28 Thread Hermann Meyer
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

[Faudiostream-devel] guitarix example in faust

2016-09-03 Thread Hermann Meyer
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

Re: [Faudiostream-devel] heap-buffer-overflow in patternmatcher

2016-06-13 Thread hermann meyer
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

[Faudiostream-devel] Faust syntax-highlighting in Geany

2014-12-09 Thread Hermann Meyer
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

Re: [Faudiostream-devel] ffunction

2013-10-24 Thread hermann meyer
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

Re: [Faudiostream-devel] 32bit FAUST-LV2 crash on quit

2013-09-17 Thread hermann meyer
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

[Faudiostream-devel] Guitarix release 0.26.0

2013-04-09 Thread hermann meyer
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