Maybe different error handling #114
Labels
design
This pertains to design decisions
requires_discussion
Either a large change or changes functionality - discuss/debate before implementation
Milestone
midi_degradation_toolkit/mdtk/midi.py
Line 102 in 993e82a
Arguably, this should throw a useful exception and be handled further up as a warning, if wanted. (For example, if I call this function with a non-MIDI file, it warns and returns None. Better, is to throw an exception that I'd have to explicitly catch above.
The text was updated successfully, but these errors were encountered: