DIGITAL AUDIO WORKSTATION

CODE EDITOR

# python code
# script_name:
#
# author:
# description:
#

from earsketch import *

init()
setTempo(115)
mainbeat = HOUSE_ROADS_PIANO_001

for measure in range (1,30):
fitMedia(mainbeat, 1, measure, measure + 3)
setEffect(2, VOLUME, GAIN, -60, 1, 0, 3)
#Earsketch's drums
drums1 = RD_TRAP_MAIN808_BEAT_3

for measure in range (1,10):
fitMedia(drums1, 2, measure, measure + 3)
setEffect(1, VOLUME, GAIN, -60, 1, 0, 3)
#pause in sound
for measure in range (11,30):
fitMedia(drums1, 2, measure, measure + 3)
setEffect(1, VOLUME, GAIN, -60, 1, 0, 3)
# my custom beat
drums2 = CIARA_SET_PERC_RIM
beat1 = "----------------------------------------------------------------------------------00----00----00--"


for measure in range (10,11):
makeBeat(drums2, 3,5, beat1)



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!