Home   Information   Classes   Download   Usage   Mail List   Requirements   Tutorial


PercFlut.h

00001 /***************************************************/
00027 /***************************************************/
00028 
00029 #if !defined(__PERCFLUT_H)
00030 #define __PERCFLUT_H
00031 
00032 #include "FM.h"
00033 
00034 class PercFlut : public FM
00035 {
00036  public:
00038   PercFlut();
00039 
00041   ~PercFlut();
00042 
00044   void setFrequency(MY_FLOAT frequency);
00045 
00047   void noteOn(MY_FLOAT frequency, MY_FLOAT amplitude);
00048 
00050   MY_FLOAT tick();
00051 };
00052 
00053 #endif

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