This is m.getp2.c in view mode; [Download] [Up]
#include "mm.head.h"
float getp2(s)
char s[];
{
float beat;
int PV = Verbose;
if(Mergeflag)Verbose = 0;
beat = expr(s);
if(Mergeflag)Verbose = PV;
if(Tempo)beat *= *Tempo;
if(Offset)beat += *Offset;
return( beat );
}
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.