Loading...
DIGITAL AUDIO WORKSTATION
CODE EDITOR
1
EarSketch
Advanced
Variables
Logic
Operators
Control Flow
# python code
# script_name: Your voice is power
#
# author: Selina Ge and Jessica Ge
# description: this program will use variety of songs from different artist, sound effects, etc to create a song that target indigenous, racism, inequality, etc.
# This song used musics from the artist like Dakota Bear and Jayli Wolf. Besides, the underlying messages is we should care and keep a eyes of the unfairness the indigenous people are facing.
#
from earsketch import *
#setup
init()
setTempo(100)
#soundbanks
beat = CIARA_MELANIN_DRUMBEAT_1
bell = YG_NEW_HIP_HOP_BELLS_1
clap = YG_NEW_HIP_HOP_CLAP_1
melody_singing = CIARA_ROOTED_SYNTH_LEAD
strong_drum = CIARA_SET_KICK_1
percussion = CIARA_SET_PERC_CLAP_2
brass = YG_NEW_HIP_HOP_BRASS_3
bass = YG_NEW_HIP_HOP_BASS_10
drum = CIARA_MELANIN_DRUMBEAT_1
strong_beat = CIARA_SET_KICK_1
choir = YG_NEW_HIP_HOP_CHOIR_2
crash = YG_NEW_HIP_HOP_CYMBAL_2
drumFill = YG_NEW_HIP_HOP_DRUM_FILL_1
electricMelody = YG_NEW_HIP_HOP_ELECTRIC_PIANO_1
cymbal = YG_NEW_HIP_HOP_CYMBAL_1
mainBeat = RD_UK_HOUSE_MAINBEAT_8
vox = JWOLF_COTG_VOX_LEAD_INTRO_1
vox2 = JWOLF_COTG_VOX_LEAD_INTRO_2
IMPORT TO EDIT
CURRICULUM
Loading curriculum...