How to Install and Uninstall python-mididings Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "python-mididings" package

Please follow the instructions below to install python-mididings on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-mididings

2. Uninstall "python-mididings" package

Please follow the instructions below to uninstall python-mididings on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-mididings $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-mididings package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-mididings
Priority: optional
Section: universe/python
Installed-Size: 701
Maintainer: Ubuntu Developers
Original-Maintainer: Debian QA Group
Architecture: amd64
Source: mididings
Version: 0~20120419~ds0-5
Provides: python2.7-mididings
Depends: python-decorator, python (>= 2.7), python (<< 2.8), libasound2 (>= 1.0.16), libboost-python1.58.0, libboost-thread1.58.0, libc6 (>= 2.17), libgcc1 (>= 1:3.0), libjack-jackd2-0 (>= 1.9.5~dfsg-14) | libjack-0.116, libsmf0 (>= 1.3), libstdc++6 (>= 5.2)
Suggests: python-dbus, python-liblo, python-pyinotify, python-tk
Filename: pool/universe/m/mididings/python-mididings_0~20120419~ds0-5_amd64.deb
Size: 163450
MD5sum: 618c48cb2c7c724ced9c5dad4517d3b8
SHA1: 2a2de13a822abd6673125ce023c81ad7a1662d07
SHA256: f862b0e37b70f111deb6ea794ac3dc040c4818819d2e6a140f949ccbe3f314ae
Description-en: MIDI routing library for Python
mididings is a MIDI router and processor based on Python,
supporting ALSA and JACK MIDI.
.
Features:
* MIDI routing and filtering
Filter events depending on their event type, channel,
note number, velocity, etc., and freely route them
between an arbitrary number of input and output ports.
* Modifying and converting MIDI events
Transpose notes, apply velocity curves, change
controller values and ranges, or convert events to any
other MIDI event type. mididings also includes more
complex functions like a diatonic harmonizer, floating
split points, latched notes, and more.
* Seamless switching between patches
Set up different "scenes", each with its own MIDI
routing and processing, and switch between them at any
time, even while playing. Switching scenes does not
affect notes already held, and does not result in
dropouts or stuck notes!
* MIDI event monitoring, running external commands
Print MIDI event data to the console to help debugging
your patches and configuring your MIDI controllers. In
addition to its MIDI output, mididings can also
execute shell commands and send OSC or DBUS messages.
Description-md5: 4d8141ff0cae697639b6a43b420c15c0
Homepage: http://das.nasophon.de/mididings/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu