MusicKit  0.0.0
onepole.h
00001 /* Copyright 1993-1996 by J.O. Smith (jos@ccrma.stanford.edu).  All rights reserved. */
00002 
00003 typedef struct _onepoleVars {
00004     pp output;
00005     pp input;
00006     word s;
00007     word b0;
00008     word a1;
00009     unsigned int roundingMode;
00010 } onepoleVars;
00011 
00012 extern void onepole(onepoleVars *a);
00013 
00014 
00015 
00016