VocalEasel/Sources/VLAppController.h
2007-04-27 06:41:34 +00:00

28 lines
447 B
Objective-C

//
// File: VLAppController.h - Application wide controller
//
// Author(s):
//
// (MN) Matthias Neeracher
//
// Copyright © 2005-2007 Matthias Neeracher
//
#import <Cocoa/Cocoa.h>
@interface VLAppController : NSObject {
IBOutlet id lilypondPath;
NSString * toolPath;
NSString * appPath;
}
- (IBAction) playNewPitch:(id)sender;
- (IBAction) selectLilypondPath:(id)sender;
@end
// Local Variables:
// mode:ObjC
// End: