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