This is ug_intro.c in view mode; [Download] [Up]
#include "../H/ugens.h"
ug_intro()
{
/*
* This cute macro (from ugens.h) makes the necessary declarations
* and adds the function to ug_list
*/
UG_INTRO("makegen", makegen);
UG_INTRO("open",m_open);
UG_INTRO("peakoff",peak_off);
UG_INTRO("punch",punch_on);
UG_INTRO("sfclean",m_clean);
UG_INTRO("sfprint",sfprint);
UG_INTRO("system",m_system);
UG_INTRO("sfcopy",sfcopy);
UG_INTRO("input",m_input);
UG_INTRO("output",m_output);
UG_INTRO("cpspch",m_cpspch);
UG_INTRO("pchcps",m_pchcps);
UG_INTRO("octcps",m_octcps);
UG_INTRO("cpsoct",m_cpsoct);
UG_INTRO("random",m_random);
UG_INTRO("rand",m_rand);
UG_INTRO("srand",m_srand);
UG_INTRO("fplot",fplot);
UG_INTRO("tb",m_time_beat);
UG_INTRO("bt",m_beat_time);
UG_INTRO("tbase",tbase);
UG_INTRO("tempo",tempo);
UG_INTRO("trunc",m_trunc);
UG_INTRO("ampdb",m_ampdb);
UG_INTRO("boost",m_boost);
UG_INTRO("resetamp",resetamp);
UG_INTRO("sr",_sr);
UG_INTRO("chans",_chans);
UG_INTRO("class",_class);
UG_INTRO("dur",_dur);
UG_INTRO("peak",_peak);
}
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.