This is Allpass.h in view mode; [Download] [Up]
#import <objc/Object.h>
@interface Allpass: Object
{
float rev,sr,*delayLine;
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.