big bad AUMIDIEffectBase bug
big bad AUMIDIEffectBase bug
- Subject: big bad AUMIDIEffectBase bug
- From: Marc Poirier <email@hidden>
- Date: Sat, 26 Oct 2002 20:53:51 +0200 (CEST)
Yikes, am I the only one who has made any MusicEffects or something?
Cuz there is a heinous bug in AUMIDIEffectBase. In AUMIDIEffectBase.cpp
line 47 (the constructor):
AUMIDIBase(*this)
needs to be:
AUMIDIBase(this)
You can't get very far without fixing that...
Marc
_______________________________________________
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.