Skip to content

Commit 03b82fc

Browse files
Merge pull request #274 from microsoft/pete-dev
Config file-defined loopbacks working
2 parents 04b12d7 + b6b9267 commit 03b82fc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+848
-1617
lines changed

build/staging/version/BundleInfo.wxi

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<Include>
22
<?define SetupVersionName="Developer Preview 5" ?>
3-
<?define SetupVersionNumber="1.0.24043.0221" ?>
3+
<?define SetupVersionNumber="1.0.24044.0330" ?>
44
</Include>

diagnostics/trace-logging/MidiServices.wprp

-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- TODO:
3-
1. Find and replace "SimpleTraceLoggingProvider" with the name of your provider.
4-
2. See TODO below to update GUID for your event provider
5-
-->
62
<WindowsPerformanceRecorder Version="1.0" Author="Microsoft Corporation" Copyright="Microsoft Corporation" Company="Microsoft Corporation">
73
<Profiles>
84
<EventCollector Id="EventCollector_MidiSrvSimple" Name="Windows MIDI Services Events">

docs/endpoints/virtual-loopback.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ That out of the way, here's an example configuration section for the Virtual Loo
4444
{
4545
"name": "Perm Loopback 1A",
4646
"description": "This is a loopback I created in the configuration file",
47-
"uniqueId": "3263827"
47+
"uniqueIdentifier": "3263827"
4848
},
4949
"endpointB":
5050
{
5151
"name": "Perm Loopback 1B",
5252
"description": "This is the b-side of the loopback I created in the configuration file",
53-
"uniqueId": "3263827"
53+
"uniqueIdentifier": "3263827"
5454
}
5555
},
5656
"{B21B4973-3F85-48A0-8BA3-B35F44683D36}":
@@ -60,13 +60,13 @@ That out of the way, here's an example configuration section for the Virtual Loo
6060
{
6161
"name": "Perm Loopback 2A",
6262
"description": "This is a loopback I created in the configuration file",
63-
"uniqueId": "5150-1984"
63+
"uniqueIdentifier": "5150-1984"
6464
},
6565
"endpointB":
6666
{
6767
"name": "Perm Loopback 2B",
6868
"description": "This is the b-side of the loopback I created in the configuration file",
69-
"uniqueId": "OU812"
69+
"uniqueIdentifier": "OU812"
7070
}
7171
}
7272
}

samples/csharp-net/app-to-app-midi-cs/MidiSample.AppToAppMidi.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<ItemGroup>
3030
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.5.231202003-experimental1" />
3131
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26031-preview" />
32-
<PackageReference Include="Windows.Devices.Midi2" Version="1.0.0-preview.3-0150" />
32+
<PackageReference Include="Windows.Devices.Midi2" Version="1.0.0-preview.3-0155" />
3333
<PackageReference Include="WinUIEx" Version="2.3.3" />
3434
<Manifest Include="$(ApplicationManifest)" />
3535
</ItemGroup>

0 commit comments

Comments
 (0)