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 advised that it should have an "event" extension, maybe something
about the MIDI assignment, is there another way to do it instead of the
"freq" string on the vector?

Thanks anyway

Em ter., 21 de jul. de 2020 às 01:17, Stéphane Letz <l...@grame.fr>
escreveu:

> 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 <
> joao.stefane...@eac.ufsm.br> a écrit :
> >
> > 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.cpp:292:10: fatal error: boost/circular_buffer.hpp: Nonexistent File
> or folder
> > compilation terminated.
> >
> > Some of the others export formats ran well, like faust2pure, which
> returns a .so file.
> >
> > The installation from this Git link that you post went well, but I don't
> quite understand how to compile the .dsp files.
> >
> > I couldn't "make" Faust Live software too, but I downloaded it from the
> git repository.
> > Any suggestions?
> >
> > Regards
> >
> > Em qui., 16 de jul. de 2020 às 03:47, Stéphane Letz <l...@grame.fr>
> escreveu:
> >
> >
> > > Le 16 juil. 2020 à 02:05, João Davi Stefanello <
> joao.stefane...@eac.ufsm.br> 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 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.
> > >
> >
> > Thans I guess the best is to install the Faust tool chain on your
> machine, and test from there, see:
> https://github.com/grame-cncm/faust/wiki/BuildingSimple
> >
> > Stéphane
> >
>
>
_______________________________________________
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users

Reply via email to