![]() |
VOOZH | about |
dotnet add package Haukcode.RtpMidi --version 1.0.99
NuGet\Install-Package Haukcode.RtpMidi -Version 1.0.99
<PackageReference Include="Haukcode.RtpMidi" Version="1.0.99" />
<PackageVersion Include="Haukcode.RtpMidi" Version="1.0.99" />Directory.Packages.props
<PackageReference Include="Haukcode.RtpMidi" />Project file
paket add Haukcode.RtpMidi --version 1.0.99
#r "nuget: Haukcode.RtpMidi, 1.0.99"
#:package Haukcode.RtpMidi@1.0.99
#addin nuget:?package=Haukcode.RtpMidi&version=1.0.99Install as a Cake Addin
#tool nuget:?package=Haukcode.RtpMidi&version=1.0.99Install as a Cake Tool
RTP-MIDI (RFC 6295) for .NET — bidirectional MIDI over IP with full Apple MIDI session protocol support.
IObservable<T> streams for received MIDI and state changes (System.Reactive)dotnet add package Haukcode.RtpMidi
For mDNS peer discovery:
dotnet add package Haukcode.RtpMidi.Mdns
await using var session = new RtpMidiSession("My App");
session.MidiReceived.Subscribe(midiBytes =>
Console.WriteLine($"MIDI: {BitConverter.ToString(midiBytes.ToArray())}"));
// Control port N; data port N+1 derived automatically
await session.ConnectAsync(new IPEndPoint(IPAddress.Parse("192.168.1.50"), 5004));
// Send LED feedback to hardware controller
await session.SendMidiAsync(new byte[] { 0xF0, 0x47, 0x7F, 0x30, 0x2C, 0x01, 0x00, 0xF7 });
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
Showing the top 1 NuGet packages that depend on Haukcode.RtpMidi:
| Package | Downloads |
|---|---|
|
Haukcode.RtpMidi.Mdns
mDNS/Bonjour peer discovery and advertising for Haukcode.RtpMidi. Browses the local network for _apple-midi._udp services and exposes found/lost peers as IObservable streams. Advertise your own session so other devices can find it. |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.99 | 240 | 4/22/2026 |
| 1.0.98 | 120 | 4/22/2026 |
| 1.0.97 | 125 | 4/22/2026 |
| 1.0.96 | 125 | 4/22/2026 |
| 1.0.94 | 124 | 4/21/2026 |
| 1.0.93 | 114 | 4/21/2026 |
| 1.0.92 | 121 | 4/21/2026 |
| 1.0.91 | 115 | 4/21/2026 |
| 1.0.90 | 118 | 4/21/2026 |
| 1.0.89 | 210 | 4/21/2026 |
| 1.0.88 | 111 | 4/21/2026 |
| 1.0.87 | 124 | 4/21/2026 |
| 1.0.85 | 124 | 4/20/2026 |
| 1.0.84 | 111 | 4/20/2026 |
| 1.0.83-PR-27-99222510 | 100 | 4/20/2026 |
| 1.0.82-PR-27-ad5588c0 | 93 | 4/20/2026 |
| 1.0.81-PR-27-fea04649 | 97 | 4/20/2026 |
| 1.0.80 | 110 | 4/20/2026 |
| 1.0.79-PR-27-85e4213f | 95 | 4/20/2026 |
| 1.0.73-PR-27-3e9f285c | 107 | 4/20/2026 |