Re: NSSound Reimplementation

2009-06-18 Thread Stefan Bidigaray
It would really help if I attached the file... @interface NSSound : NSObject NSCoding, NSCopying { NSString *_name; NSData *_data; NSString *_playbackDeviceIdentifier; // Currently unused NSArray *_channelMapping; // Currently unused BOOL _onlyReference; id

NSSound Reimplementation

2009-06-18 Thread Stefan Bidigaray
OK, I started working on the NSSound side of of the reimplementation (already finished the Source and Sink protocols) today. I'm pretty much implementing this in the manner I explained in my previous e-mails. I've attached a text file with some excerpts from NSSound.h and NSSound.m. I'd like