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

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

/* Generated by Interface Builder */

#import "ModView.h"

@implementation ModView

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

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


@end

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