ftp.nice.ch/pub/next/tools/pasteboard/Pastry.1.2.NI.b.tar.gz#/Pastry-1.2/DeveloperNotes/sample/SoundSamplePane.h

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

#import <appkit/appkit.h>
#import <soundkit/soundkit.h>
#import "InspectorPane.h"

@interface SoundSamplePane:Object <InspectorPane>
{
    id	durationField;
    id	statusField;
    id	window;
    id	playButton;
    View	*view;
    Sound	*sound;
}

- play:sender;

@end

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