00001 /* Copyright 1993-1996 by J.O. Smith (jos@ccrma.stanford.edu). All rights reserved. */ 00002 typedef struct _oscgafiVars { 00003 MKWavetable table; 00004 word *data; 00005 word incScaler; 00006 pp ampInput; 00007 pp output; 00008 pp incInput; 00009 word mtab; 00010 word phase; 00011 } oscgafiVars; 00012 00013 extern void init_oscgafi(oscgafiVars *a); 00014 00015 extern void oscgafi(oscgafiVars *a); 00016 00017 00018 00019