summaryrefslogtreecommitdiff
path: root/libs/surfaces
diff options
context:
space:
mode:
Diffstat (limited to 'libs/surfaces')
-rw-r--r--libs/surfaces/osc/osc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/surfaces/osc/osc.h b/libs/surfaces/osc/osc.h
index 20585c34e3..9ab7017659 100644
--- a/libs/surfaces/osc/osc.h
+++ b/libs/surfaces/osc/osc.h
@@ -97,13 +97,13 @@ class OSC : public ARDOUR::ControlProtocol, public AbstractUI<OSCUIRequest>
enum JogMode {
JOG,
+ NUDGE,
SCRUB,
SHUTTLE,
+ MARKER
SCROLL,
TRACK,
BANK,
- NUDGE,
- MARKER
};
typedef std::vector<boost::shared_ptr<ARDOUR::Stripable> > Sorted;