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

24 lines
371 B
Objective-C

//
// File: VLSheetViewNotes.h - Melody editing functionality
//
// Author(s):
//
// (MN) Matthias Neeracher
//
// Copyright © 2005-2007 Matthias Neeracher
//
#import <Cocoa/Cocoa.h>
@interface VLSheetView (Notes)
- (void) drawNotesForSystem:(int)system;
- (void) addNoteAtCursor;
- (void) startKeyboardCursor;
@end
// Local Variables:
// mode:ObjC
// End: