
#include "../H/ugens.h"

float SR = 28000; /* Default sampling rate */
int NBYTES = 16384; /* byte size of buffers to use for disk i/o, the larger the
		   * better, usually, since there will be less i/o */
 
profile()
{
	UG_INTRO("mix",mix);
	UG_INTRO("reset",reset);
	UG_INTRO("setline",setline);
	UG_INTRO("testread",testread);
	UG_INTRO("testwrite",testwrite);
	UG_INTRO("clean",clean);
}
