Home   Information   Classes   Download   Usage   Mail List   Requirements   Tutorial


HevyMetl.h

00001 /***************************************************/
00029 /***************************************************/
00030 
00031 #if !defined(__HEVYMETL_H)
00032 #define __HEVYMETL_H
00033 
00034 #include "FM.h"
00035 
00036 class HevyMetl : public FM
00037 {
00038  public:
00040   HevyMetl();
00041 
00043   ~HevyMetl();
00044 
00046   void noteOn(MY_FLOAT frequency, MY_FLOAT amplitude);
00047 
00049   MY_FLOAT tick();
00050 };
00051 
00052 #endif

The Synthesis ToolKit in C++ (STK)
©1995-2002 Perry R. Cook and Gary P. Scavone. All Rights Reserved.