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