Sanford.Multimedia.Midi 6.7.3

dotnet add package Sanford.Multimedia.Midi --version 6.7.3
                    
NuGet\Install-Package Sanford.Multimedia.Midi -Version 6.7.3
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Sanford.Multimedia.Midi" Version="6.7.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Sanford.Multimedia.Midi" Version="6.7.3" />
                    
Directory.Packages.props
<PackageReference Include="Sanford.Multimedia.Midi" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Sanford.Multimedia.Midi --version 6.7.3
                    
#r "nuget: Sanford.Multimedia.Midi, 6.7.3"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Sanford.Multimedia.Midi@6.7.3
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Sanford.Multimedia.Midi&version=6.7.3
                    
Install as a Cake Addin
#tool nuget:?package=Sanford.Multimedia.Midi&version=6.7.3
                    
Install as a Cake Tool

Sanford.Multimedia.Midi

NuGet version

This is all source code of the C# MIDI toolkit from CodeProject by Leslie Sanford.

Improvements:

  • 64-bit compatible
  • Windows 8 and 10 compatible
  • Mono framework compatible on Windows
  • Does not require additional assemblies
  • Faster midi file reading in Release build

Also avaliable on Nuget.org

PM> Install-Package Sanford.Multimedia.Midi

If you have any improvement or fix to this library, please don't hesitate to make a fork and open a pull request.

MIT License

Credits:

http://www.codeproject.com/Articles/6228/C-MIDI-Toolkit

https://code.google.com/p/vsticks/

Product Compatible and additional computed target framework versions.
.NET net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net8.0-windows was computed.  net8.0-windows7.0 is compatible.  net9.0-windows was computed.  net10.0-windows was computed. 
.NET Framework net20 is compatible.  net35 is compatible.  net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 is compatible.  net46 was computed.  net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 2.0

    • No dependencies.
  • .NETFramework 3.5

    • No dependencies.
  • .NETFramework 4.0

    • No dependencies.
  • .NETFramework 4.5

    • No dependencies.
  • .NETFramework 4.5.2

    • No dependencies.
  • .NETFramework 4.6.1

    • No dependencies.
  • .NETFramework 4.8

    • No dependencies.
  • net6.0-windows7.0

    • No dependencies.
  • net8.0-windows7.0

    • No dependencies.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on Sanford.Multimedia.Midi:

Package Downloads
MIDIator.CoreLib

Connect your C# application to MIDI with ease.

MIDIator

Connect your C# application to MIDI with ease.

MarkovSharp

An easy to use C# implementation of an N-state Markov model.

VL.IO.Midi

Midi nodes for VL

NFugue

Music programming library for .NET

GitHub repositories (5)

Showing the top 5 popular GitHub repositories that depend on Sanford.Multimedia.Midi:

Repository Stars
jskeet/DemoCode
Demo code used in talks, blog posts etc
vvvv/vvvv-sdk
public sources of vvvv
DarthAffe/KeyboardAudioVisualizer
It's colorful - I like it!
elgarf/vMixUTC
Customizable controller for vMix
BrianLima/HueHue
A simple yet powerful open source LED controller for Windows and Arduino
Version Downloads Last Updated
6.7.3 1,847 3/9/2026
6.7.2 130 3/3/2026
6.7.1 150 3/2/2026
6.7.0 120 3/2/2026
6.6.2 62,669 1/14/2020
6.6.0 12,766 2/21/2018
6.5.0 1,849 2/3/2018
6.4.2 1,667 12/19/2017
6.4.1 10,226 3/17/2017
6.4.0 1,540 3/13/2017
6.3.0 1,617 2/24/2017
6.2.1 2,091 12/18/2016
6.1.2 2,252 6/27/2016
6.1.1 33,168 12/17/2015
6.1.0 1,647 12/16/2015
6.0.0.1 1,741 11/25/2015
6.0.0 1,750 11/25/2015

MIDI messages now include driver timestamps. Includes PPQM fixes, improved SysEx handling, and performance/stability improvements for modern 64-bit Windows.