ftp.nice.ch/pub/next/unix/audio/cmix.s.tar.gz#/cmix/lpc/warp3prof.c

This is warp3prof.c in view mode; [Download] [Up]

#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()
{
	float p[9];
	UG_INTRO("lpcplay",lpcplay);
	UG_INTRO("lpcstuff",lpcstuff);
	UG_INTRO("dataset",dataset);
	UG_INTRO("pitchlist",pitchlist);
	UG_INTRO("gp",gp);
	UG_INTRO("mp",mp);
	UG_INTRO("mpset",mpset);
	p[0]=1; p[1]=10; p[2]=1024; p[3]=1;
	makegen(p,4);  /* store sinewave in array 1 */
	p[0]=2; p[1]=7; p[2]=512; p[3]=0; p[4]=512; p[5]=1; 
	makegen(p,6);
}

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.