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; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.