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

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

float cpspch(pch)
float pch;
{
double pow();
	int oct = pch;
	return((pow(2.,oct+8.333333*(pch-oct))*1.021975));
}

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