ftp.nice.ch/pub/next/unix/audio/cmusic.bs.N.tar.gz#/Apps/WaveFormEditor/PhiView.m

This is PhiView.m in view mode; [Download] [Up]

/* Generated by Interface Builder */

#import "PhiView.h"

@implementation PhiView

- setFFTControler:anObject
{
    FFTControler = anObject;
    return self;
}

- afterUp:(float*)data length:(int)aLength
{
    [FFTControler setPhi:FuncTable];
    return self;
}

@end

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