Whatang / DrumBurp

A simple drum tab editor, designed to make it quick and easy to enter drum tabs.
http://whatang.org/
GNU General Public License v3.0
41 stars 12 forks source link

Use mido for midi #408

Open Whatang opened 5 years ago

Whatang commented 5 years ago

Investigate using Mido https://mido.readthedocs.io/en/latest/ for the backend for MIDI, instead of the pygame currently used. This might (should?) enable selection of the MIDI output device. If this works then it should be possible to implement #349 and #196.