MusicKit  0.0.0
dswitch.h
00001 /* Copyright 1993-1996 by J.O. Smith (jos@ccrma.stanford.edu).  All rights reserved. */
00002 typedef struct _dswitchVars {
00003     pp input1;
00004     pp input2;
00005     pp output;
00006     word scale1;
00007     word delaySamples;
00008 } dswitchVars;
00009 
00010 extern void dswitch(dswitchVars *a);
00011 
00012 
00013 
00014