Sanford.Multimedia.Midi 6.6.2

dotnet add package Sanford.Multimedia.Midi --version 6.6.2
NuGet\Install-Package Sanford.Multimedia.Midi -Version 6.6.2
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.6.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Sanford.Multimedia.Midi --version 6.6.2
#r "nuget: Sanford.Multimedia.Midi, 6.6.2"
#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.
// Install Sanford.Multimedia.Midi as a Cake Addin
#addin nuget:?package=Sanford.Multimedia.Midi&version=6.6.2

// Install Sanford.Multimedia.Midi as a Cake Tool
#tool nuget:?package=Sanford.Multimedia.Midi&version=6.6.2

A toolkit for creating MIDI applications with .NET
Source code on github: https://github.com/tebjan/Sanford.Multimedia.Midi

Product Compatible and additional computed target framework versions.
.NET Framework net20 is compatible.  net35 was computed.  net40 was computed.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has 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 (4)

Showing the top 4 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!
BrianLima/HueHue
A simple yet powerful open source LED controller for Windows and Arduino
Version Downloads Last updated
6.6.2 39,183 1/14/2020
6.6.0 10,987 2/21/2018
6.5.0 1,244 2/3/2018
6.4.2 1,195 12/19/2017
6.4.1 8,595 3/17/2017
6.4.0 1,073 3/13/2017
6.3.0 1,177 2/24/2017
6.2.1 1,602 12/18/2016
6.1.2 1,750 6/27/2016
6.1.1 28,102 12/17/2015
6.1.0 1,191 12/16/2015
6.0.0.1 1,280 11/25/2015
6.0.0 1,254 11/25/2015

Midi messages now have the input driver timestamp attached.
Fixed PPQM exception, now then only requirement for midi files is PPQM > 24
Another fix for some drivers that send weird sysex messages on close. Reworked messages and events a bit. there is now an event for all messages as well as all ShortMessage (was Raw and might break some code if you used it before).
General Improvements:
Now also works on mono       
64-bit compatible
Windows 8 and 10 compatible
Does not require additional assemblies
Faster midi file reading in Release build