amuse/AudioUnit/AudioUnitViewController.hpp

11 lines
265 B
C++

#ifndef __AMUSE_AUDIOUNIT_VIEWCONTROLLER_HPP__
#define __AMUSE_AUDIOUNIT_VIEWCONTROLLER_HPP__
#import <CoreAudioKit/CoreAudioKit.h>
@interface AudioUnitViewController : AUViewController <AUAudioUnitFactory>
@end
#endif // __AMUSE_AUDIOUNIT_VIEWCONTROLLER_HPP__