working with the CoreAudio AudioUnits MyVolumeUnit Tutorial
working with the CoreAudio AudioUnits MyVolumeUnit Tutorial
- Subject: working with the CoreAudio AudioUnits MyVolumeUnit Tutorial
- From: Michael Pares <email@hidden>
- Date: Sun, 8 May 2005 12:30:41 -0700
Hi all,
I'm working with the Audio Units Tutorial found here
http://developer.apple.com/audio/audiounits.html
I keep getting an error 'struct HostCallbackInfo' has no member named
'transportStateProc' when trying to build MyVolumeUnit.cpp
The build results are thus:
Building target "MyVolumeUnit" with build style "Development"
(optimization:level '0', debug-symbols:on) — (2 errors)
Compiling MyVolumeUnit.cpp (2 errors)
In file included from
/Users/manic/Developer/Audio/MyVolumeUnit/MyVolumeUnit.cpp:43:
In file Included from
/Users/manic/Developer/Audio/MyVolumeUnit/MyVolumeUnit.h:43,
In file included from
/Developer/Examples/CoreAudio/AudioUnits/AUPublic/OtherBases/AUEffectBase.h:46,
/Developer/Examples/CoreAudio/AudioUnits/AUPublic/AUBase/AUBase.h:672:
error: 'struct HostCallbackInfo' has no member named
'transportStateProc'
/Developer/Examples/CoreAudio/AudioUnits/AUPublic/AUBase/AUBase.h:672:
error: 'struct HostCallbackInfo' has no member named
'transportStateProc'
Build failed (2 errors)
I found this page
(http://lists.apple.com/archives/coreaudio-api/2004/Sep/msg00128.html)
about the same sort of error but it was of no help. Neither deleting
AUPropertiesPostPantherAdditions.h nor deleting and reinstalling
Quicktime helped. But I am using Quicktime 7 though I don't think
that should make a difference. Can anybody shed any light on this?
Thanks a bunch,
Michael
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden