Re: NSString looses Umlaute

2011-12-23 Thread Alex Zavatone
On Dec 22, 2011, at 10:04 PM, Charles Srstka wrote: > On Dec 22, 2011, at 11:30 AM, Alexander Reichstadt wrote: > >> I should add, you are right in that it also says: >> >> n+1, 1 byte, 0x0D stored as the Field Descriptor terminator. >> >> Everything from byte 68 on is then a multiple of 48 by

Core Audio Help

2011-12-23 Thread Phil Hystad
I have been reading the Core Audio documentation at the Apple Developer site and I am not sure I know any more today then when I started. Are there any Core Audio programmers on this list or is there a better spot. Basically, I am planning to experiment with various DSP filters on an input aud

Re: Core Audio Help

2011-12-23 Thread Steve Bird
On Dec 23, 2011, at 12:14 PM, Phil Hystad wrote: > I have been reading the Core Audio documentation at the Apple Developer site > and I am not sure I know any more today then when I started. Are there any > Core Audio programmers on this list or is there a better spot. I know there is a Core

Re: Core Audio Help

2011-12-23 Thread Phil Hystad
Yes, I know of that "promised" book. It seems to have been in the works for a long time. I just checked Amazon and it says April 2012. Well, I think I have seen such a release date before but it was probably a year or two ago. On Dec 23, 2011, at 9:25 AM, Ravi Singh wrote: > I have been eage

Re: Core Audio Help

2011-12-23 Thread Dave DeLong
"Beginning iPhones Game Development" (http://playcontrol.net/iphonegamebook/) has a few chapters on Core Audio and OpenAL. HTH, Dave On Dec 23, 2011, at 9:44 AM, Phil Hystad wrote: > Yes, I know of that "promised" book. It seems to have been in the works for > a long time. I just checked A

Re: Core Audio Help

2011-12-23 Thread Phil Hystad
I know -- I have that book and I bought it just for that section. It helps a little in understanding some of the components of Core Audio but it does not cover any input audio device handling. It is output only -- that is making noises for your game. On Dec 23, 2011, at 9:48 AM, Dave DeLong

Re: Core Audio Help

2011-12-23 Thread Phil Hystad
You know -- I looked for Core Audio before in the Apple lists but did not see it. I only saw that other list that begins with c. But, I did find it this time -- more careful reading on my part -- and joined up and posted my message. On Dec 23, 2011, at 9:39 AM, Steve Bird wrote: > > On Dec

Re: Core Audio Help

2011-12-23 Thread Antonio Nunes
On 23 Dec 2011, at 18:44, Phil Hystad wrote: > Yes, I know of that "promised" book. It seems to have been in the works for > a long time. I just checked Amazon and it says April 2012. Well, I think I > have seen such a release date before but it was probably a year or two ago. Go to Safari b

Re: Core Audio Help

2011-12-23 Thread Phil Hystad
Thanks. On Dec 23, 2011, at 10:02 AM, Antonio Nunes wrote: > On 23 Dec 2011, at 18:44, Phil Hystad wrote: > >> Yes, I know of that "promised" book. It seems to have been in the works for >> a long time. I just checked Amazon and it says April 2012. Well, I think I >> have seen such a releas

Tabs Not Blue Under Lion

2011-12-23 Thread John MacMullin
I have an application using tabs, which appear 'aqua' blue under Snow Leopard, but are grey under Lion. Have tried setting the tint, but it doesn't cure the problem. Any ideas? Best regards, John MacMullin Developer T_Accounting___ Cocoa-dev mailing

Re: Tabs Not Blue Under Lion

2011-12-23 Thread John Joyce
The styles of the Cocoa-supplied Aqua interface elements have changed somewhat in Lion. (actually, they have changed with every major OS release) To see the latest, check out the HIG (Human Interface Guidelines) Also note, in System Preferences there are two color options under General > Appear

Re: Tabs Not Blue Under Lion

2011-12-23 Thread John Joyce
> Google for "subclassing NSTabView" > There is a nice stackoverflow.com thread on ways to do this. > That said, unless you are deeply customizing the entire app UI for some > reason, seriously consider not overriding what is presented to the user > normally. > Users more intuitively respond t

Re: Core Audio Help

2011-12-23 Thread Jens Alfke
On Dec 23, 2011, at 9:14 AM, Phil Hystad wrote: > I have been reading the Core Audio documentation at the Apple Developer site > and I am not sure I know any more today then when I started. Are there any > Core Audio programmers on this list or is there a better spot. coreaudio...@lists.apple

release sent to deallocated instance under ARC .. how?

2011-12-23 Thread Roland King
I can't find this one. I have a crash in my app, message being sent to deallocated instance. I enabled zombies and get the following (first line is a log in the dealloc() method of my object, second one is from the zombies framework). 2011-12-24 12:23:04.317 Hippo[17279:fb03] HIPTopicView 0x6b6

Re: Core Audio Help

2011-12-23 Thread Phil Hystad
So, what web U/I are you talking about that has been down for a month? I was able to go to lists.apple.com earlier today and join the core audio api list. Got my confirmation e-mail and everything. Plus, even received a couple of messages posted to core audio from others. phil On Dec 23, 201

Re: release sent to deallocated instance under ARC .. how?

2011-12-23 Thread Roland King
.. and of course having asked the question I found the answer. First, to track it down, I used allocations in instruments, set to track all objects and enable zombies. Cycling through one time I got the dialog telling me I'd sent release to a zombie and got the full history. The message was m

Re: Core Audio Help

2011-12-23 Thread Ken Thomases
On Dec 23, 2011, at 10:46 PM, Phil Hystad wrote: > I was able to go to lists.apple.com earlier today and join the core audio api > list. Got my confirmation e-mail and everything. Plus, even received a > couple of messages posted to core audio from others. There's also the Core Audio forum <