ftp.nice.ch/pub/next/unix/audio/Cmix.N.s.tar.gz#/cmix/rooms/move/profile.c

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

#include "ugens.h"

int FSPACE = 512;   /* initial allocation of space for farrays, in 4byte words. 
	       	   * better initial guess will result in better use
		   * of memory allocations */
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("matrix",matrix); 
	UG_INTRO("space",space); 
	UG_INTRO("param",param); 
	UG_INTRO("cparam",cparam); 
	UG_INTRO("path",path); 
	UG_INTRO("cpath",cpath); 
  	UG_INTRO("move",move); 
  	UG_INTRO("threshold",threshold); 
}

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