Home   Information   Classes   Download   Usage   Mail List   Requirements   Links   FAQ   Tutorial


ModalBar.h

00001 /***************************************************/
00029 /***************************************************/
00030 
00031 #ifndef STK_MODALBAR_H
00032 #define STK_MODALBAR_H
00033 
00034 #include "Modal.h"
00035 
00036 class ModalBar : public Modal
00037 {
00038 public:
00040   ModalBar();
00041 
00043   ~ModalBar();
00044 
00046   void setStickHardness(StkFloat hardness);
00047 
00049   void setStrikePosition(StkFloat position);
00050 
00052   void setPreset(int preset);
00053 
00055   void setModulationDepth(StkFloat mDepth);
00056 
00058   void controlChange(int number, StkFloat value);
00059 };
00060 
00061 #endif

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