• 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: MIDINotifyProc and modal NSApplication sessions
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: MIDINotifyProc and modal NSApplication sessions


  • Subject: Re: MIDINotifyProc and modal NSApplication sessions
  • From: Doug Wyatt <email@hidden>
  • Date: Thu, 17 Sep 2009 08:15:52 -0700


On Sep 17, 2009, at 4:44 , Franz Detro wrote:

Hi,

when porting an application from Carbon to Cocoa, I've experienced some strange behaviour of the MIDINotifyProc callback:

When a window is running in a modal NSApplication session ([NSApp runModalForWindow: nsWindow]), no CoreMIDI notifications are received until the modal session has ended.

In the documentation of MIDIClientCreate one can find:

Discussion
Note that notifyProc will always be called on the run loop which was current when MIDIClientCreate was first called.



As I understand, when running a modal session the run loop is only in another mode, it's not another run loop, right? So one should receive the notifications also with a modal dialog open.


Can somebody give me some hints here?

Hi Franz,

My understanding is that a runloop mode amounts to a name associated with a set of runloop sources -- kCFRunLoopDefaultMode is a simple convention, and kCFRunLoopCommonModes is supposed to include that and maybe a few others.

CoreMIDI adds its runloop source to the target runloop in kCFRunLoopCommonModes. I would have thought that while a modal dialog was running, it would be using one of those common modes, but apparently I'm wrong. Someone with some deeper Cocoa knowledge might be able to help us.

Doug

_______________________________________________
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: MIDINotifyProc and modal NSApplication sessions
      • From: Franz Detro <email@hidden>
References: 
 >MIDINotifyProc and modal NSApplication sessions (From: Franz Detro <email@hidden>)

  • Prev by Date: Re: Create and play midi sequence
  • Next by Date: HAL Userland driver and preferences
  • Previous by thread: MIDINotifyProc and modal NSApplication sessions
  • Next by thread: Re: MIDINotifyProc and modal NSApplication sessions
  • Index(es):
    • Date
    • Thread