13
0

OSC: arrange modes in a more logical order.

This commit is contained in:
Len Ovens 2017-05-03 18:19:45 -07:00
parent 2bbf83e109
commit 2cb54dec60

View File

@ -97,13 +97,13 @@ class OSC : public ARDOUR::ControlProtocol, public AbstractUI<OSCUIRequest>
enum JogMode { enum JogMode {
JOG, JOG,
NUDGE,
SCRUB, SCRUB,
SHUTTLE, SHUTTLE,
MARKER
SCROLL, SCROLL,
TRACK, TRACK,
BANK, BANK,
NUDGE,
MARKER
}; };
typedef std::vector<boost::shared_ptr<ARDOUR::Stripable> > Sorted; typedef std::vector<boost::shared_ptr<ARDOUR::Stripable> > Sorted;