ftp.nice.ch/pub/next/unix/audio/cmix.s.tar.gz#/cmix/Minc/pd.c

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


parse_dispatch(str,args,n)
char *str;
int n;
double args[];

{
	int i1;
	printf ("%s:  ",str);
	for (i1=0;i1<n;i1++) {
		printf ("%f  ",args[i1]);
	
	}
	printf ("\n\n ");
	return -999;
}

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