Loading...
DIGITAL AUDIO WORKSTATION
CODE EDITOR
1
EarSketch
Advanced
Variables
Logic
Operators
Control Flow
# python code
# script_name: YOUR VOICE IS POWER
#
# author: Edwin Zhu writing as an ally
# audience: all allies, friends, and family
# IMPORTANT : Audio clips used from Pharrell and Jay Z's 'Entrepreneur', Khalid's 'New Normal', and YG's EDM sounds.
from earsketch import *
init()
print("This remix was to spread awareness and motivation of the lyrics in the song, while using the music to bring us together to become better and to become stronger to support black nation, black people, black entrepreneurs.")
setTempo(83)
#giving the song a slower tempo
#SOUND BANK VARIABLES
whistle =
ENTREP_PERC_WHISTLEblackman =
ENTREP_VOX_BK_BLKMANwhisper =
ENTREP_VOX_JAYZ_BUILDlaugh =
ENTREP_VOX_JAYZ_ADLIB_3singbm =
ENTREP_VOX_PHARRELL_BLKMANbuildup =
YG_EDM_SNARE_BUILDUP_1kicklight =
YG_EDM_KICK_LIGHT_1drumbeat =
ENTREP_BEAT_DRUMBEATbongo =
ENTREP_PERC_BONGOlord =
ENTREP_VOX_JAYZ_ADLIB_1jayz3 =
ENTREP_VOX_JAYZ_VRS_3khalidyea =
KHALID_NORM_VOX_HARMONY_1orch =
ENTREP_THEME_ORCHfalsetto =
ENTREP_VOX_BK_FALSETTOGod =
ENTREP_VOX_JAYZ_ADLIB_2mainverse =
ENTREP_VOX_JAYZ_VRS_2khalidkeys =
KHALID_NORM_KEYS_STACKjayz4 =
ENTREP_VOX_JAYZ_VRS_4harp =
ENTREP_THEME_HARPcrash =
ENTREP_PERC_ORCH_CRASHahh =
KHALID_NORM_VOX_HARMONY_3IMPORT TO EDIT
CURRICULUM
Loading curriculum...