mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
explanatory comment
This commit is contained in:
parent
913609becc
commit
05a069a9e9
1 changed files with 3 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue