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

int NBYTES = 32768; /* 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("lpcplay",lpcplay);
	UG_INTRO("lpcstuff",lpcstuff);
	UG_INTRO("dataset",dataset);
}
