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

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

#import <objc/Object.h>

@interface Delay: Object
{
	float sr,*delayLine;
	int phs,len;
}
+ create;
-size:(float)aSize sRate:(int)aSR;
- put: (float) sample;
- (float)get: (float) wait;
- release;
@end

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