ftp.nice.ch/pub/next/audio/apps/Guitar.1.0.s.tar.gz#/Guitar/SoundInspector.h

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

#import <appkit/appkit.h>

#import "NoteInspector.h"

@interface SoundInspector:NoteInspector
{
	BOOL	isActive;
	Sound	*currentS;
}
- (void)setActive:(BOOL)yn;

@end

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