mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-29 08:23:01 +01:00
OSC: arrange modes in a more logical order.
This commit is contained in:
parent
2bbf83e109
commit
2cb54dec60
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue