Skip to content

Jan 2023 Music 21 Update Error #1

@b-owen17

Description

@b-owen17

Latest update in durationTupleFromTypeDots(durType, dots) in Duration.py is causing the code segment below to result in error: DurationException: Unknown type: inexpressible

# Array of music information - Sinewave, MIDI Notes and muisc21 Notes
notes=[]
for i in range(len(onsets[1])-1):
  notes.append(estimate_pitch_and_notes(CdB, onsets[1], i, sr=fs))
music_info=np.array(notes)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions