DIGITAL AUDIO WORKSTATION

CODE EDITOR

from earsketch import *
setTempo(120)

#Sounds
drumbeat =JWOLF_COTG_THEME_DRUMBEAT
perctrad=JWOLF_COTG_PERC_TRADITIONAL
thump = JWOLF_COTG_PERC_THUMP_LOOP

def verse1():
# everything from 1 to 9
fitMedia(drumbeat,1,1,7)
fitMedia(perctrad,2,1,7)
fitMedia(thump,3,3,6)
fitMedia(JWOLF_COTG_VOX_LEAD_VERSE_1,4,1,9)
# I chose this vocal because of the phrase 'child of the government'
# the people who work for the government are not loyal to INuit
# like in the past residential schools
# and that affects me
fitMedia(JWOLF_COTG_THEME_FLUTE,5,1,5)
fitMedia(JWOLF_COTG_THEME_BASS_BRIDGE,6,7,9)
fitMedia(JWOLF_COTG_THEME_SYNTH,7,7,9)
fitMedia(JWOLF_COTG_PERC_CLICK_CLACK,8,5,8)

verse1()

def verse2():
fitMedia(JWOLF_COTG_BEAT_FULL,10,12,13)
fitMedia(JWOLF_COTG_THEME_BASS_VERSE,11,13,16)
fitMedia(JWOLF_COTG_THEME_BASS_VERSE,12,9,15)
fitMedia(JWOLF_COTG_PERC_TRADITIONAL,13,9,12)
fitMedia(JWOLF_COTG_THEME_BASS_BRIDGE,14,10,13)
fitMedia(JWOLF_COTG_THEME_BASS_BRIDGE,15,13,15)
fitMedia(DKBEAR_FREE_THEME_BASS,17,16,19)
fitMedia(DKBEAR_FREE_PERC_AUX,18,10,13)
fitMedia(DKBEAR_FREE_PERC_KICK,19,16,17)
fitMedia(DKBEAR_FREE_PERC_KICK,20,17,19.2)
IMPORT TO EDIT

Welcome Students and Teachers!

Welcome to EarSketch!

Teachers: View our new curriculum guide, and visit our EarSketch Teacher Site for additional resources.

Students: Continue below to learn more about EarSketch

Here you will learn computer science and music technology side by side. You will use either Python or JavaScript to create your own music.

Musicians and programmers write computer code to create new sounds, effects, and songs.

Learning to write computer code is a skill that will be useful to you in a variety of career paths.

Maybe you’ll become a legendary music producer or the industry’s most sought-after recording engineer! We wish you good luck on your EarSketch journey.

Click on the right arrow at the top of this text to get started.

Teachers, get access to free teacher materials and community here!