Minis VS drywetmidi

Compare Minis vs drywetmidi and see what are their differences.

Minis

Minis: MIDI Input for New Input System -- A plugin that adds MIDI input support to Unity's new Input System (by keijiro)

drywetmidi

.NET library to read, write, process MIDI files and to work with MIDI devices (by melanchall)
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
Minis drywetmidi
10 5
592 582
0.0% 2.2%
0.0 7.9
about 1 year ago 2 days ago
C# C#
GNU General Public License v3.0 or later MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Minis

Posts with mentions or reviews of Minis. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-16.

drywetmidi

Posts with mentions or reviews of drywetmidi. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-02-27.
  • Lumix - a .NET open source ableton like DAW
    6 projects | dev.to | 27 Feb 2025
    While NAudio includes MIDI support itself, it didn't feel as developed as the DryWetMidi library, so I decided to stick with DryWetMIDI for MIDI data handling. It allowed to read and play midi files, in addition to creating midi compositions using the daw piano roll.
  • Music via piano roll via C#
    1 project | dev.to | 10 Sep 2024
    Are you a composer? Is the music a thing you express your creativity with? The article shows how you, as a programmer, can create musical compositions via C# and piano roll notation provided by the DryWetMIDI library.
  • Creating a NuGet package for a library with platform-specific API
    3 projects | dev.to | 3 Oct 2022
    I’m developing a .NET library DryWetMIDI which is used to work with MIDI files and MIDI devices. Most of the library API is cross-platform (within the operating systems supported by .NET of course), however the exact handling of MIDI devices is different for every operating system. Currently the corresponding API works on Windows only, but there is a strong desire to support other systems too. I’m not rushing to support all the existing platforms from the start, so I’m going to make the API to work on macOS first, since it’s no less popular than Windows, but probably is the most popular one among music professionals.
  • Anyone used midi and C# in unity before?
    1 project | /r/unity | 19 Aug 2021
    Yes, actually. I'm using https://github.com/melanchall/drywetmidi to read midi files in unity. I'm working on a rhythm based game where you have to hit buttons in time with the music. I have beat maps in midi where each note indicates a place the player should press. I can then sync the location in the mp3 file with the note information to check their progress.
  • Software to convert midi to readable text for a program?
    1 project | /r/midi | 25 Apr 2021
    For now the latter is fine, but all the things i have found are either no longer working or I just don't understand. Like this guy recommended DryWetMidi (https://stackoverflow.com/questions/41753349/convert-midi-file-to-list-of-notes-with-length-and-starting-time) but I have no idea how to install this (https://github.com/melanchall/drywetmidi)

What are some alternatives?

When comparing Minis and drywetmidi you can also consider the following projects:

OmniMIDI - A software MIDI synthesizer for professional use.

managed-midi - [Past project] Cross-platform MIDI processing library for mono and .NET (ALSA, CoreMIDI, Android, WinMM and UWP).

videolab

jp.keijiro.rtmidi - RtMidi wrapper package for Unity

midi - Library for reading and writing of MIDI messages and MIDI files (SMF) with Go

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured

Did you know that C# is
the 10th most popular programming language
based on number of references?