-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathConstants.h
32 lines (24 loc) · 1.17 KB
/
Constants.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
//
// Constants.h
// iLaunchPad
//
// Created by Max on 12/3/13.
// Copyright (c) 2013 GIST. All rights reserved.
//
#ifndef iLaunchPad_Constants_h
#define iLaunchPad_Constants_h
#define KeyViewTouchBegan @"KeyViewTouchBeganNotification"
#define KeyViewTouchEnded @"KeyViewTouchEndedNotification"
#define KeyViewLongPress @"KeyViewLongPressNotification"
#define LaunchPadEditModeEntered @"LaunchPadEditModeEnteredNotification"
#define LaunchPadEditModeExited @"LaunchPadEditModeExitedNotification"
#define ProfilesChanged @"ProfilesChangedNotification"
#define SoundsChanged @"SoundsChangedNotification"
#define SessionsChanged @"SoundsChangedNotification"
#define ProfileWasSelected @"ProfileWasSelectedNotification"
#define SoundWasSelected @"SoundWasSelectedNotification"
#define SessionWasSelected @"SessionWasSelectedNotification"
#define ShowSoundList @"ShowSoundListNotification"
#define KeyWasAssigned @"KeyWasAssignedNotification"
#define LastProfileKey @"LastProfileKey"
#endif