Loading...
DIGITAL AUDIO WORKSTATION
CODE EDITOR
1
EarSketch
Advanced
Variables
Logic
Operators
Control Flow
# python code
# script_name: Racial Injustice - A Call to Action
#
# author: Saumya Tiku (writing as an ally and activist)
# description: This is a song that outlines the issues with racial injustice, focussing on the black community, and promotes action to be taken to create change within our communities.
# audience: everyone, as everyone should advocate for change (not just racial minorities fighting for themselves) and it is also to inform everyone of issues
#
from earsketch import *
init()
#Initializing the song's tempo at 100 bpm (sped up from original song)
setTempo(100)
print("The purpose of my song is to empower and inspire all, but specifically those in minority communities. Since racism has continued to be a prevalent issue, it is important for us all to take a stand, make our voices heard, and advocate for those who are the victims of the discrimination.")
print("It is also inspirational for anyone in general, as there are several messages about pursuing your dreams/goals no matter where you are and the challenges you have faced in the past or may face in the future.")
print("In order to convey this message, my song has different parts, each with a different focus. These include, an intro, transition, two verses, chorus, bridge and outro.")
#SOUND BANK VARIABLES
#Creating variables for each sound used in song
drum = Y58_DRUMPAD_1
drum2 = CIARA_SET_DRUMBEAT_1
drum3 = DUBSTEP_DRUMLOOP_MAIN_008
drumBass = ENTREP_PERC_KICK_2
drumBass2 = IRCA_OS_KICK
trapDrum = RD_TRAP_DRUM_PART_16
bass = ENTREP_THEME_BASS_1
bass2 = YG_NEW_HIP_HOP_BASS_8
subbass = DUBSTEP_SUBBASS_015
sfx = RD_EDM_SFX_RISER_1
adlib = ENTREP_VOX_BK_WOO
adlib2 = Y63_SHOUT_1
adlib3 = ST2_SAUMYA_OUTRO
build = ENTREP_VOX_JAYZ_BUILD
beat = RD_TRAP_MAIN808_BEAT_2
IMPORT TO EDIT
CURRICULUM
Loading curriculum...