Re: VST2AU SDK and MacOS 10.3 problem
Re: VST2AU SDK and MacOS 10.3 problem
- Subject: Re: VST2AU SDK and MacOS 10.3 problem
- From: Airy André <email@hidden>
- Date: Wed, 5 Nov 2003 23:10:32 +0100
Yes, that's one of the few changes of the Panther SDK (with the
MusicDeviceNoteParams struct and the new named mPitch and mVelocity
fields) that has consequences on existing code.
Airy
Le 5 nov. 03, ` 22:52, Marc Poirier a icrit :
I think that the stubs for MusicDeviceBase::StartNote and StopNote
changed
in the Panther SDK. So you'll need to modify yours accordingly, and
you're getting errors since those are pure virtual methods.
Marc
On Thu, 6 Nov 2003, Malcolm Haylock wrote:
Hi Everyone,
It was time to take the plunge and upgrade to Panther but my AU is not
compiling. It uses the Emagic VST2AU SDK with the following unresolved
error. This is using Codewarrior 8.3 and 10.3 headers.
Anyone have a fix?
Error : illegal use of abstract class
('MusicDeviceBase::StartNote(unsigned long, unsigned long, unsigned
long
&, unsigned long, const MusicDeviceNoteParams &)')
(point of instantiation: 'CVST2AUPluginEntry(ComponentParameters *,
CVST2AUPlugin *)')
(instantiating:
'ComponentEntryPoint<CVST2AUPlugin>::Dispatch(ComponentParameters *,
CVST2AUPlugin *)')
ComponentBase.h line 70 Class *This = new Class(ci);
Thabnks,
Malcolm Haylock
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.