ftp.nice.ch/pub/next/audio/apps/Patchmix.NIHS.bs.tar.gz#/Patchmix/Source/Arith.h

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

/* Generated by Interface Builder */

#import "UnitGen.h"
#import "Param.h"

static NXImage 	*addimage;
static NXImage 	*subimage;
static NXImage 	*multimage;
static NXImage 	*divimage;
static NXPoint	in0Offset;
static NXPoint	in1Offset;
static NXPoint	outOffset;

@interface Arith:UnitGen
{
	id		in0;
	id		in1;
	id		out;
	char 	operator;	// type of arithmetic operator: +, -, * or /
	NXImage *image;
}

- init;
- remove;
- (NXImage *)getImage;
- move: (NXPoint *)newloc;
- setAtype:(char)op;
- findParamAtPoint:(NXPoint *)point;
- writeUgen;

@end

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