You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This may be happening with other special characters but so far I've noticed events with accents nullified. Events with é í á ó ñ anywhere in the the string have a String value of Null
example:
this is what i get
<MIKMIDIMetaLyricEvent: 0x6000002ea260> Timestamp: 24.833333 Type: 21, Metadata Type: 0x05, String: (null)
this is what it should have been
<MIKMIDIMetaLyricEvent: 0x6000002ea260> Timestamp: 24.833333 Type: 21, Metadata Type: 0x05, String: acabó
if I edit the ó in the midi file, then the full string shows up.
The text was updated successfully, but these errors were encountered:
This may be happening with other special characters but so far I've noticed events with accents nullified. Events with é í á ó ñ anywhere in the the string have a String value of Null
example:
this is what i get
<MIKMIDIMetaLyricEvent: 0x6000002ea260> Timestamp: 24.833333 Type: 21, Metadata Type: 0x05, String: (null)
this is what it should have been
<MIKMIDIMetaLyricEvent: 0x6000002ea260> Timestamp: 24.833333 Type: 21, Metadata Type: 0x05, String: acabó
if I edit the ó in the midi file, then the full string shows up.
The text was updated successfully, but these errors were encountered: