This is ClmCodeGen.h in view mode; [Download] [Up]
/**************************************************
* SynthBuilder
* Copyright 1993 Nick Porcaro All Rights Reserved
**************************************************/
/*
* ClmCodeGen.h
*
* Nick Porcaro and Owen Smith Spring/Summer 1993
*
* This is the clm related stuff taken out of FakeSynthPatch.m
*/
#import <objc/Object.h>
@interface ClmCodeGen : Object
{
id theSP;
id fakeUGs;
id fakePatchPoints;
id patchDest;
id generateComments;
id testerScript;
id theInspector;
id theInstrName;
id theStartTime;
id theDuration;
id theSamplingRate;
}
- setSP:aSP;
- displayInspector:sender;
- emitCode:sender;
- makeLispCode: (char *) fileName
samplingRate: (double) samplingRate
instrumentName: (char *) instrumentName
startTime: (double) startTime
duration: (double) duration;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.