sheet_to_note#

scikitplot.doremi.sheet_to_note(sheet)[source]#

Convert input sheet (str/list/dict) to a list of (note, octave, duration).

Parameters:

sheet (str | list | dict)

Return type:

list[tuple[str, int, float]]