Aug-10-2017, 01:48 PM
I want to work on piano writing, which is pretty much turning a live input into a letter, and I can't figure out how to get a midi input into Python through my USB. Preferably version<=3.5.2
MIDI Inputs
|
Aug-10-2017, 01:48 PM
I want to work on piano writing, which is pretty much turning a live input into a letter, and I can't figure out how to get a midi input into Python through my USB. Preferably version<=3.5.2
Aug-10-2017, 02:03 PM
There are a number of modules dealing with USB and Midi files, simply search PyPi. There is even a Pygame MIDI module.
If it ain't broke, I just haven't gotten to it yet.
OS: Windows 10, openSuse 42.3, freeBSD 11, Raspian "Stretch" Python 3.6.5, IDE: PyCharm 2018 Community Edition
Aug-10-2017, 02:20 PM
how do you install PyPi, because I can't get Pygame?
Aug-10-2017, 02:37 PM
PyPi is a website of many available 3rd party libraries, you don't install it, you search it.
To install Pygame, from a command terminal, type pip install pygame . Additional info can be found on their Documents site Pygame Getting Started
If it ain't broke, I just haven't gotten to it yet.
OS: Windows 10, openSuse 42.3, freeBSD 11, Raspian "Stretch" Python 3.6.5, IDE: PyCharm 2018 Community Edition |
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
Adding MIDI Channels to each Input | zach1234 | 6 | 2,399 |
Apr-20-2023, 11:51 AM Last Post: jefsummers |
|
How to bind a midi signal to tkinter? | philipbergwerf | 1 | 2,208 |
Feb-09-2022, 05:17 PM Last Post: Gribouillis |
|
mido MIDI-file; how to distinguis tracks? | philipbergwerf | 2 | 3,160 |
Dec-10-2021, 05:06 PM Last Post: philipbergwerf |
|
How to open MIDI-file and get events in a list? | philipbergwerf | 7 | 6,655 |
May-29-2021, 08:24 AM Last Post: j.crater |
|
Mido and virtual midi ports | dore_m | 2 | 6,290 |
Dec-27-2020, 06:02 AM Last Post: dore_m |
|
MIDI FILES TEMPO - MIDO | Tetsuo30 | 9 | 7,668 |
Sep-06-2020, 08:17 PM Last Post: jefsummers |
|
Real time MIDI with python | eythoralex | 1 | 4,281 |
May-19-2020, 07:17 PM Last Post: Larz60+ |
|
Please help! Akai APC20 midi controller script | versusliveact | 0 | 2,703 |
Feb-14-2020, 05:37 AM Last Post: versusliveact |
|
Using MIDI from Python on Windows 7 | PythonAndMIDIUser | 3 | 4,271 |
Jun-16-2018, 06:20 AM Last Post: buran |