00001 /* Copyright 1993-1996 by J.O. Smith (jos@ccrma.stanford.edu). All rights reserved. */ 00002 00003 typedef struct _onepolesweptVars { 00004 pp output; 00005 pp input; 00006 word s; 00007 pp a1; /* signal-controlled, b0 = 1-abs(a1) */ 00008 } onepolesweptVars; 00009 00010 extern void onepoleswept(onepolesweptVars *a); 00011 00012 00013 00014