MusicKit  0.0.0
out2sum.h
00001 /* Copyright 1993-1996 by J.O. Smith (jos@ccrma.stanford.edu).  All rights reserved. */
00002 
00003 typedef struct _out2sumVars {
00004     word leftScale;
00005     word rightScale;
00006     pp input;
00007 } out2sumVars;
00008 
00009 extern void out2sum(out2sumVars *a, MKSysVars *s);
00010 
00011 
00012 
00013