This is Reverb.h in view mode; [Download] [Up]
// // Programmer: Craig Stuart Sapp <craig@ccrma.stanford.edu> // Creation Date: Wed Jun 11 18:55:03 GMT-0800 1997 // Last Modified: Wed Jun 11 18:55:05 GMT-0800 1997 // Filename: .../sig/src/Reverb/Reverb.h // Syntax: C++ // $Smake: cc -Wall -g -c %b.cc -I../../../include && rm -f %b.o // #ifndef _REVERB_H_INCLUDED #define _REVERB_H_INCLUDED #include "Filter.h" class Reverb : public Filter { public: Reverb (void); ~Reverb (); sampleType getReverbTime (void); sampleType getSignal (void); void setReverbTime (sampleType aReverbTime); }; #endif _REVERB_H_INCLUDED
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.