UPPs [Was: Re: Multiple View Instances - Logic 5.4]
UPPs [Was: Re: Multiple View Instances - Logic 5.4]
- Subject: UPPs [Was: Re: Multiple View Instances - Logic 5.4]
- From: Alberto Ricci <email@hidden>
- Date: Sat, 19 Oct 2002 13:10:24 +0200
By the way, is there any need to use UPPs at all? I mean, there is if
you're writing something that might run on Mac OS 9 or under Classic.
But we're writing AudioUnits... which are only available on Mac OS X.
I guess direct function pointers could be used, is this correct?
I've even seen much sample code from Apple not use UPPs any more...
Alberto.
At 12:21 AM -0400 10/19/02, Art Gillespie wrote:
a) Uninstall Event Loop Timers in your view's destructor
b) Dispose Event Loop Timer UPPs in your view's destructor
c) Remove any installed event handlers
d) Dispose any event handler UPPs
_______________________________________________
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.