Csound Csound-dev Csound-tekno Search About

[CSOUND-DEV:4947] Re: vst4cs not working

Date2004-07-13 12:09
From"Michael Gogins"
Subject[CSOUND-DEV:4947] Re: vst4cs not working
Probably the cause is using the csound object in the master Dispatcher
function while it is still null. Cheeze may do this while polyibilit does
not. I will fix the code to check this.

----- Original Message ----- 
From: "Michael Gogins" 
To: "Csound Developers Discussion List" 
Sent: Monday, July 12, 2004 10:29 PM
Subject: [CSOUND-DEV:4932] Re: vst4cs not working


> I am testing with 2 plugins: polyiblit and cheeze machine. The first works
> and the second does not with my sources. I don't get a crash on the line
you
> quote though; I get the info on the cheeze machine OK, but then it crashes
> when Csound allocates the instrument instance.
>
> Unfortunately this sort of thing is hard to debug -- you pretty much have
to
> put in message prints to localize the problem.
>
> ----- Original Message ----- 
> From: "Andres Cabrera" 
> To: "Csound Developers Discussion List" 
> Sent: Monday, July 12, 2004 10:15 PM
> Subject: [CSOUND-DEV:4931] vst4cs not working
>
>
> > Michael,
> >
> > I've just checked out your sources for vst4cs, and they produce a crash
> > when calling the plug in's main function. This happens on line 317
> > (might not match since I get double spaces) that reads:
> >
> >     aeffect = main((audioMasterCallback) VSTPlugin::Master);
> >
> > Can you take a look?
> >
> > Thanks,
> > Andres
> >
>