00001 /* Copyright 1993-1996 by J.O. Smith (jos@ccrma.stanford.edu). All rights reserved. */ 00002 typedef struct _dswitchtVars { 00003 word scale1; 00004 word scale2; 00005 pp input1; 00006 word delayTicks; 00007 pp output; 00008 pp input2; 00009 } dswitchtVars; 00010 00011 extern void dswitcht(dswitchtVars *a); 00012 00013 00014 00015