• 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
Re: CoreAudio vs CoreData
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: CoreAudio vs CoreData


  • Subject: Re: CoreAudio vs CoreData
  • From: Paul Davis <email@hidden>
  • Date: Thu, 13 Oct 2011 18:05:20 -0400

On Thu, Oct 13, 2011 at 5:54 PM, patrick machielse <email@hidden> wrote:

> Each file has an associated 'volume envelope'; an array of points describing file-playback-volume(time). These points are stored as a set of managed objects in the CoreData document. While playing back the document, the current playback volume must be interpolated from these envelope points for each file on each render callback. This might / will translate to a fetch of these points. -[NSManagedObjectConttext executeFetchRequest:] requires locking when performed from multiple threads.

lets try to put this more directly then. You cannot use CoreData
within the render method. Its that simple. using CoreData is fine, you
you cannot use it in that context.
 _______________________________________________
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

  • Follow-Ups:
    • Re: CoreAudio vs CoreData
      • From: patrick machielse <email@hidden>
References: 
 >CoreAudio vs CoreData (From: patrick machielse <email@hidden>)
 >Re: CoreAudio vs CoreData (From: "Hank Heijink (Mailinglists)" <email@hidden>)
 >Re: CoreAudio vs CoreData (From: patrick machielse <email@hidden>)

  • Prev by Date: Re: CoreAudio vs CoreData
  • Next by Date: Real time changes to MIDI data
  • Previous by thread: Re: CoreAudio vs CoreData
  • Next by thread: Re: CoreAudio vs CoreData
  • Index(es):
    • Date
    • Thread