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