scamp_extensions.parsing.midi

Utilities for scraping notes from MIDI files.

Classes

Note(track, channel, pitch, volume, ...)

Functions

scrape_midi_file_to_dict(midi_file_path)

Scrapes a dictionary of note info from a MIDI file.

scrape_midi_file_to_note_list(midi_file_path)

Scrapes a list of Note objects from all of the tracks of the given MIDI file.