Loading...
DIGITAL AUDIO WORKSTATION
CODE EDITOR
1
EarSketch
Advanced
Variables
Logic
Operators
Control Flow
# script_name: TOGETHER we RISE
# authour: Harshita Jindia
# description: I wanted to construct a song which encapsulates the journey of the Indigenous people and black communities through peace, challenges, and resilience
from earsketch import *
#tempo set
setTempo(100)
setTempo(120, 14.5) #I accelerated the tempo for the Challenges part to reflect the escalating difficulties the Indigenous and black communities faced
setTempo(100, 24) #the tempo is restored to a slower speed, as a moment of reflection and resilience of the communities, from the challenges
#Altogether, the tempo changes serve to highlight the Indigenous & black communities' journey to strength through peace, challenges, and resilience
# music section
#SOUNDBANK
#keyboard
keyboard1 = COMMON_LOVE_THEME_PIANO_4
keyboard2 = TFLAMES_OC_PIANO_VRS_4
#beats/bass
beat1 = SAMIAN_PEUP_BEAT_FULL
beat2 = DKBEAR_FREE_PERC_KICK
beat3 = CIARA_HWR_DRUM_BASS_1
bass1 = MILKNSIZZ_SENTIMIENTO_808_BASS
bass2 = SAMIAN_PEUP_PERC_CRASH
bass3 = HIPHOP_DUSTYGROOVEPART_002
#drums
drum1 = YG_ALT_POP_SNARE_1
drum2 = KHALID_NORM_DRUMBEAT
#flute
flute1 = TFLAMES_OMEN_FLUTE_1_VRS_2
#strings
IMPORT TO EDIT
CURRICULUM
Loading curriculum...