/Users/airy/Sources/augui/augui/AUGuiCocoa/auguiCocoa/Framemwork/AUGUIView.h

Go to the documentation of this file.
00001 //
00002 //  AUGUIView.h
00003 //  auguiCocoa
00004 //
00005 //  Created by Airy AndrŽ on Sat May 22 2004.
00006 //  Copyright (c) 2004 __MyCompanyName__. All rights reserved.
00007 //
00008 
00009 #import <AppKit/AppKit.h>
00010 #import <AudioUnit/AudioUnit.h>
00011 #import <AudioToolbox/AudioToolbox.h>
00012 
00013 @class AUGUIParameterBinding;
00014 
00015 @interface AUGUIView : NSView {
00016     AudioUnit                   mAU;
00017 }
00018 
00019 #pragma mark ____ PUBLIC FUNCTIONS ____
00020 - (void)setAU:(AudioUnit)inAU;
00021 - (AudioUnit)AU;
00022 @end





Generated on Sat Jul 8 13:02:16 2006 for AUGUI Framework by doxygen1.4.6

hosted on SourceForge.net Logo