subject

Assignment 5: Design a Ringtone For this assignment, you will code a ringtone in EarSketch that incorporates the following Python commands:

You must use both of the EarSketch functions fitMedia() and setEffect() for an effect in your ringtone (such as a fade or distortion).
You must use string operations (concatenation or splicing) to create your own beat, using the EarSketch function makeBeat().
You must use for loops to add repetition to your ringtone.
You must use at least one user-defined (custom) function to create musical sections for your ringtone.
Your ringtone should be a minimum of 60 seconds and a maximum of 90 seconds (average length of a phone's ring).
Your ringtone should include a sound clip from Ciara or Common, found in the EarSketch sound library.
Your ringtone should appeal to high school students.
Your ringtone should use efficient code whenever possible (for example, using a for loop to repeat a section of music instead of writing the code for that section a second time), as most phones have only a small amount of memory available for ringtone downloads.

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 23:00
Suppose s, t, and w are strings that have already been created inside main. write a statement or statements, to be added to main, that will determine if the lengths of the three strings are in order by length, smallest to largest. that is, your code should determine if s is strictly shorter than t, and if t is strictly shorter than w. if these conditions hold your code should print (the boolean value) true. if not, your code should print false. (strictly means: no ties) example: if s, t, and w are "cat", "hats", and "skies" your code should print true - their lengths are 3-4-5; but if s, t, and w are "cats" "shirt", and "trust", then print false - their lengths are 4-5-5 enter your code in the box below
Answers: 2
question
Computers and Technology, 23.06.2019 10:50
The volume v and paper surface area a of a conical paper cup are given by where r is the radius of the base of the cone and h is the height of the cone. a. by eliminating h, obtain the expression for a as a function of r and v. b. create a user-de ned function that accepts r as the only argument and computes a for a given value of v. declare v to be global within the function. c. for v ! 10 in.3 , use the function with the fminbnd function to compute the value of r that minimizes the area a. what is the corresponding value of the height h? investigate the sensitivity of the solution by plotting v versus r. how much can r vary about its optimal value before the area increases 10 percent above its minimum value?
Answers: 1
question
Computers and Technology, 23.06.2019 14:30
The option enables you to modify a slide element in most presentation applications.
Answers: 2
question
Computers and Technology, 24.06.2019 00:40
What social factors affect your health
Answers: 3
You know the right answer?
Assignment 5: Design a Ringtone For this assignment, you will code a ringtone in EarSketch that inc...
Questions
question
Mathematics, 17.07.2019 03:30
Questions on the website: 13722360