Cross Platform .NET PortMidi library
- You have to install "PortMidi" library on your computer
$ apt-get install libportmidi-dev
$ brew install portmidi
choco install portmidi
- Install launchpad library on your project
$ dotnet add package launchpad
- You can use library with any supported MIDI device
- If you want to contribute to codes, create pull request
- If you find any bugs or error, create an issue
This project is licensed under the MIT License