MikeTheWatchGuy / MidiLooper

MIDI file player using PySimpleGUI as the GUI and the mido package for controlling a MIDI device

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MidiLooper

A PySimpleGUI-based program to control a MIDI device using the mido package

A program that I use to control my Yamaha Disklavier piano. You can see it being used in this video: https://youtu.be/auv_DbSQuD8

This code was written a LONG time ago and isn't the best Python code, that's for certain!

Uses the AWESOME package mido to control the instrument.

The interface has this GUI, and was of course made using PySimpleGUI:

MidiLooper

About

MIDI file player using PySimpleGUI as the GUI and the mido package for controlling a MIDI device

License:GNU General Public License v3.0


Languages

Language:Python 100.0%