ftp.nice.ch/pub/next/audio/apps/ScoreAndSound.N.bs.tar.gz#/ScoreAndSound/SoundPlayer.h

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

/* Generated by Interface Builder */

#import <objc/Object.h>

#define NUMSOUNDS 3
#define NUMTYPES 1

@interface SoundPlayer:Object
{
    id  soundListList;
    id  stream, device;
	int soundType;
}

- init;
- loadSounds;
- loadSounds:(int)numSounds type:(int)type;
- play:sender;
- play0:sender;
- play1:sender;
- play2:sender;
- playNum:(int)num;
- setSoundType:(int)num;
- (int)soundType;

@end

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