Re: Data Types for Extracting samples from Audio Buffer

2008-10-05 Thread Jacob Lukas
On Oct 5, 2008, at 09:47, Joseph Ayers wrote: I'm trying to extract the audio samples from an audio buffer returned from the QuickTime Audio extraction API into a NSMutableArray of NSNumbers. snip The code I am using is: AudioBufferList* abl; NSMutableArray * ipbuf;

Re: NSViewController's representedObject and NSArrayController's selection don't mix?

2008-04-07 Thread Jacob Lukas
to do what I'm trying to do? Thank you, Jacob Lukas On Apr 6, 2008, at 22:52, Jacob Lukas wrote: I have a table of Core Data objects and a set of inspector views. Depending on the Class(es) of the selection in the table view, the set of inspector views changes. I managed the inspector

[SOLVED] Re: NSViewController's representedObject and NSArrayController's selection don't mix?

2008-04-07 Thread Jacob Lukas
view controller's representedObject each time the selection changes. This works beautifully. If anyone wants the source for my proxy class, I'd be happy to provide it (free for all use). Thank you, Jacob Lukas On Apr 6, 2008, at 22:52, Jacob Lukas wrote: I have a table of Core Data

Re: Creating Custom Views in Interface Builder

2008-03-14 Thread Jacob Lukas
Whoops meant to hit Reply All On Mar 14, 2008, at 14:33, Michael Fey wrote: Hello List! I am trying to create a custom view class using Interface Builder that I can then instantiate within my code as many times as needed. In this particular case I have a control that I've created that

Re: cascading windows in document architecture

2008-02-25 Thread Jacob Lukas
On Feb 25, 2008, at 12:01, Boyd Collier wrote: Andrea, Thanks for the reply. In my case, the that aren't cascading are all of the same kind, i.e. just very plain text files. I've not yet figured out why this is happening, but perhaps someone will be able to point out something simple