13
0

OSC: Fix puctuation

This commit is contained in:
Len Ovens 2017-05-03 21:36:58 -07:00
parent 2cb54dec60
commit 16e545ad73

View File

@ -100,10 +100,10 @@ class OSC : public ARDOUR::ControlProtocol, public AbstractUI<OSCUIRequest>
NUDGE,
SCRUB,
SHUTTLE,
MARKER
MARKER,
SCROLL,
TRACK,
BANK,
BANK
};
typedef std::vector<boost::shared_ptr<ARDOUR::Stripable> > Sorted;