explanatory comment

This commit is contained in:
Paul Davis 2016-07-03 13:22:08 -04:00
parent 913609becc
commit 05a069a9e9

View File

@ -340,6 +340,9 @@ Session::get_midi_nth_route_by_id (PresentationInfo::order_t n) const
{
PresentationInfo::Flag f;
/* These numbers are defined by the MMC specification.
*/
if (n == 318) {
f = PresentationInfo::MasterOut;
} else if (n == 319) {