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

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

/* Generated by Interface Builder */

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

static NXImage 	*ocimage;
static NXImage 	*opimage;
static NXImage 	*cpimage;
static NXImage 	*coimage;
static NXImage 	*poimage;
static NXImage 	*pcimage;
static NXPoint	inOffset;
static NXPoint	outOffset;

@interface Converter:UnitGen
{
	id			in;
	id			out;
	NXImage 	*image;
}

- init;
- remove;
- (NXImage *)getImage;
- move: (NXPoint *)newloc;
- setCtype:(int)n;
- 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.