This is Empty.h in view mode; [Download] [Up]
// // Programmer: Craig Stuart Sapp <craig@ccrma.stanford.edu> // Creation Date: Sat Nov 2 10:25:09 PST 1996 // Last Modified: Wed Apr 23 22:32:31 GMT-0800 1997 // Filename: .../sig/src/Filter/Empty/Empty.h // Syntax: C++ // $Smake: cc -Wall -g -c %b.cc -I../../../include && rm -f %b.o // #ifndef _EMPTY_H_INCLUDED #define _EMPTY_H_INCLUDED #include "Filter.h" class Empty : public Filter { public: Empty (void); void action (void); sampleType output (int index); }; #endif _EMPTY_H_INCLUDED
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.