Created
May 3, 2019 14:08
-
-
Save standinga/c81375bc0dc22821543bc60894395cb6 to your computer and use it in GitHub Desktop.
AUFramework.h for medium post about Apple's Audio Unit V3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//AUFramework.h | |
#import <Cocoa/Cocoa.h> | |
FOUNDATION_EXPORT double AUFrameworkVersionNumber; | |
FOUNDATION_EXPORT const unsigned char AUFrameworkVersionString[]; | |
#import <AUFramework/VolumePluginAudioUnit.h> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment