2006-09-11 02:49:56 +00:00
|
|
|
//
|
2007-04-27 06:41:34 +00:00
|
|
|
// File: VLSheetViewNotes.h - Melody editing functionality
|
2006-09-11 02:49:56 +00:00
|
|
|
//
|
2007-04-27 06:41:34 +00:00
|
|
|
// Author(s):
|
|
|
|
//
|
|
|
|
// (MN) Matthias Neeracher
|
|
|
|
//
|
2011-08-26 18:19:10 +00:00
|
|
|
// Copyright © 2005-2011 Matthias Neeracher
|
2006-09-11 02:49:56 +00:00
|
|
|
//
|
|
|
|
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
|
|
|
|
@interface VLSheetView (Notes)
|
|
|
|
|
2006-10-02 08:32:25 +00:00
|
|
|
- (void) drawNotesForSystem:(int)system;
|
|
|
|
- (void) addNoteAtCursor;
|
2006-10-16 09:01:25 +00:00
|
|
|
- (void) startKeyboardCursor;
|
2011-08-26 15:54:19 +00:00
|
|
|
- (void) drawNoteCursor:(int)pitch inMeasure:(size_t)measure at:(VLFract)at accidental:(VLMusicElement)accidental;
|
2006-09-11 02:49:56 +00:00
|
|
|
|
|
|
|
@end
|
2006-10-02 08:32:25 +00:00
|
|
|
|
|
|
|
// Local Variables:
|
|
|
|
// mode:ObjC
|
|
|
|
// End:
|