Le 18 janv. 2014 à 02:01, Patrick Robertson <[email protected]> a écrit :
> Since I’ve looked into it briefly, I thought I’d share my knowledge. > > Breakaway uses the deprecated (removed in 10.9) Messages.framework to look > for headphone insertion/removal. > See > http://sourceforge.net/p/breakaway/code/ci/master/tree/src/AppController.m#l352 > (also see > https://developer.apple.com/library/mac/documentation/Cocoa/Reference/IMManager_Class/Reference/Reference.html > ) (Aside: Huh ? This app doesn't even link against Messages.framework...) > There is in CoreAudio: > http://stackoverflow.com/questions/14483083/how-to-get-notifications-when-the-headphones-are-plugged-in-out-mac [later] > Meh, I though I’d use that info on SO to see if it really works. It does > https://github.com/pjrobertson/Headphoney That's nice ;-). Le 18 janv. 2014 à 09:45, 1.61803 <[email protected]> a écrit : > On Saturday, January 18, 2014 2:22:53 AM UTC+1, Patrick wrote: > Meh, I though I’d use that info on SO to see if it really works. It does > https://github.com/pjrobertson/Headphoney > > Just abusing the kindness of strangers — would it be much hassle to push the > 10.9 CoreAudio functionality to Breakaway in SF to make it work in 10.9? :^) Huh again ? https://sourceforge.net/p/breakaway/code/ci/master/tree/src/AppController.m#l404 (and following lines) indicates Breakaway already does that CoreAudio dance (you can even see the undocumented 'hdpn' property value). So maybe it doesn't work in 10.9 but it doesn't look to me that's because of deprecated stuff... Now I'm wondering if there's any QS plugin where it would fit nicely ;-). And I could put that on my list of functions I would love to add, along with better volume management, fs events everywhere, yadda yadda. Cheers, Etienne Samson -- [email protected] -- You received this message because you are subscribed to the Google Groups "Quicksilver" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/blacktree-quicksilver. For more options, visit https://groups.google.com/groups/opt_out.
