Write a program called “majorScale.py”, which plays the C major
scale. (Hint: Modify the above program to create an empty phrase,
and add notes to it created from the pitches in the for loop. If you
can print out each pitch individually, you can use it to create a note,
which you can then add to the phrase. After the loop, use Play.
midi() to play the phrase. Remove (or comment out) all the print
statements.)
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here