summaryrefslogtreecommitdiff
path: root/includes/projecttypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/projecttypes.h')
-rw-r--r--includes/projecttypes.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/includes/projecttypes.h b/includes/projecttypes.h
index 8ad8bfa..2f84f4c 100644
--- a/includes/projecttypes.h
+++ b/includes/projecttypes.h
@@ -129,8 +129,11 @@ namespace am {
* gives the navigation offset in percent
*/
MSP_NAVIGATION_OFFSET = 0,
- MSP_TEST = 1,
- MSP_MAX = 2,
+ MSP_TEST = 1,
+ MSP_BASS = 2,
+ MSP_TREBLE = 3,
+ MSP_MID = 4,
+ MSP_MAX = 5,
MSP_MIN = MSP_NAVIGATION_OFFSET
};