Home Information Classes Download Usage Mail List Requirements Links FAQ Tutorial
00001 /***************************************************/ 00029 /***************************************************/ 00030 00031 #ifndef STK_HEVYMETL_H 00032 #define STK_HEVYMETL_H 00033 00034 #include "FM.h" 00035 00036 class HevyMetl : public FM 00037 { 00038 public: 00040 00043 HevyMetl(); 00044 00046 ~HevyMetl(); 00047 00049 void noteOn(StkFloat frequency, StkFloat amplitude); 00050 00051 protected: 00052 00053 StkFloat computeSample( void ); 00054 }; 00055 00056 #endif
The Synthesis ToolKit in C++ (STK) |
©1995-2007 Perry R. Cook and Gary P. Scavone. All Rights Reserved. |