Home Information Classes Download Usage Mail List Requirements Links Tutorial
00001 /***************************************************/ 00033 /***************************************************/ 00034 00035 #if !defined(__BEETHREE_H) 00036 #define __BEETHREE_H 00037 00038 #include "FM.h" 00039 00040 class BeeThree : public FM 00041 { 00042 public: 00044 BeeThree(); 00045 00047 ~BeeThree(); 00048 00050 void noteOn(MY_FLOAT frequency, MY_FLOAT amplitude); 00051 00053 MY_FLOAT tick(); 00054 }; 00055 00056 #endif
The Synthesis ToolKit in C++ (STK) |
©1995-2004 Perry R. Cook and Gary P. Scavone. All Rights Reserved. |