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_WHISTLE
blackman = ENTREP_VOX_BK_BLKMAN
whisper = ENTREP_VOX_JAYZ_BUILD
laugh = ENTREP_VOX_JAYZ_ADLIB_3
singbm = ENTREP_VOX_PHARRELL_BLKMAN
buildup = YG_EDM_SNARE_BUILDUP_1
kicklight = YG_EDM_KICK_LIGHT_1
drumbeat = ENTREP_BEAT_DRUMBEAT
bongo = ENTREP_PERC_BONGO
lord = ENTREP_VOX_JAYZ_ADLIB_1
jayz3 = ENTREP_VOX_JAYZ_VRS_3
khalidyea = KHALID_NORM_VOX_HARMONY_1
orch = ENTREP_THEME_ORCH
falsetto = ENTREP_VOX_BK_FALSETTO
God = ENTREP_VOX_JAYZ_ADLIB_2
mainverse = ENTREP_VOX_JAYZ_VRS_2
khalidkeys = KHALID_NORM_KEYS_STACK
jayz4 = ENTREP_VOX_JAYZ_VRS_4
harp = ENTREP_THEME_HARP
crash = ENTREP_PERC_ORCH_CRASH
ahh = KHALID_NORM_VOX_HARMONY_3
IMPORT TO EDIT
CURRICULUM
Loading curriculum...