ftp.nice.ch/peanuts/GeneralData/Documents/dsp/DSPTutorial.tar.gz#/DSPTutorial/Examples/07_IBulder_and_Sound/Controller.h

This is Controller.h in view mode; [Download] [Up]

/* Generated by Interface Builder */

#import <objc/Object.h>
#import <appkit/Matrix.h>
#import "SoundEffect.h"

@interface Controller:Object
{
    id	effectSix;
    id	effectFour;
    id	effectTwo;
    id	effectSeven;
    id	effectFive;
    id	effectThree;
    id	effectNine;
    id	effectOne;
    id	effectEight;
    id	effectZero;
    int currentEffectNum;
    id	currentEffect;
}

- setEffectSix:anObject;
- setEffectFour:anObject;
- setEffectTwo:anObject;
- setEffectSeven:anObject;
- setEffectFive:anObject;
- setEffectThree:anObject;
- setEffectNine:anObject;
- setEffectOne:anObject;
- setEffectEight:anObject;
- setEffectZero:anObject;
- effectChange:sender;

@end

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