Home   Information   Classes   Download   Usage   Mail List   Requirements   Links   Tutorial


TubeBell.h

00001 /***************************************************/
00031 /***************************************************/
00032 
00033 #ifndef STK_TUBEBELL_H
00034 #define STK_TUBEBELL_H
00035 
00036 #include "FM.h"
00037 
00038 class TubeBell : public FM
00039 {
00040  public:
00042 
00045   TubeBell();
00046 
00048   ~TubeBell();
00049 
00051   void noteOn(StkFloat frequency, StkFloat amplitude);
00052 
00054   StkFloat tick();
00055 
00057   StkFloat *tick(StkFloat *vector, unsigned int vectorSize);
00058 
00060 
00066   StkFrames& tick( StkFrames& frames, unsigned int channel = 1 );
00067 };
00068 
00069 #endif

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