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
I'm using the drum kit rnn and am able to successfully produce samples. However, when I go to convert the note sequence object back into a MIDI file I get an empty output (no notes in the midi object). I've attached a simple example to demonstrate the issue I'm having.
Could you console.log one of these note sequences that can't be converted to MIDI, please? I want to see if there's anything obvious with it (maybe it's empty, maybe it's missing a field, etc).
I can't see anything at first glance. Some fields like timeSignatures seem empty, but I don't know if those are needed for the conversion. @iansimon does any of this look familiar?
I'm using the drum kit rnn and am able to successfully produce samples. However, when I go to convert the note sequence object back into a MIDI file I get an empty output (no notes in the midi object). I've attached a simple example to demonstrate the issue I'm having.
This issue doesn't occur when I'm converting other note sequence objects back to MIDI files (say retrieve a midi file from bitmidi). This is the function that I'm relying on: https://magenta.github.io/magenta-js/music/modules/_core_midi_io_.html#sequenceprototomidi
Let me know if I can provide more detail!
seq_to_midi_issue.txt
The text was updated successfully, but these errors were encountered: