mididi

Modules

def
module mididi.def

mididi.def contains definition enums and types important to MIDI files.

reader
module mididi.reader

mididi.reader contains functions for reading the MIDI format.

types
module mididi.types

The implementation (and some of the documentation) is based on this specification: https://www.cs.cmu.edu/~music/cmsip/readings/Standard-MIDI-file-format-updated.pdf

writer
module mididi.writer

mididi.writer contains functions for encoding MIDI objects to raw bytes.

Public Imports

mididi.def
public import mididi.def;
mididi.reader
public import mididi.reader;
mididi.types
public import mididi.types;
mididi.writer
public import mididi.writer;

Meta