2011/11
Intermediate Challenge

1
Write a program to create random "songs" using Sounds.
There should be a 9/10 chance of the next note being a note close in pitch to the previous one, but a 1/10 chance of the next note being very different in pitch from the previous note.
There should be a 9/10 chance of the next note being a note close in pitch to the previous one, but a 1/10 chance of the next note being very different in pitch from the previous note.
2
Modify your program to save the song in any format you choose.
For a little more of a challenge, try encrypting the file save.
Your program should also be able to open saved files.
For a little more of a challenge, try encrypting the file save.
Your program should also be able to open saved files.
HINT! Some Classes you need are: Sounds, Math, and File