Home Information Classes Download Usage Mail List Requirements Links 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 00053 StkFloat tick(); 00054 00056 StkFloat *tick(StkFloat *vector, unsigned int vectorSize); 00057 00059 00065 StkFrames& tick( StkFrames& frames, unsigned int channel = 1 ); 00066 }; 00067 00068 #endif
The Synthesis ToolKit in C++ (STK) |
©1995-2004 Perry R. Cook and Gary P. Scavone. All Rights Reserved. |