Home   Information   Classes   Download   Usage   Mail List   Requirements   Links   Tutorial


TubeBell.h

00001 /***************************************************/
00031 /***************************************************/
00032 
00033 #if !defined(__TUBEBELL_H)
00034 #define __TUBEBELL_H
00035 
00036 #include "FM.h"
00037 
00038 class TubeBell : public FM
00039 {
00040  public:
00042   TubeBell();
00043 
00045   ~TubeBell();
00046 
00048   void noteOn(MY_FLOAT frequency, MY_FLOAT amplitude);
00049 
00051   MY_FLOAT tick();
00052 };
00053 
00054 #endif

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