MusicKit  0.0.0
readonce.h
00001 /* Copyright 1993-1996 by J.O. Smith (jos@ccrma.stanford.edu).  All rights reserved. */
00002 typedef struct _readonceVars {
00003     pp output;
00004     word *pointer;
00005     word *endPointer;
00006     word *baseAddress;
00007     MKWavetable table;
00008 } readonceVars;
00009 
00010 extern void init_readonce(readonceVars *a);
00011 extern void readonce(readonceVars *a);
00012 
00013 
00014