Loading...
DIGITAL AUDIO WORKSTATION
CODE EDITOR
1
EarSketch
Advanced
Variables
Logic
Operators
Control Flow
#title: tbd
# author: L. M. Almeida
# description: This is the code to compose my song about equity and to remeber the past so we can grow from it.
#My call to action is: "We call on all governments in Canada to make sure Aboriginal kids can stay home with their families by giving the right tools and education to the adults who work in child welfare"
#The four "R"s:
#RESPECT and RESPONSIBILITY: I incorperated respect and responsibility in DKBEAR_FREE_VOX_CHORUS_2 because he is responsibiy saying in these lines that the Inigeneous peoples deserve respect so we can all rise from our mistakes.
#RELEVANCE: I incorperated respect in JWOLF_COTG_VOX_LEAD_INTRO_2 because it talks about the history of her grandma and her father and that is relevant to Canadian and Indigeneous
#RECIPROCITY: I incorperated reciprocity by adding Alisha Keys lyrics because she may not be Indigenous but she is an ally showing the movement of equality and rising from mistakes is reciprocal
from earsketch import *
setTempo(90)
#SOUNDS/VARIBLES
startpiano=
SAMIAN_PEUP_THEME_PIANO_2mainpiano=
AK_UNDOG_PIANO_1mainbeat1=
AK_UNDOG_SNARE_RIMstomps1=
AK_UNDOG_STOMP_5stomps2=
AK_UNDOG_STOMP_6snaps1=
AK_UNDOG_CLAPS_SNAPS_1backupsingers=
AK_UNDOG_OOHS_AHHS_4startsong=
AK_UNDOG_LEAD_VOCALS_PRE_CHORUS_2riseup=
AK_UNDOG_LEAD_VOCALS_BRIDGE_1makeit=
AK_UNDOG_LEAD_VOCALS_BRIDGE_2jwolfvocal=
JWOLF_COTG_VOX_LEAD_INTRO_2#I choose this clip from Jayli Wolf's song Child of the Government because I feel like that really resonated with me especially since it wasn't that long ago since those things were happening. I think this clip really showcases the call for action: "We call on all governments in Canada to make sure Aboriginal kids can stay home with their families by giving the right tools and education to the adults who work in child welfare"
upbeat=
DKBEAR_FREE_BEAT_FULLrap=
DKBEAR_FREE_VOX_CHORUS_2def intro (start,end):
fitMedia(startpiano,1,start,end-8)
fitMedia(mainpiano,2,start+1,end)
fitMedia(backupsingers,3,start+3,end)
fitMedia(startsong,4,start+6.75,end)
def chorus(start,end):
IMPORT TO EDIT
CURRICULUM
Loading curriculum...