Re: [Faudiostream-users] problem building VST3 via JUCE, AU works

2022-05-27 Thread Stéphane Letz
There were several issues, fixed here, textes with a simple stereo OSC, in -single and -double mode, AU et VST3 plugins, in Reaper. https://github.com/grame-cncm/faust/commit/37c7c0a2da790eaa079fac2080dd03817e82c38a Ca you test and report? Thanks. Stéphane > Le 27 mai 2022 à 16:51, Klaus

Re: [Faudiostream-users] problem building VST3 via JUCE, AU works

2022-05-27 Thread Klaus Scheuermann
Hi, A relatively simple noisegate results in distortion both -double and single as VST3. AU is fine. >> MacOS 12.15.7 Xcode 12.4 @Juan Carlos: does it mean only AAX works in -double? Klaus import("stdfaust.lib"); init_noisegate_threshold = -70; process = _,_ : noisegate(2) : _,_; // NOISE

Re: [Faudiostream-users] faust2lv2

2022-05-27 Thread Klaus Scheuermann
Merci :) On Fri, 2022-05-27 at 15:53 +0200, Stéphane Letz wrote: > I guess you’ll need to install boost. > > Stéphane > > > Le 27 mai 2022 à 15:51, Klaus Scheuermann a > > écrit : > > > > This is probably a simple one for you... Any ideas? Thank you > > > > [ks@home soundsgood]$ faust2lv2

Re: [Faudiostream-users] problem building VST3 via JUCE, AU works

2022-05-27 Thread Stéphane Letz
It seems the -double does not work correctly with VST3 format, but work OK with AU. Tested with simpler examples here. Can you confirm that ? (even if you DSP confirm needs -double in the first place…) Stéphane > Le 27 mai 2022 à 13:17, Klaus Scheuermann a écrit : > > Hi All, I am running

Re: [Faudiostream-users] faust2lv2

2022-05-27 Thread Stéphane Letz
I guess you’ll need to install boost. Stéphane > Le 27 mai 2022 à 15:51, Klaus Scheuermann a écrit : > > This is probably a simple one for you... Any ideas? Thank you > > [ks@home soundsgood]$ faust2lv2 -double soundsgood09.dsp > -std=c++11 -fvisibility=hidden -O3 > lv2.cpp:292:10: fatal

[Faudiostream-users] faust2lv2

2022-05-27 Thread Klaus Scheuermann
This is probably a simple one for you... Any ideas? Thank you [ks@home soundsgood]$ faust2lv2 -double soundsgood09.dsp -std=c++11 -fvisibility=hidden -O3 lv2.cpp:292:10: fatal error: boost/circular_buffer.hpp: No such file or directory compilation terminated.

[Faudiostream-users] problem building VST3 via JUCE, AU works

2022-05-27 Thread Klaus Scheuermann
Hi All, I am running into trouble again ;) Your help is very much appreciated. Here is my dsp file (a modified version of master_me): https://github.com/trummerschlunk/master_me/blob/master/soundsgood09.dsp For various reasons, I decided to go via JUCE (VST3, VST2 from faustIDE crashing on