MusicKit  0.0.0
snoise.h
00001 /* Copyright 1993-1996 by J.O. Smith (jos@ccrma.stanford.edu).  All rights reserved. */
00002 typedef struct _snoiseVars {
00003     pp output;
00004     unsigned int seed;
00005 } snoiseVars;
00006 
00007 extern void snoise(snoiseVars *a);
00008 
00009 
00010 
00011