Hello,

I've been having the same problem. In my case, it seems to be related to
the definitions of decimal steps within sliders/knobs.

A way I've found around it (not perfect, but works) was scaling up the
slider and dividing it after.

Example:
f=hslider("Frequency",2000,0,4000,0.1);
This one leads my DAW to crash (as soon as I try to open the VST).

f=hslider("Frequency",20000,0,40000,1)/10;
This one works, and has the same results (decimal precision), just with a
different scale on the slider.

Hope this helps.

Best regards,
Pedro

Em seg., 4 de abr. de 2022 às 09:29, Klaus Scheuermann <kla...@posteo.de>
escreveu:

> It was exported from the faustide.
> Thanks!
>
> On Mon, 2022-04-04 at 10:18 +0200, Stéphane Letz wrote:
> > Hi Klaus,
> >
> > How was produced the win64-vst plugin?
> >
> > Thanks.
> >
> > Stéphane
> >
> > > Le 2 avr. 2022 à 12:58, Klaus Scheuermann <kla...@posteo.de> a
> > > écrit :
> > >
> > > Hi,
> > >
> > > a user informed me that master_me crashes all hosts on his windows
> > > machine. I just tried myself on WIN10 and Reaper. It crashes.
> > >
> > > Any ideas? Are there any more files needed than the dll?
> > >
> > > The dll has be created via faustide export. Here is the link:
> > >
> https://faustide.grame.fr/?code=https://raw.githubusercontent.com/trummerschlunk/master_me/master/master_me_gui.dsp
> > > Thank you!
> > > Klaus
> > >
> > >
> > >
> > > _______________________________________________
> > > 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
>
_______________________________________________
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users

Reply via email to