Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.58 KB

File metadata and controls

38 lines (27 loc) · 1.58 KB

giradischi

PyPi version Codacy Badge

GUI MIDI player supporting multiple backends

Requires Python 3.9 or greater

Installation

pip install giradischi

Backends

  • ALSA MIDI: Install alsa-midi with pip install alsa-midi and follow the instructions provided here
  • FluidSynth: Install pyFluidSynth with pip install pyFluidSynth and follow the instructions provided here
  • KDMAPI: Install kdmapi with pip install kdmapi and follow the instructions provided here
  • PortMidi: Follow the instructions provided here
  • RtMidi: Install python-rtmidi with pip install python-rtmidi or install rtmidi-python with pip install rtmidi-python

Instructions

python -m giradischi

License

#
# Copyright (C) 2022 Sebastiano Barezzi
#
# SPDX-License-Identifier: LGPL-3.0-or-later
#