• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
With or without Garbage Collection for AU FX
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

With or without Garbage Collection for AU FX


  • Subject: With or without Garbage Collection for AU FX
  • From: George <email@hidden>
  • Date: Sat, 08 Oct 2011 14:53:02 +0200

I'm into research stage for develop an AU Effect with Cocoa view. The minimal OS target will be 10.5 and I wonder if I should develop with Garbage Collection "supported" or "unsupported". As much as I saw, the default Xcode build option for AU with Cocoa view template is "unsupported" and also the default code for memory management is't build on alloc and dealloc methods. 

- (void)dealloc { 
    [self _removeListeners]; 
    [super dealloc]; 
}
 

Does anyone tried to develop with GC and if the answer is yes, it is supported by the main hosts and what problems did you meet ? 

I don't want to be a pain in the ass and trigger an infinite memory management crashes but if someone tried with success GC, I would prefer it instead of low level management. 

Thank you


Herzlichen Gruß

George Poenaru
Producer/Engineer
Mobile: +49 (0) 176 5724 0784
Tel: +49  (0) 30 8733 47 97
e-mail: email@hidden
13507 Berlin
http://www.soulviasound.com
 _______________________________________________
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

  • Prev by Date: Missing AUDebugDispatcher
  • Next by Date: Re: best way to divert callbacks to main thread from audio thread
  • Previous by thread: Missing AUDebugDispatcher
  • Next by thread: USB Audio streaming start
  • Index(es):
    • Date
    • Thread