Home   Information   Classes   Download   Usage   Mail List   Requirements   Links   Tutorial


JetTable.h

00001 /***************************************************/
00014 /***************************************************/
00015 
00016 #ifndef STK_JETTABL_H
00017 #define STK_JETTABL_H
00018 
00019 #include "Function.h"
00020 
00021 class JetTable : public Function
00022 {
00023 public:
00025   JetTable();
00026 
00028   ~JetTable();
00029 
00031   StkFloat tick(StkFloat input);
00032 
00034   StkFloat *tick( StkFloat *vector, unsigned int vectorSize );
00035 
00037 
00043   StkFrames& tick( StkFrames& frames, unsigned int channel = 1 );
00044 
00045 protected:  
00046 
00047 };
00048 
00049 #endif

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