Package jazzparser :: Package misc :: Package chordlabel :: Module midi
[hide private]
[frames] | no frames]

Module midi

source code


Author: Mark Granroth-Wilding <mark.granroth-wilding@ed.ac.uk>

Functions [hide private]
 
midi_to_emission_stream(segmidi, remove_empty=True, unique_notes=False)
Get a list of emissions from the midi stream's note on events.
source code
Variables [hide private]
  __package__ = None
hash(x)
Function Details [hide private]

midi_to_emission_stream(segmidi, remove_empty=True, unique_notes=False)

source code 

Get a list of emissions from the midi stream's note on events.

Returns a 2-tuple of the list of emissions and their corresponding start times in midi ticks.

Parameters: