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

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

#import <appkit/appkit.h>
#import "Note.h"

@interface NoteRepository:Object
{
	Note	*note[47];
}

+ instance;
- (Note *)noteByNr:(int)value;
- (Note *)noteByLoc:(locationT *)value;
- (Note *)noteByNot:(notationT *)value;
- (Note *)noteByNam:(char *)value;

@end

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