How to Install python3-rtmidi in Ubuntu 18.04



Install python3-rtmidi by entering the following commands in the terminal:

sudo apt update
sudo apt install python3-rtmidi

Description:

Python wrapper for the RtMidi C++ library written with Cython

Python binding for RtMidi implemented with Cython and provides a thin wrapper around the RtMidi C++ interface. The API is basically the same as the C++ one but with the naming scheme of classes, methods and parameters adapted to the Python naming structure.

Homepage: http://trac.chrisarndt.de/code/wiki/python-rtmidi

Version: 1.1.0-2

Section: universe/python