Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

PLZ SOLVE FOLLOW INSTRUCTIONS I NEED TO UPLOAD AS A FILE For this assignment, you will code a ringtone in EarSketch that incorporates the following

PLZ SOLVE FOLLOW INSTRUCTIONS I NEED TO UPLOAD AS A FILE

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.

In addition to the required coding components above, your ringtone must also meet the following general requirements:

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.

You will need to create a new script for your code in your EarSketch account, title it appropriately, and use sound clips from the EarSketch library or sounds you have recorded or uploaded on your own. Your final code will need to run without any errors, and play successfully in the digital audio workstation (DAW) when opened by your teacher.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Machine Learning And Knowledge Discovery In Databases European Conference Ecml Pkdd 2015 Porto Portugal September 7 11 2015 Proceedings Part 1 Lnai 9284

Authors: Annalisa Appice ,Pedro Pereira Rodrigues ,Vitor Santos Costa ,Carlos Soares ,Joao Gama ,Alipio Jorge

1st Edition

3319235273, 978-3319235271

More Books

Students also viewed these Databases questions

Question

Describe the nature of negative messages.

Answered: 1 week ago