This is Frequency.m in view mode; [Download] [Up]
/* TunerApp.m -- copyright 1992, 1994 by C.D.Lane */
#import "Frequency.h"
@implementation Frequency : Object
- (double) computeFrequency:sample { return FREQUENCY_ERROR; }
- (double) toleranceAtFrequency:(double) freq { return 0.0; }
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.