mirror of
https://github.com/AxioDL/amuse.git
synced 2025-12-08 21:17:49 +00:00
Initial Amuse AudioUnit frontend architecture
This commit is contained in:
10
AudioUnit/AudioUnitViewController.hpp
Normal file
10
AudioUnit/AudioUnitViewController.hpp
Normal 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__
|
||||
Reference in New Issue
Block a user