Skip to content

Commit

Permalink
Merge pull request #338 from microsoft/pete-dev
Browse files Browse the repository at this point in the history
Update mapping-midi1-port-concepts.md
  • Loading branch information
Psychlist1972 authored May 16, 2024
2 parents baf4985 + f7c217b commit a34a551
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/mapping-midi1-port-concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ With Windows MIDI Services, we made the decision early on, validated by hardware

> That means that Windows MIDI Services has no "ports". (We do map back to ports for our older MIDI 1.0 APIs, but that is for backwards compatibility with those APIs)
| UMP Message Type | Group Index | Channel and Status | ... |
| 2 | 0-15 | | rest of message data |
The way the messages themselves map over is super clean. It's documented in the MIDI 2.0 UMP spec, but in a nut shell, it looks like this (in the case of a MIDI 1.0 Channel Voice message):

| UMP Message Type | **Group** | Status | Channel Index | Channel and Status | ... |
| 2 | **0-15** | 8 | 2 | rest of data |

### Cables to Groups

Expand Down

0 comments on commit a34a551

Please sign in to comment.