< Course E (2024)

Lesson 12: Music Lab Intro Tutorial

60 minutes

Overview

In this engaging and interactive lesson, students will dive into the world of music creation through coding. Using Music Lab, a block-based integrated development environment (IDE), learners will discover the power of programming to make their own unique sounds, compose songs, and perform live music. By the end of this lesson, students will not only have developed foundational coding skills but also an appreciation for the interdisciplinary connection between music and technology. All the skills they learn in this tutorial will set them up for success when they get to the Music Lab project, which is an open space for students to create any song they'd like!

CSTA K-12 Computer Science Standards (2017)
    • 1B-AP-10 - Create programs that include sequences, events, loops, and conditionals.
    • 1B-AP-11 - Decompose (break down) problems into smaller, manageable subproblems to facilitate the program development process.
    • 1B-AP-15 - Test and debug (identify and fix errors) a program or algorithm to ensure it runs as intended.

Agenda

Objectives

Students will be able to:
  • Utilize sound generation, loops, functions, and events in a project to craft and share a unique composition.

Vocabulary

  • Events - Events are actions or occurrences that happen during the runtime of a program, which can trigger specific blocks of code to execute.
  • Functions - Functions are blocks of code designed to perform a particular task. When composing music, students can use functions to encapsulate parts of their songs, such as a melody or a beat.
  • Loops - Loops allow a sequence of instructions to be repeated multiple times.

Teaching Guide

Activity (60 minutes)

Intro

Remarks

Today, we'll learn how to make music with code! First, you'll learn how to add simple sounds to a song. Then, you'll learn how to play lots of sounds at the same time, just like real songs have drums, bass, and guitars playing at the same time.

Then, you'll explore how loops can make beats repeat, how functions organize sections of your song, and how events can start new sounds with the press of a button.

Follow the directions on every level to learn how to make your own song. By the end, you'll have coded a song that you can share.

Let's start making music!

Teaching Tip

To ensure all students read the instructions in the first level, consider displaying them on the board and going over them as a class.

Progress to Level 2 and demonstrate how to click on the bold words to trigger an arrow that points to the block or Music Lab feature the word is referring to.

Play a sound

Read the instructions on the left. Click on the bold words to see the block or feature it is referring to.

In this level, drag the play sound block from the toolbox and connect it under when run in the workspace.

Notice there is a preview of the sound in the timeline at the bottom of your screen. To play your code, click the "Run" button. If you like it, click "Continue" to move on to the next level.

Play more sounds

Repeat

Loops are a fundamental concept in programming that allow a sequence of instructions to be repeated multiple times. In the context of Music Lab, loops can be used to repeat a series of notes or rhythms, making it easier to create repetitive patterns in music, such as choruses or verses, without needing to code each repetition individually.

Play together

Teaching Tip

Consider stopping the class to go over Level 6 together. Display the level on the board and read the instructions as a class. Ensure students understand that two different sounds can be played at the same time if they are both in the play together block.

Contrast the play together block with the repeat block to notice that play together plays the sounds at the same time while repeat plays the sounds sequentially over and over.

Functions

Functions are blocks of code designed to perform a particular task. When composing music, students can use functions to encapsulate parts of their songs, such as a melody or a beat. This not only organizes the song's structure but also enables students to reuse these parts, making the coding process more efficient and the code itself more readable.

Teaching Tip

Consider going over Level 8 as a whole class. Direct students to notice how a function is a chunk of code that stands on its own. It's not connected to the when run block. Once they have coded what they want in their function, students need to "call" the function. This means they need to use the new function block, like chorus, and connect it under when run.

You can also mention how it's important to name your function something you can easily remember. For example, if students want a function that triggers a chunk of code that acts as the verse of the song, they should name their function verse.

Play live

Events are actions or occurrences that happen during the runtime of a program, which can trigger specific blocks of code to execute. In music coding, events can be used to make the composition interactive. For example, pressing a number key could trigger a function that plays a sound effect or starts a beat. Events allow students to play live music or add dynamic elements to their compositions.

Teaching Tip

Consider going over Level 10 as a whole class.

Compose

The play notes and play drums blocks allow students to compose a new melody or custom drum beats to add to their song. Clicking on the rectangle field on the block will open a window to customize the notes or drums.

Project

Now students can use Music Lab to build their own musical compositions. If a student gets stuck, direct them to earlier levels to jog their memory.

Creative Commons License (CC BY-NC-SA 4.0).

This work is available under a Creative Commons License (CC BY-NC-SA 4.0).

If you are interested in licensing Code.org materials for commercial purposes contact us.