I was streaming yesterday and a viewer requested that I compose a music. I used random.org's list randomizer giving it this input: A B C D E F G 1 1 2 2 2 3 I decided the rule to be that a valid...
I was streaming yesterday and a viewer requested that I compose a music. I used random.org's list randomizer giving it this input:
A
B
C
D
E
F
G
1
1
2
2
2
3
I decided the rule to be that a valid note should have a number in front of it. If there are multiple numbers in a row, pick the first one. Remove every note that doesn't follow this format. The output was:
C
E
2
G
3
1
B
2
1
2
A
D
F
1
After applying my rules above, I got:
2G
3B
2A
This means that I play a g twice, then b three times, then a twice. I used that as the song's seed.
I was streaming yesterday and a viewer requested that I compose a music. I used random.org's list randomizer giving it this input:
I decided the rule to be that a valid note should have a number in front of it. If there are multiple numbers in a row, pick the first one. Remove every note that doesn't follow this format. The output was:
After applying my rules above, I got:
This means that I play a
g
twice, thenb
three times, thena
twice. I used that as the song's seed.Live stream