| 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
> |