net-core-audio / portmidi

Cross Platform .NET Core Portmidi library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PortMidi Wrapper for .NET Standard

Cross Platform .NET PortMidi library

Getting Started

  1. 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
  1. Install launchpad library on your project
$ dotnet add package launchpad
  1. 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

About

Cross Platform .NET Core Portmidi library

License:MIT License


Languages

Language:C# 100.0%