Skip to content

Commit

Permalink
Doc updates (work in progress)
Browse files Browse the repository at this point in the history
  • Loading branch information
Psychlist1972 committed May 12, 2024
1 parent b11ad27 commit bd5adda
Show file tree
Hide file tree
Showing 69 changed files with 77 additions and 165 deletions.
2 changes: 2 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ has_children: false
---
# Windows MIDI Services

**NOTE: These docs are currently a work-in-progress**

Windows MIDI Services is an open source project, which has been developed with input and feedback from the community.

> [Source repo and developer releases on GitHub](https://aka.ms/midirepo)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---
layout: api_page
title: MidiUniqueId
parent: Simple Types
grand_parent: Windows.Devices.Midi2 API
parent: Microsoft.Devices.Midi2.CapabilityInquiry
has_children: false
---

Expand Down Expand Up @@ -32,8 +31,8 @@ In the specification, Byte1 is the LSB and Byte4 is the MSB. We follow that conv

## Static Properties

| `LabelShort` | Returns the localized abbreviation for use in UI. |
| `LabelFull` | Returns the localized full name for use in UI. |
| `ShortLabel` | Returns the localized abbreviation for use in UI. |
| `LongLabel` | Returns the localized full name for use in UI. |

## Static Methods

Expand Down
7 changes: 7 additions & 0 deletions docs/sdk-winrt-ci/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
layout: page
title: Microsoft.Devices.Midi2.CapabilityInquiry
has_children: true
---

# Microsoft.Devices.Midi2.CapabilityInquiry
2 changes: 1 addition & 1 deletion docs/sdk-winrt-core/clock/MidiClock.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: api_page
title: MidiClock
parent: Windows.Devices.Midi2 API
parent: Microsoft.Devices.Midi2
has_children: false
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: api_page
title: IMidiEndpointConnectionSettings
parent: Connections
grand_parent: Windows.Devices.Midi2 API
grand_parent: Microsoft.Devices.Midi2
has_children: false
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: api_page
title: IMidiEndpointConnectionSource
parent: Connections
grand_parent: Windows.Devices.Midi2 API
grand_parent: Microsoft.Devices.Midi2
has_children: false
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: api_page
title: IMidiMessageReceivedEventSource
parent: Connections
grand_parent: Windows.Devices.Midi2 API
grand_parent: Microsoft.Devices.Midi2
has_children: false
---

Expand Down
2 changes: 1 addition & 1 deletion docs/sdk-winrt-core/connections/MidiEndpointConnection.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: api_page
title: MidiEndpointConnection
parent: Connections
grand_parent: Windows.Devices.Midi2 API
grand_parent: Microsoft.Devices.Midi2
has_children: false
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: api_page
title: MidiMessageReceivedEventArgs
parent: Connections
grand_parent: Windows.Devices.Midi2 API
grand_parent: Microsoft.Devices.Midi2
has_children: false
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: api_page
title: MidiSendMessageResult
parent: Connections
grand_parent: Windows.Devices.Midi2 API
grand_parent: Microsoft.Devices.Midi2
has_children: false
---

Expand Down
2 changes: 1 addition & 1 deletion docs/sdk-winrt-core/connections/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: api_page
title: Connections
parent: Windows.Devices.Midi2 API
parent: Microsoft.Devices.Midi2
has_children: true
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: api_page
title: MidiEndpointDeviceInformation
parent: Endpoint Enumeration
grand_parent: Windows.Devices.Midi2 API
grand_parent: Microsoft.Devices.Midi2
has_children: false
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: api_page
title: MidiEndpointDeviceInformationFilter
parent: Endpoint Enumeration
grand_parent: Windows.Devices.Midi2 API
grand_parent: Microsoft.Devices.Midi2
has_children: false
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: api_page
title: MidiEndpointDeviceInformationSortOrder
parent: Endpoint Enumeration
grand_parent: Windows.Devices.Midi2 API
grand_parent: Microsoft.Devices.Midi2
has_children: false
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: api_page
title: MidiEndpointDeviceInformationUpdateEventArgs
parent: Endpoint Enumeration
grand_parent: Windows.Devices.Midi2 API
grand_parent: Microsoft.Devices.Midi2
has_children: false
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: api_page
title: MidiEndpointDevicePurpose
parent: Endpoint Enumeration
grand_parent: Windows.Devices.Midi2 API
grand_parent: Microsoft.Devices.Midi2
has_children: false
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: api_page
title: MidiEndpointDeviceWatcher
parent: Endpoint Enumeration
grand_parent: Windows.Devices.Midi2 API
grand_parent: Microsoft.Devices.Midi2
has_children: false
---

Expand Down
2 changes: 1 addition & 1 deletion docs/sdk-winrt-core/enumeration/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: api_group_page
title: Endpoint Enumeration
parent: Windows.Devices.Midi2 API
parent: Microsoft.Devices.Midi2
has_children: true
---

Expand Down
2 changes: 1 addition & 1 deletion docs/sdk-winrt-core/messages/IMidiUniversalPacket.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: api_page
title: IMidiUniversalPacket
parent: Messages
grand_parent: Windows.Devices.Midi2 API
grand_parent: Microsoft.Devices.Midi2
has_children: false
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: api_page
title: MidiEndpointDiscoveryFilterFlags
parent: Messages
grand_parent: Windows.Devices.Midi2 API
grand_parent: Microsoft.Devices.Midi2
has_children: false
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: api_page
title: MidiFunctionBlockDiscoveryFilterFlags
parent: Messages
grand_parent: Windows.Devices.Midi2 API
grand_parent: Microsoft.Devices.Midi2
has_children: false
---

Expand Down
2 changes: 1 addition & 1 deletion docs/sdk-winrt-core/messages/MidiMessage128.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: api_page
title: MidiMessage128
parent: Messages
grand_parent: Windows.Devices.Midi2 API
grand_parent: Microsoft.Devices.Midi2
has_children: false
---

Expand Down
2 changes: 1 addition & 1 deletion docs/sdk-winrt-core/messages/MidiMessage32.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: api_page
title: MidiMessage32
parent: Messages
grand_parent: Windows.Devices.Midi2 API
grand_parent: Microsoft.Devices.Midi2
has_children: false
---

Expand Down
2 changes: 1 addition & 1 deletion docs/sdk-winrt-core/messages/MidiMessage64.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: api_page
title: MidiMessage64
parent: Messages
grand_parent: Windows.Devices.Midi2 API
grand_parent: Microsoft.Devices.Midi2
has_children: false
---

Expand Down
2 changes: 1 addition & 1 deletion docs/sdk-winrt-core/messages/MidiMessage96.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: api_page
title: MidiMessage96
parent: Messages
grand_parent: Windows.Devices.Midi2 API
grand_parent: Microsoft.Devices.Midi2
has_children: false
---

Expand Down
2 changes: 1 addition & 1 deletion docs/sdk-winrt-core/messages/MidiMessageStruct.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: api_page
title: MidiMessageStruct
parent: Messages
grand_parent: Windows.Devices.Midi2 API
grand_parent: Microsoft.Devices.Midi2
has_children: false
---

Expand Down
2 changes: 1 addition & 1 deletion docs/sdk-winrt-core/messages/MidiMessageTypeEnum.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: api_page
title: MidiMessageType
parent: Messages
grand_parent: Windows.Devices.Midi2 API
grand_parent: Microsoft.Devices.Midi2
has_children: false
---

Expand Down
2 changes: 1 addition & 1 deletion docs/sdk-winrt-core/messages/MidiPacketTypeEnum.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: api_page
title: MidiPacketType
parent: Messages
grand_parent: Windows.Devices.Midi2 API
grand_parent: Microsoft.Devices.Midi2
has_children: false
---

Expand Down
2 changes: 1 addition & 1 deletion docs/sdk-winrt-core/messages/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: api_group_page
title: Messages
parent: Windows.Devices.Midi2 API
parent: Microsoft.Devices.Midi2
has_children: true
---

Expand Down
2 changes: 1 addition & 1 deletion docs/sdk-winrt-core/metadata/MidiFunctionBlock.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: api_page
title: MidiFunctionBlock
parent: Metadata
grand_parent: Windows.Devices.Midi2 API
grand_parent: Microsoft.Devices.Midi2
has_children: false
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: api_page
title: MidiFunctionBlockDirection
parent: Metadata
grand_parent: Windows.Devices.Midi2 API
grand_parent: Microsoft.Devices.Midi2
has_children: false
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: api_page
title: MidiFunctionBlockMidi10
parent: Metadata
grand_parent: Windows.Devices.Midi2 API
grand_parent: Microsoft.Devices.Midi2
has_children: false
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: api_page
title: MidiFunctionBlockUIHint
parent: Metadata
grand_parent: Windows.Devices.Midi2 API
grand_parent: Microsoft.Devices.Midi2
has_children: false
---

Expand Down
2 changes: 1 addition & 1 deletion docs/sdk-winrt-core/metadata/MidiGroupTerminalBlock.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: api_page
title: MidiGroupTerminalBlock
parent: Metadata
grand_parent: Windows.Devices.Midi2 API
grand_parent: Microsoft.Devices.Midi2
has_children: false
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: api_page
title: MidiGroupTerminalBlockDirection
parent: Metadata
grand_parent: Windows.Devices.Midi2 API
grand_parent: Microsoft.Devices.Midi2
has_children: false
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: api_page
title: MidiGroupTerminalBlockProtocol
parent: Metadata
grand_parent: Windows.Devices.Midi2 API
grand_parent: Microsoft.Devices.Midi2
has_children: false
---

Expand Down
2 changes: 1 addition & 1 deletion docs/sdk-winrt-core/metadata/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: api_group_page
title: Metadata
parent: Windows.Devices.Midi2 API
parent: Microsoft.Devices.Midi2
has_children: true
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: api_page
title: IMidiEndpointMessageProcessingPlugin
parent: Client Plugins
grand_parent: Windows.Devices.Midi2 API
grand_parent: Microsoft.Devices.Midi2
has_children: false
---

Expand Down
2 changes: 1 addition & 1 deletion docs/sdk-winrt-core/processing-plugins/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: api_group_page
title: Client Plugins
parent: Windows.Devices.Midi2 API
parent: Microsoft.Devices.Midi2
has_children: true
---

Expand Down
Loading

0 comments on commit bd5adda

Please sign in to comment.