avoid compiler warnings about un-implemented MIDI functions (for now)
authorPaul Davis <paul@linuxaudiosystems.com>
Tue, 16 Aug 2011 14:20:09 +0000 (14:20 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Tue, 16 Aug 2011 14:20:09 +0000 (14:20 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@9997 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/surfaces/generic_midi/midifunction.cc

index 38252326d79cb62cb00ac8ac5706e93ec997d87d..926ee95a89637b6591ca6394be1e5af27cccbf9f 100644 (file)
@@ -133,6 +133,16 @@ MIDIFunction::execute ()
                        sscanf (_argument.c_str(), "%d", &rid);
                        _ui->SelectByRID (rid);
                }
+       case TrackSetMute:
+               break;
+       case TrackSetSolo:
+               break;
+       case TrackSetSoloIsolate:
+               break;
+       case TrackSetGain:
+               break;
+       case TrackSetRecordEnable:
+               break;
        default:
                break;
        }