holmeswatson
holmeswatson

Reputation: 1005

Midi analysis for python3

I've been looking for a python3 module that I can use to print out eg: "note 5" etc at the correct intervals/periods from a midi file.

I have been unsuccessful in finding such a module for python3, any suggestions?

Upvotes: 1

Views: 591

Answers (1)

CL.
CL.

Reputation: 180210

I'd suggest to choose any MIDI parsing Python library, and port it to Python 3.

Upvotes: 1

Related Questions