Skip to content

Commit

Permalink
Merge pull request #274 from microsoft/pete-dev
Browse files Browse the repository at this point in the history
Config file-defined loopbacks working
  • Loading branch information
Psychlist1972 authored Feb 13, 2024
2 parents 04b12d7 + b6b9267 commit 03b82fc
Show file tree
Hide file tree
Showing 50 changed files with 848 additions and 1,617 deletions.
2 changes: 1 addition & 1 deletion build/staging/version/BundleInfo.wxi
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Include>
<?define SetupVersionName="Developer Preview 5" ?>
<?define SetupVersionNumber="1.0.24043.0221" ?>
<?define SetupVersionNumber="1.0.24044.0330" ?>
</Include>
4 changes: 0 additions & 4 deletions diagnostics/trace-logging/MidiServices.wprp
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- TODO:
1. Find and replace "SimpleTraceLoggingProvider" with the name of your provider.
2. See TODO below to update GUID for your event provider
-->
<WindowsPerformanceRecorder Version="1.0" Author="Microsoft Corporation" Copyright="Microsoft Corporation" Company="Microsoft Corporation">
<Profiles>
<EventCollector Id="EventCollector_MidiSrvSimple" Name="Windows MIDI Services Events">
Expand Down
8 changes: 4 additions & 4 deletions docs/endpoints/virtual-loopback.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ That out of the way, here's an example configuration section for the Virtual Loo
{
"name": "Perm Loopback 1A",
"description": "This is a loopback I created in the configuration file",
"uniqueId": "3263827"
"uniqueIdentifier": "3263827"
},
"endpointB":
{
"name": "Perm Loopback 1B",
"description": "This is the b-side of the loopback I created in the configuration file",
"uniqueId": "3263827"
"uniqueIdentifier": "3263827"
}
},
"{B21B4973-3F85-48A0-8BA3-B35F44683D36}":
Expand All @@ -60,13 +60,13 @@ That out of the way, here's an example configuration section for the Virtual Loo
{
"name": "Perm Loopback 2A",
"description": "This is a loopback I created in the configuration file",
"uniqueId": "5150-1984"
"uniqueIdentifier": "5150-1984"
},
"endpointB":
{
"name": "Perm Loopback 2B",
"description": "This is the b-side of the loopback I created in the configuration file",
"uniqueId": "OU812"
"uniqueIdentifier": "OU812"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.5.231202003-experimental1" />
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26031-preview" />
<PackageReference Include="Windows.Devices.Midi2" Version="1.0.0-preview.3-0150" />
<PackageReference Include="Windows.Devices.Midi2" Version="1.0.0-preview.3-0155" />
<PackageReference Include="WinUIEx" Version="2.3.3" />
<Manifest Include="$(ApplicationManifest)" />
</ItemGroup>
Expand Down
Loading

0 comments on commit 03b82fc

Please sign in to comment.