Dave Dribin <dave@dribin.org> [Fri, 16 Apr 2010 23:37:38 -0500] rev 11
Rename dummyFile to inMemoryFile
Dave Dribin <dave@dribin.org> [Fri, 16 Apr 2010 23:27:53 -0500] rev 10
Instead of show, implement description using CAShowFile() and funopen()
Dave Dribin <dave@dribin.org> [Fri, 16 Apr 2010 23:11:47 -0500] rev 9
Fix up some deallocs
Dave Dribin <dave@dribin.org> [Fri, 16 Apr 2010 23:04:01 -0500] rev 8
Move setInputCallback from the graph to the node. Retain the DDAudioUnit inside the node.
Dave Dribin <dave@dribin.org> [Fri, 16 Apr 2010 22:40:37 -0500] rev 7
Add -[DDAudioUnitGraph isRunning]
Dave Dribin <dave@dribin.org> [Fri, 16 Apr 2010 22:06:26 -0500] rev 6
Add setInputCallback: and show to DDAudioUnitGraph. Reformat DDAudioUnit
Dave Dribin <dave@dribin.org> [Fri, 16 Apr 2010 20:15:30 -0500] rev 5
Switch to NSUInteger for 64-bit compatibility
Dave Dribin <dave@dribin.org> [Tue, 13 Apr 2010 23:53:57 -0500] rev 4
Make OSType -> NSString conversion GC-safe
Dave Dribin <dave@dribin.org> [Tue, 13 Apr 2010 23:47:44 -0500] rev 3
Update to new AudioComponent API (for 10.6 and iPhone). Display all audio component types in printComponents. Add a -dealloc
Dave Dribin <dave@dribin.org> [Tue, 13 Apr 2010 23:18:50 -0500] rev 2
Changes to get compiling on 10.6 without warnings