This is SineController.h in view mode; [Download] [Up]
/* Generated by Interface Builder */ #import <sound/sound.h> #import <sound/sounddriver.h> #import <mach.h> #import <servers/netname.h> #import <objc/Object.h> @interface SineController:Object { int read_count; int s_err; kern_return_t k_err; port_t dev_port, owner_port, cmd_port, temp_port, stream_port, read_port, reply_port; SNDSoundStruct *dspStruct; int reply, read_buf_size, read_width, low_water, high_water, protocol; } - takeSkipValueFrom:sender; - terminate:sender; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.