ftp.nice.ch/pub/next/unix/audio/Cmix.N.s.tar.gz#/cmix/lib/tableset.c

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

#include "../H/ugens.h"
tableset(dur,size,tab)

float dur,*tab;
int size;

{
	*tab = (long)(dur * SR  -.9999);
	*(tab+1) = size - 1;
}

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