ftp.nice.ch/pub/next/audio/apps/Nu.3.0.N.b.tar.gz#/Nu.pkg/_Nu/Library/Glyphs/.h/NuInstrument.h

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.