racism that occurs within institutions
Institutional Racism
What is the DAW?
Digital Audio Workstation
a process or set of rules to be carried out by a computer/person
Algorithm
What key identifies a comment in your code?
# hashtag/ pound sign
What does equity mean?
Everyone gets what they need specifically to have success.
a musical clip that can be added to a script
Track
DAILY DOUBLE
#Code not executed by the computer
Comments
What is missing from this function?
setTempo120
setTempo(120)
Name 4 of the OUTKAST imagination principles.
Open-minded, upright, truth, kinship, accountable, sequence, teach love
The beats per minute
Tempo
A piece of code that you can easily call over and over again.
Function
Find the error
drumBeat=KHALID_MAINBEAT_4
fitmedia=(drumBeat,1,1,4)
fitMedia (capital M)
The act of starting and operating a business or businesses, taking on financial risks in the hope financial profit or social impact
Entrepreneurship
a musical term for length in time
Measure
Stored a track using a nickname.
Example: drum=CIARA_DRUMBEAT_1
Variable
What keyword must you use before declaring/defining a function?
def
racism that occurs between individuals as personal interactions
Interpersonal racism
What is the API?
Application programming interface
Special kind of variable stored in a function that can be filled with that certain input.
Example: trackNumber, startMeasure, endMeasure
Parameter
Name one pre-made function in EarSketch you could use in your script. Other than setTempo() and fitMedia()
makeBeat(), createAudioSlice(), setEffect(), print() etc.