This is Comb.h in view mode; [Download] [Up]
#import <objc/Object.h> @interface Comb: Object { float rev,sr,*delayLine,previnp,prevoutp,allpasscoef; int phs,len; } + create; - loopt:(float)aloopt sRate:(int)aSR revTime:(float)arevtime; - (float)bang:(float)sample; - gain:(float)again; - freeup; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.