MusicKit  0.0.0
ScoreRecorderPrivate.h
00001 /*
00002   $Id$
00003   Defined In: The MusicKit
00004  
00005   Copyright (c) 1988-1992, NeXT Computer, Inc.
00006   Portions Copyright (c) 1999-2005, The MusicKit Project.
00007 */
00008 #ifndef __MK__ScoreRecorder_H___
00009 #define __MK__ScoreRecorder_H___
00010 
00011 #import "MKScoreRecorder.h"
00012 
00013 @interface MKScoreRecorder(Private)
00014 
00015 - (void) _firstNote: (MKNote *) aNote;
00016 - _afterPerformance;
00017 
00018 @end
00019 
00020 #endif