Mouse Squad

Make Beliefs Comix- Remote Learning Satire

Ethan Comingore


Dominic Lomeli


Jamboard - Advantages and Disadvantages of Remote Learning

Noah Najera

Noah Mendoza

Cyrion Grace

Ethan Calverly

Ethan Comingore

Jeremiah Jee

Dominic Lomeli

EarSketch

Coding songs with Python. Click on the links to hear the sounds students created


Example of Python Music Code

# python code

# script_name:

# author: Ethan calverley

from earsketch import *

init()

setTempo(140)

#music section

fitMedia(YG_TECHNO_SYNTH_BASS_2, 2, 1, 7)

fitMedia(YG_TECHNO_ELECTRIC_PIANO_2, 3, 1, 8)

fitMedia(EIGHT_BIT_ANALOG_DRUM_LOOP_014, 1, 3, 10)

fitMedia(YG_TECHNO_BLIP_1, 2, 4, 7)

fitMedia(YG_TECHNO_ELECTRIC_PIANO_2, 2, 7, 8)

fitMedia(EIGHT_BIT_ANALOG_DRUM_LOOP_020, 5, 1, 8)

fitMedia(YG_NEW_HIP_HOP_VOX_1, 6, 3, 8)

#vocals

finish()

Animated Gif Creation using Pixel