Home   Information   Classes   Download   Usage   Mail List   Requirements   Links   FAQ   Tutorial


Wurley.h

00001 /***************************************************/
00031 /***************************************************/
00032 
00033 #ifndef STK_WURLEY_H
00034 #define STK_WURLEY_H
00035 
00036 #include "FM.h"
00037 
00038 class Wurley : public FM
00039 {
00040  public:
00042 
00045   Wurley();
00046 
00048   ~Wurley();
00049 
00051   void setFrequency(StkFloat frequency);
00052 
00054   void noteOn(StkFloat frequency, StkFloat amplitude);
00055 
00056  protected:
00057 
00058   StkFloat computeSample( void );
00059 };
00060 
00061 #endif

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