GUI MIDI player supporting multiple backends
Requires Python 3.8 or greater
pip3 install giradischi
- ALSA MIDI: Install alsa-midi with
pip3 install alsa-midi
and follow the instructions provided here - FluidSynth: Install pyFluidSynth with
pip3 install pyFluidSynth
and follow the instructions provided here - KDMAPI: Install kdmapi with
pip3 install kdmapi
and follow the instructions provided here - PortMidi: Follow the instructions provided here
- RtMidi: Install python-rtmidi with
pip3 install python-rtmidi
or install rtmidi-python withpip3 install rtmidi-python
python3 -m giradischi
#
# Copyright (C) 2022 Sebastiano Barezzi
#
# SPDX-License-Identifier: LGPL-3.0-or-later
#