This is Mug_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("mix",mix); UG_INTRO("reset",reset); UG_INTRO("setline",setline); UG_INTRO("clobber",m_clobber); UG_INTRO("add",m_add); UG_INTRO("stereo",stereo); UG_INTRO("alter",alter); UG_INTRO("relamp",relamp); UG_INTRO("resetline",resetline); }
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.