Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Write the script for your songs, based on the assignment requirements. Make sure that each of the following statements is true of your code: -
Write the script for your songs, based on the assignment requirements. Make sure that each of the following statements is true of your code: - My code asks for input from the user using readlnput(), and uses that user input to change the song that is played when the program is run. - My code uses the randlnt() function to create randomization. - My code uses a conditional statement (if, else, or elif statement). - My code uses the fitMedia() function at least once. - My code uses the setEffect() function at least once. - My code uses a string operation and the makeBeat() function to create a custom beat. - My code uses at least one for loop. - My code uses at least one user-defined (custom) function. - My code has three unique songs. - Each of my three songs is at least 16 measures long. - Each of my three songs has at least 3 tracks. - Each of my three songs includes a sound clip from Ciara or Common, found in the EarSketch library.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started