VST 3 SDK VST 3.7
SDK for developing VST plug-in
|
Base UIApplicationDelegate class. More...
#import <VSTInterAppAudioAppDelegateBase.h>
Instance Methods | |
(BOOL) | - application:willFinishLaunchingWithOptions: |
(BOOL) | - application:didFinishLaunchingWithOptions: |
(BOOL) | - application:shouldSaveApplicationState: |
(BOOL) | - application:shouldRestoreApplicationState: |
(void) | - applicationDidBecomeActive: |
(void) | - applicationWillResignActive: |
Properties | |
UIWindow * | window |
Base UIApplicationDelegate class.
This class provides the base handling of the audio engine, plug-in and plug-in editor
You should subclass it for customization
Make sure to call the methods of this class if you override one in your subclass !
- (BOOL) application: | (UIApplication*) | application | |
willFinishLaunchingWithOptions: | (NSDictionary*) | launchOptions | |
- (BOOL) application: | (UIApplication*) | application | |
didFinishLaunchingWithOptions: | (NSDictionary*) | launchOptions | |
- (BOOL) application: | (UIApplication*) | application | |
shouldSaveApplicationState: | (NSCoder*) | coder | |
- (BOOL) application: | (UIApplication*) | application | |
shouldRestoreApplicationState: | (NSCoder*) | coder | |
- (void) applicationDidBecomeActive: | (UIApplication*) | application |
- (void) applicationWillResignActive: | (UIApplication*) | application |
|
readwritenonatomicstrong |