Sanford.Multimedia.Midi
6.6.2
Install-Package Sanford.Multimedia.Midi -Version 6.6.2
dotnet add package Sanford.Multimedia.Midi --version 6.6.2
<PackageReference Include="Sanford.Multimedia.Midi" Version="6.6.2" />
paket add Sanford.Multimedia.Midi --version 6.6.2
#r "nuget: Sanford.Multimedia.Midi, 6.6.2"
// 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 | Versions |
---|---|
.NET Framework | net20 net35 net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
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. |
|
NFugue
Music programming library for .NET |
|
VL.IO.Midi
Midi nodes for VL |
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 | 13,669 | 1/14/2020 |
6.6.0 | 8,468 | 2/21/2018 |
6.5.0 | 989 | 2/3/2018 |
6.4.2 | 908 | 12/19/2017 |
6.4.1 | 7,243 | 3/17/2017 |
6.4.0 | 817 | 3/13/2017 |
6.3.0 | 891 | 2/24/2017 |
6.2.1 | 1,233 | 12/18/2016 |
6.1.2 | 1,476 | 6/27/2016 |
6.1.1 | 15,733 | 12/17/2015 |
6.1.0 | 907 | 12/16/2015 |
6.0.0.1 | 1,029 | 11/25/2015 |
6.0.0 | 958 | 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