This is TunerApp.h in view mode; [Download] [Up]
/* TunerApp.h -- copyright 1992 by C.D.Lane */ #import <appkit/appkit.h> #import <soundkit/soundkit.h> #import <musickit/musickit.h> @interface TunerApp : Application { id flat; id sharp; id attune; id sound; id sample; id version; id soundView; id soundMeter; id calibrationField; id calibrationMatrix; id transpositionField; id transpositionMatrix; id buttonMatrix; id methodMatrix; id methodButton; id methodPopUpList; id centSlider; id timeSlider; id squelchSlider; id toleranceSlider; id adjustmentSlider; id staffButton; id staffMatrix; id helpScrollView; id defaults; id method; id methods; NXBundle *bundle; MKKeyNum key, lastKey; double frequency, amplitude; } + new; - appDidInit:sender; - appWillTerminate:sender; - willRecord:sender; - didRecord:sender; - openHelpPanel:sender; - showNoteName; - clearNoteName; - showCentError; - clearCentError; - showNoteGlyph; - clearNoteGlyph; - switchMethod:(const char *) reason; - setDefault:sender; - setCalibration:sender; - setTransposition:sender; - loadDefaults:sender; - saveDefaults:sender; - resetDefaults:sender; - setMethodPopUpList:anObject; - setVersion:anObject; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.