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)
Latest update in durationTupleFromTypeDots(durType, dots) in Duration.py is causing the code segment below to result in error: DurationException: Unknown type: inexpressible