Iplug2 doesn’t yet support polyphonic Faust dsp (Faust’s own code that lets
you code a single voice of a polyphonic instrument with a gate parameter in
a .dsp and trigger it via midi)

I think the only way to do a monophonic gate trigger via midi at the moment
would be to use an audio input... I will have a look

On Mon, 29 Jun 2020 at 11:00, Stéphane Letz <l...@grame.fr> wrote:

> No sure if IPlug2 => Faust connection is already in place. I think you
> should ask iPlug2 developers, see https://github.com/iPlug2/iPlug2
>
> Maybe Oli Larkin who should be on this list can answer here ?
>
> Stéphane
>
> > Le 28 juin 2020 à 23:22, Súton <doctorsu...@gmail.com> a écrit :
> >
> > hi, i am working with FAUST and IPlug2 and cant figure out how to to
> pass midi notes coming from a DAW through IPlug2 to Faust.
> >
> > if nobody has a clue how to do that with IPlug2 it would also great to
> know how to handle midi in general in Faust.
> >
> > is there any possibility to trigger this?
> >
> > gate = button("gate");
> >
> > a = 1;
> > d = 50;
> > s = 1;
> > r = 30;
> >
> > adsr = ((en.adsr(a,d,s,r,gate))*gain) : max (0) : min (1);
> >
> >
> > thanks for your help, steve
> >
> >
> > _______________________________________________
> > Faudiostream-users mailing list
> > Faudiostream-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/faudiostream-users
>
>
_______________________________________________
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users

Reply via email to