MCP: reverse operation of cursor up/down in zoom mode; more tracign for vpot
[ardour.git] / libs / surfaces / generic_midi / midifunction.h
index aafa739f20df01c9a2c3a4b19764449a58f5c0ef..8b3a52df3c47c961ac93c80540ef443ac5b2d966 100644 (file)
@@ -53,7 +53,14 @@ class MIDIFunction : public MIDIInvokable
                TransportLoopToggle,
                TransportRecordEnable,
                TransportRecordDisable,
+               /* 1 argument functions: RID */
                Select,
+               /* 2 argument functions: RID, value */
+               TrackSetSolo, 
+               TrackSetMute,
+               TrackSetGain,
+               TrackSetRecordEnable,
+               TrackSetSoloIsolate,
        };
 
        MIDIFunction (MIDI::Port&);