This is old_table.h in view mode; [Download] [Up]
/* * FILE: table.h * BY: Christopher Lee Fraley (cf0v@spice.cs.cmu.edu) * DESC: example of extending the Fugue/XLisp system. * * 1.0 (11-MAY-89) - created. (cf0v) */ #include "sound.h" SoundPtr xform(); /* LISP: (XFORM SOUND SOUND) */ SoundPtr s_amosc(); /* LISP: (S-AMOSC SOUND SOUND FLONUM FLONUM FLONUM) */ SoundPtr s_fmosc(); /* LISP: (S-FMOSC SOUND SOUND FLONUM FLONUM FLONUM) */ SoundPtr s_lowpass(); /* LISP: (S-LOWPASS SOUND FLONUM) */ SoundPtr s_highpass(); /* LISP: (S-HIGHPASS SOUND FLONUM) */ SoundPtr s_bandpass(); /* LISP: (S-BANDPASS SOUND FLONUM FLONUM) */
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.