Skip to content

Code to parse midi data files (and related formats)

License

Notifications You must be signed in to change notification settings

jdstmporter/midifiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parser for MIDI (and similar formats) binary files

This package defines some basic Python3 classes for parsing MIDI (and MIDI-like) binary files. At the moment, this means:

  • MIDI binary files (.mid)
  • FL Studio project files (.flp)

In the current version, tere are two separate packages: MIDI and PL, one for each format. However, as the two formats are more or less identical, we intend to merge the two in future, providing a dimple mechanism to automatically discriminate between formats.

Detailed documentation can be found below:

  • MIDI: README.rst
  • FL: none yet - nearly identical to MIDI

About

Code to parse midi data files (and related formats)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages