ftp.nice.ch/pub/next/unix/audio/cmusic.bs.N.tar.gz#/src/cmusic/mm.ter.c

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

#include "mm.head.h"

terminate(){

    BARE0("ter ");
    Time = 0.0;
    if(bc != ';'){bc = field(fld,SIGS,SBRK); *(Params+2) = Time = getp2(fld);}
    if(Time > 0 && Time < Now)SEQ(TER);
    if(Time < Future)Time = Future;
    PROUT("\nTerminate @%4.3f\n",Time);
    if(Time > Now)synthesize();
    Endtime += Time;
    BARE0(";\n");
}

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