Home   Information   Classes   Download   Usage   Mail List   Requirements   Tutorial


JetTabl.h

00001 /***************************************************/
00014 /***************************************************/
00015 
00016 #if !defined(__JETTABL_H)
00017 #define __JETTABL_H
00018 
00019 #include "Stk.h"
00020 
00021 class JetTabl : public Stk
00022 {
00023 public:
00025   JetTabl();
00026 
00028   ~JetTabl();
00029 
00031   MY_FLOAT lastOut() const;
00032 
00034   MY_FLOAT tick(MY_FLOAT input);
00035 
00037   MY_FLOAT *tick(MY_FLOAT *vector, unsigned int vectorSize);
00038 
00039 protected:  
00040   MY_FLOAT lastOutput;
00041 
00042 };
00043 
00044 #endif

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