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

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

/* Generated by Interface Builder */

#import "SoundEffect.h"
#import <dpsclient/dpsclient.h>
#import <appkit/OpenPanel.h>
#import <appkit/Application.h>

@interface SlowPlay:SoundEffect
{
    id openPanel;
    id warningPanel;
    port_t write_port;
    short *samples;
    const char *soundFileName;
    int soundLength,offset,config;
    SNDSoundStruct *soundFile;
    msg_header_t *reply_msg;
    DPSTimedEntry iter;
}

- setWarningPanel:anObject;
- open;
- close;
- buttonPush:sender;
- soundInit;
- openFile;
- (BOOL) validateFilename:aPanel;
- checkTime;
- sliderChange:sender;

@end

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