add oversampler
This commit is contained in:
14
oversampling/WDL/swell/swellappmain.h
Normal file
14
oversampling/WDL/swell/swellappmain.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#import <Cocoa/Cocoa.h>
|
||||
|
||||
|
||||
@interface SWELLApplication : NSApplication {
|
||||
|
||||
}
|
||||
- (void)sendEvent:(NSEvent *)anEvent;
|
||||
|
||||
@end
|
||||
|
||||
@interface SWELLAppController : NSObject {
|
||||
}
|
||||
-(IBAction)onSysMenuCommand:(id)sender;
|
||||
@end
|
||||
Reference in New Issue
Block a user