ftp.nice.ch/pub/next/audio/editor/SynthBuilder.s.tar.gz#/SynthBuilder/TablookUG.h

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

/* This is a prototype of the class interface you will write.
   Generated by dspwrap.*/

#import <musickit/UnitGenerator.h>

@interface TablookUG : UnitGenerator
{
 /* Instance variables go here */
}

/*
 * Methods for poking the unit generator's DSP memory arguments
 * once it is loaded into the DSP orchestra.
 */
- setInputAinv:(id)aPatchPoint;
- setAddressAtablook:(id)aPatchPoint;
- setShftamt:(DSPDatum)aFix24;
- setOutputAout:(id)aPatchPoint;
- setMtablook:(DSPDatum)aFix24;
- setTableSize:(int)tSize;

/*
 * Method for "turning off" a unit generator by patching all its outputs to "sink"
 */
- idleSelf;

@end

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