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 am having this same issue, which is annoying as examples online seem to generate melodies no problem. Would also like an answer to this, as I'm trying to use this for a uni project
Hello,
I'm trying to use Magenta to generate a random melody.
I copied the test case:
magenta-js/music/src/music_rnn/model_test.ts
Lines 53 to 64 in 485b2cc
but I'm getting strange results, specifically I have 2 issues:
[
Note {pitch: 52, quantizedStartStep: 4, quantizedEndStep: 7},
Note {pitch: 77, quantizedStartStep: 7, quantizedEndStep: 9},
Note {pitch: 76, quantizedStartStep: 9, quantizedEndStep: 10},
Note {pitch: 77, quantizedStartStep: 10, quantizedEndStep: 11},
Note {pitch: 77, quantizedStartStep: 11, quantizedEndStep: 12},
Note {pitch: 77, quantizedStartStep: 12, quantizedEndStep: 13},
Note {pitch: 77, quantizedStartStep: 13, quantizedEndStep: 14},
Note {pitch: 77, quantizedStartStep: 14, quantizedEndStep: 15}
]
At first there is some variety but then it just repeats pitch 77 (which isn't in the A major scale that the teapot melody uses)
What can I do to generate more unique melodies?
Thanks!
The text was updated successfully, but these errors were encountered: