-
Notifications
You must be signed in to change notification settings - Fork 0
Installation for Linux Mint 21.1
Stéphane Gagnon edited this page Feb 25, 2024
·
1 revision
- Python 3.10
- apt-get install git
- git clone the community fork : https://github.com/mididings/mididings
- apt-get install g++
- apt-get install python3.10-venv
- apt-get install libglib2.0-dev
- apt-get install libboost-dev
- apt-get install libboost-python-dev
- For the ALSA Backend
- apt install libasound2-dev
- For the JACK Backend
- apt install libjack-jackd2-dev
- apt-get install liblo for OSC and you will need the pyliblo community version, not the 0.10 version on pip
- Create and activate a virtual environment
- python3 -m venv venv
- . venv/bin/activate
- In the mididings directory
- pip install wheel
- pip install .
-
Official community fork
- https://github.com/mididings/mididings (Reborn in 2023)
-
ABANDONNED
- Website http://das.nasophon.de/mididings/
- Official source code https://github.com/dsacre/mididings