13
0

avoid compiler warnings about un-implemented MIDI functions (for now)

git-svn-id: svn://localhost/ardour2/branches/3.0@9997 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2011-08-16 14:20:09 +00:00
parent b500497812
commit 6a3ce666c6

View 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;
}