This is UserIn.h in view mode; [Download] [Up]
// // Programmer: Craig Stuart Sapp <craig@ccrma.stanford.edu> // Creation Date: Mon Apr 28 21:46:28 GMT-0800 1997 // Last Modified: Tue Apr 29 22:04:44 GMT-0800 1997 // Filename: .../sig/src/Generator/UserIn/UserIn.cc // Syntax: C++ // $Smake: cc -Wall -g -c %b.cc -I../../../include && rm -f %b.o // #ifndef _USERIN_H_INCLUDED #define _USERIN_H_INCLUDED #include "Generator.h" class UserIn : public Generator { public: UserIn (void); ~UserIn (); void action (void); sampleType output (int channel); protected: sampleType outputValue; }; #endif _USERIN_H_INCLUDED
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.