>  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 possible to export in this format somehow.

Em qua., 8 de jul. de 2020 às 04:38, Stéphane Letz <l...@grame.fr> escreveu:

> Is your instrument polyphonic?
>
> Stéphane
>
> > Le 8 juil. 2020 à 00:48, João Davi Stefanello <
> joao.stefane...@eac.ufsm.br> a écrit :
> >
> > > 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 a W64 plugin, and then I see my problem was in the FX section,
> > particularly on my Echo effect, which has 2 inputs, unlike other effects
> that have 1 input.
> > I've made a simple split-merge, so the code could compile before, but as
> a plugin didn't work.
> > When I took it out of my code, the plugin could run on both DAWs
> (Ableton and Reaper).
> >
> > Ok so far, but still the sound isn't the same as in the IDE web editor!
> > My first oscillator should be at a lower octave than the second, but
> it's at a very high frequency that doesn't change.
> > Some issues about looping too, sometimes it doesn't play and other times
> the last signal don't stop, summing with the next one and the next, and the
> next,
> > becoming almost deafening.
> >
> > Att. João Davi
> >
> >
> >
> >
> > Em ter., 7 de jul. de 2020 às 01:55, Stéphane Letz <l...@grame.fr>
> escreveu:
> >
> >
> > > 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 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 presented.
> >
> > Yes, the new Web editor running the latest version of the compiler is
> more restrictive concerning UI items paths. The reason is that duplicated
> paths are a real issue when you want to control them with OSC messages for
> instance. So we decided to check and forbid duplicated paths at compile
> time.
> >
> >  We *definivelly* have to deactivate old versions of the Web tools….
> >
> > >
> > > Now I can get the .dll file but still it doesn't appear in my plugin
> list on Ableton when I paste in my VST folder.
> > > I checked out for name issues on code, any variable or string that
> could be duplicated, but it's not the problem.
> > > On the FaustIDE web it runs properly.
> > >
> > > Other simpler codes can run on the DAW, but it doesn't have the same
> signal amplitude as in the IDE.
> > > They seem unstable too, when the loop runs for a while the sound
> becomes different.
> > >
> > >
> > > Att. João Davi de Campos
> > > Acoustic Engineering UFSM
> > >
> > >
> > Can you possibly try with another VST hostly like Reaper (
> https://www.reaper.fm) ?
> >
> > Stéphane
> >
>
>
_______________________________________________
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users

Reply via email to