ASPiK SDK
TutorialParameters.h
1 // This file is part of VSTGUI. It is subject to the license terms
2 // in the LICENSE file found in the top-level directory of this
3 // distribution and at http://github.com/steinbergmedia/vstgui/LICENSE
4 
5 #ifndef __TutorialParameters__
6 #define __TutorialParameters__
7 
8 enum TutorialParameters
9 {
10  kLeftVolumeParameter,
11  kRightVolumeParameter,
12 
13  kNumParameters
14 };
15 
16 #endif // __TutorialParameters__