Skip to content

Code to prse midi data files (and related formats)

License

Notifications You must be signed in to change notification settings

omittedSounds/midifiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 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 prse midi data files (and related formats)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%