Initial Amuse AudioUnit frontend architecture

This commit is contained in:
Jack Andersen
2016-05-24 16:00:22 -10:00
parent 3f0ea233bb
commit 1c277b179a
10 changed files with 651 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
#ifndef __AMUSE_AUDIOUNIT_VIEWCONTROLLER_HPP__
#define __AMUSE_AUDIOUNIT_VIEWCONTROLLER_HPP__
#import <CoreAudioKit/CoreAudioKit.h>
@interface AudioUnitViewController : AUViewController <AUAudioUnitFactory>
@end
#endif // __AMUSE_AUDIOUNIT_VIEWCONTROLLER_HPP__