Home /
Expert Answers /
Computer Science /
please-answer-this-question-correctly-least-six-measures-there-is-a-sample-script-quick-tour-py-t-pa695
(Solved): please answer this question correctly least six measures. There is a sample script, quick_tour.py, t ...
please answer this question correctly
least six measures. There is a sample script, quick_tour.py, that demonstrates how these functions work in practice. For your script, you cannot copy-paste any of the lines directly from quick_tour.py, but feel free to use the same functions and/or modify the arguments. To receive any extra credit, your code must include at minimum the following functions with brief comments explaining what each function does: - the from earsketch import * line, - This line imports all functions from the earsketch module - the init () function, - the setTempo () function, - the fitmedia () function, and - the finish () function. For full extra credit, your code should include two or more additional calls of any combination of the following functions: - the fitmedia () function, - the makeBeat () function. - the setEffect () function, - the insertMedia () function, and/or - the insertmediasection () function. You do not need to make an EarSketch account as the basic tutorial information is available without log-in. You can choose to write your script in either the web-based IDE (be sure to select Python as the programming language) or in IDLE. Submit your script through Brightspace with the standard file nomenclature and header.