Home   Information   Classes   Download   Usage   Mail List   Requirements   Links   FAQ   Tutorial


BeeThree.h

00001 /***************************************************/
00033 /***************************************************/
00034 
00035 #ifndef STK_BEETHREE_H
00036 #define STK_BEETHREE_H
00037 
00038 #include "FM.h"
00039 
00040 class BeeThree : public FM
00041 {
00042  public:
00044 
00047   BeeThree();
00048 
00050   ~BeeThree();
00051 
00053   void noteOn(StkFloat frequency, StkFloat amplitude);
00054 
00055  protected:
00056 
00057   StkFloat computeSample( void );
00058 };
00059 
00060 #endif

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