Home Information Classes Download Usage Mail List Requirements Links FAQ Tutorial
00001 #ifndef STK_MODALBAR_H 00002 #define STK_MODALBAR_H 00003 00004 #include "Modal.h" 00005 00006 namespace stk { 00007 00008 /***************************************************/ 00036 /***************************************************/ 00037 00038 class ModalBar : public Modal 00039 { 00040 public: 00042 ModalBar( void ); 00043 00045 ~ModalBar( void ); 00046 00048 void setStickHardness( StkFloat hardness ); 00049 00051 void setStrikePosition( StkFloat position ); 00052 00054 void setPreset( int preset ); 00055 00057 void setModulationDepth( StkFloat mDepth ); 00058 00060 void controlChange( int number, StkFloat value ); 00061 }; 00062 00063 } // stk namespace 00064 00065 #endif
The Synthesis ToolKit in C++ (STK) |
©1995-2010 Perry R. Cook and Gary P. Scavone. All Rights Reserved. |