MusicKit  0.0.0
scale.h
00001 /* Copyright 1993-1996 by J.O. Smith (jos@ccrma.stanford.edu).  All rights reserved. */
00002 typedef struct _scaleVars {
00003     pp input;
00004     pp output;
00005     word scale;
00006 } scaleVars;
00007 
00008 extern void scale(scaleVars *a);
00009 
00010 
00011 
00012