CVst.hpp

Go to the documentation of this file.
00001 #ifndef __CVst__
00002 #define __CVst__
00003 
00004 namespace Exponent
00005 {
00006     namespace Vst
00007     {
00028         class CVst
00029         {
00030         public:
00031 
00032 //  ===========================================================================
00033 
00034             const static long CVST_I_CAN_DO         =  1;       
00035             const static long CVST_I_CANT_DO        = -1;       
00036             const static long CVST_I_DONT_KNOW      =  0;       
00037             const static long CVST_WANT_MORE_EVENTS =  1;       
00038             const static long CVST_STRING_LENGTH    = 24;       
00040 //  ===========================================================================
00041         };
00042     }
00043 }
00044 #endif  // End of CVst.hpp

Infinity API - CVst.hpp Source File generated on 7 Mar 2007