ftp.nice.ch/pub/next/science/mathematics/Chaos.1.0.N.bs.tar.gz#/Chaos/ScorePlot.h

This is ScorePlot.h in view mode; [Download] [Up]

/* Generated by Interface Builder */

#import <appkit/View.h>
#import "drawStaffLines.h"
#import "drawNote.h"
#import "CScoreStorage.h"

#define NX_BEZEL_WIDTH	4
#define NOTESPACE		3.0
#define NOTEHEIGHT		7.0

typedef struct {
	float gray;
	float x, y;
	float width;
	/* height is constant:NOTEHEIGHT */
} grafiknote;

@interface ScorePlot:View
{
	id cScoreStorage;
	float secondLength;
	float lastx;
	float drawPoint;
}

- setUp;
- drawSelf:(const NXRect *)r :(int)c;
- setSecondLength:(float)length;
- drawNoteKey:(struct ScoreArgs *)sc_args;
- drawDelayedNoteKey;

@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.