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