PortMidi Wrapper for .NET Standard
May 21, 2021 ยท View on GitHub
Cross Platform .NET PortMidi library
Getting Started
- You have to install "PortMidi" library on your computer
Linux (Ubuntu)
$ apt-get install libportmidi-dev
Mac OS
$ brew install portmidi
Windows
choco install portmidi
- Install launchpad library on your project
$ dotnet add package launchpad
- You can use library with any supported MIDI device
Example
Contributing
- If you want to contribute to codes, create pull request
- If you find any bugs or error, create an issue
License
This project is licensed under the MIT License