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
<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 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. |
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 (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!
|
|
BrianLima/HueHue
A simple yet powerful open source LED controller for Windows and Arduino
|
|
elgarf/vMixUTC
Customizable controller for vMix
|
Version | Downloads | Last updated |
---|---|---|
6.6.2 | 46,668 | 1/14/2020 |
6.6.0 | 11,483 | 2/21/2018 |
6.5.0 | 1,278 | 2/3/2018 |
6.4.2 | 1,230 | 12/19/2017 |
6.4.1 | 9,065 | 3/17/2017 |
6.4.0 | 1,101 | 3/13/2017 |
6.3.0 | 1,204 | 2/24/2017 |
6.2.1 | 1,644 | 12/18/2016 |
6.1.2 | 1,794 | 6/27/2016 |
6.1.1 | 29,641 | 12/17/2015 |
6.1.0 | 1,221 | 12/16/2015 |
6.0.0.1 | 1,309 | 11/25/2015 |
6.0.0 | 1,300 | 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