This is NuInstrument.h in view mode; [Download] [Up]
#import "Glyph.h"
@interface NuInstrument:Glyph
{ id si ; // the synthinstrument I represent
char *synthPatch ;
char *partString ;
}
- copy ;
- drawSelf: (NXRect *) aRect ;
- free ;
- init: (float) width :(float) height ;
- (char *) partString ;
- partString: (char *) aString ;
-scan ;
-synthInstrument ;
-synthInstrument: aSynthInstrument ;
- synthPatch: (char *) patchName ;
-read: (NXTypedStream *) stream ;
-write: (NXTypedStream *) stream ;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.