Re: [Faudiostream-users] Compiling W64 VST

2020-07-21 Thread Stéphane Letz
> Le 22 juil. 2020 à 01:33, João Davi Stefanello > a écrit : > > Allright, with the boost library I could create an .lv2 extension... > But is it in ARM 32 bit format? Because I had the same problem with the .lv2 > created on web IDE. I don't think ARM 32 bit comes in the picture. Like mos

Re: [Faudiostream-users] Compiling W64 VST

2020-07-21 Thread João Davi Stefanello
Allright, with the boost library I could create an .lv2 extension... But is it in ARM 32 bit format? Because I had the same problem with the .lv2 created on web IDE. When I load it in Zynthian Software my plugin appears, but doesn't work, actually it got stuck on MIDI channel selection. I was advis

Re: [Faudiostream-users] Compiling W64 VST

2020-07-20 Thread Stéphane Letz
faust2lv2 uses the boost library (https://www.boost.org) You’ll need to install it with your package manager and try again. Stéphane > Le 21 juil. 2020 à 00:32, João Davi Stefanello > a écrit : > > I've been trying to install faust tool chain on my raspberry, to compile my > faust code in LV

Re: [Faudiostream-users] Compiling W64 VST

2020-07-20 Thread João Davi Stefanello
I've been trying to install faust tool chain on my raspberry, to compile my faust code in LV2 ARM 32bits format. But when I type faust2lv2 osc.dsp from the example folder in terminal, I got this error message: pi@raspberrypi:~/faust/examples/generator $ faust2lv2 osc.dsp -fvisibility=hidden lv2.cp

Re: [Faudiostream-users] Compiling W64 VST

2020-07-15 Thread Stéphane Letz
> Le 16 juil. 2020 à 02:05, João Davi Stefanello > a écrit : > > > Is your instrument polyphonic? > > > Yes, with 4 voices. More than this presented noise. > > Now I'm trying to export an LV2 plugin to use with Zynthian, which runs on a > Raspberry Pi 3. > The system architecture is an L

Re: [Faudiostream-users] Compiling W64 VST

2020-07-15 Thread João Davi Stefanello
> Is your instrument polyphonic? Yes, with 4 voices. More than this presented noise. Now I'm trying to export an LV2 plugin to use with Zynthian, which runs on a Raspberry Pi 3. The system architecture is an Linux 32 bit ARM , which it's not supported by the online Faust IDE. I wonder if it's p

Re: [Faudiostream-users] Compiling W64 VST

2020-07-07 Thread João Davi Stefanello
> Can you possibly try with another VST hostly like Reaper ( https://www.reaper.fm) ? Yes, I've installed Reaper and tried to run the plugin, then an error message appeared, saying "plugin try to make an invalid operation". So I start to debug my code by compiling group by group and converting to

Re: [Faudiostream-users] Compiling W64 VST

2020-07-07 Thread Julius Smith
You guys are too nice, thanks On Mon, Jul 6, 2020 at 9:55 PM Stéphane Letz wrote: > > > > Le 6 juil. 2020 à 23:31, João Davi Stefanello < > joao.stefane...@eac.ufsm.br> a écrit : > > > > First of all, thank you for the amazing work, you're a legend. > > I agree, Julius is a legend ! > > > > > In

Re: [Faudiostream-users] Compiling W64 VST

2020-07-06 Thread Stéphane Letz
> Le 6 juil. 2020 à 23:31, João Davi Stefanello a > écrit : > > First of all, thank you for the amazing work, you're a legend. I agree, Julius is a legend ! > > In fact, there was two string names called "ganho", I thought that would not > be a problem, as there were different local variab

Re: [Faudiostream-users] Compiling W64 VST

2020-07-06 Thread João Davi Stefanello
First of all, thank you for the amazing work, you're a legend. In fact, there was two string names called "ganho", I thought that would not be a problem, as there were different local variables. On the "old" web editor doesn't appear any error message, compiling by the FaustIDE the path issue was

Re: [Faudiostream-users] Compiling W64 VST

2020-07-04 Thread Stéphane Letz
Be sure to use the latest Faust IDE here : https://faustide.grame.fr/ Stéphane > Le 5 juil. 2020 à 03:14, Julius Smith a écrit : > > Hi All, > > subtractive_plugin.dsp does not compile at the command line. It has three > controls with the same name "ganho". > > It sounds like the bug/missi

Re: [Faudiostream-users] Compiling W64 VST

2020-07-04 Thread Stéphane Letz
Try to change the name of the DSP file each time. Stéphane > Le 4 juil. 2020 à 23:50, João Davi Stefanello a > écrit : > > > You are exporting a VSTI (instrument) right? > Yeah, I try to compile small pieces of code too, but it doesn't work with > more than an oscillator and an envelope :/

Re: [Faudiostream-users] Compiling W64 VST

2020-07-04 Thread Julius Smith
Hi All, subtractive_plugin.dsp does not compile at the command line. It has three controls with the same name "ganho". It sounds like the bug/missing-feature has to do with compilation error handling. Cheers, Julius On Sat, Jul 4, 2020 at 2:51 PM João Davi Stefanello < joao.stefane...@eac.ufsm

Re: [Faudiostream-users] Compiling W64 VST

2020-07-04 Thread João Davi Stefanello
> You are exporting a VSTI (instrument) right? Yeah, I try to compile small pieces of code too, but it doesn't work with more than an oscillator and an envelope :/ QR code became broken. Sometimes if I refresh the page and paste the code it works, maybe it's something in my browser. Thanks for your

Re: [Faudiostream-users] Compiling W64 VST

2020-07-04 Thread Stéphane Letz
Thanks for the. You are exporting a VSTI (instrument) right? Then since the code is a bit complex, I would advice starting with simple versions of the synthétiser, testing, and adding more items, step by step ? Stéphane > Le 4 juil. 2020 à 22:15, João Davi Stefanello a > écrit : > > Sending

Re: [Faudiostream-users] Compiling W64 VST

2020-07-04 Thread João Davi Stefanello
Sending attached. Em sáb., 4 de jul. de 2020 às 17:13, Stéphane Letz escreveu: > What is the DSP code? > > > > Le 4 juil. 2020 à 22:12, João Davi Stefanello < > joao.stefane...@eac.ufsm.br> a écrit : > > > > > What happens exactly ? Does it work with other VST hosts? > > > > It doesn't correspo

Re: [Faudiostream-users] Compiling W64 VST

2020-07-04 Thread Stéphane Letz
> Le 4 juil. 2020 à 21:25, João Davi Stefanello a > écrit : > > I've been developing some subtractive synthesis code in the Faust's web > editor and when i run the code on chrome it works fine (except for the > release of en.adsre wich appears to keep short doesn't matter how i increase > t

[Faudiostream-users] Compiling W64 VST

2020-07-04 Thread João Davi Stefanello
I've been developing some subtractive synthesis code in the Faust's web editor and when i run the code on chrome it works fine (except for the release of en.adsre wich appears to keep short doesn't matter how i increase the parameter), but when i export the code as a windows 64 VST, it doesn't work