ftp.nice.ch/pub/next/unix/audio/cmix.s.tar.gz#/cmix/objc/Comb.h

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

#import <objc/Object.h>

@interface Comb: Object
{
	float rev,sr,*delayLine;
	int phs,len;
}
+ create;
- loopt:(float)aloopt sRate:(int)aSR revTime:(float)arevtime;
- (float)bang:(float)sample;
- freeup;
@end

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