0% found this document useful (0 votes)
60 views3 pages

Programming Max Assignment 1 Instructions

This document provides instructions for an introductory Max programming assignment. It includes: 1) Instructions to modify a starter patch code to play a sequence of audio samples with each keypress instead of just one. The student is asked to add a "+ 1" object and connect it such that pressing a number key plays that sample and then continues sequentially to the next. 2) Submission instructions asking the student to zip and submit their modified patch and all audio files, and also post a 200+ word introduction in the assignment forum explaining why they want to learn Max. 3) Details on where to find the starter patch and audio files, and to first verify it works before modifying. The student is told

Uploaded by

Franco Levera
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
60 views3 pages

Programming Max Assignment 1 Instructions

This document provides instructions for an introductory Max programming assignment. It includes: 1) Instructions to modify a starter patch code to play a sequence of audio samples with each keypress instead of just one. The student is asked to add a "+ 1" object and connect it such that pressing a number key plays that sample and then continues sequentially to the next. 2) Submission instructions asking the student to zip and submit their modified patch and all audio files, and also post a 200+ word introduction in the assignment forum explaining why they want to learn Max. 3) Details on where to find the starter patch and audio files, and to first verify it works before modifying. The student is told

Uploaded by

Franco Levera
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

PROGRAMMING MAX

SESSION 1 RESOURCES
SESSION 1 RESOURCES

Intro to Program Logic and Behavior


1: Assignment Instructions

• The provided starter code “keyboard-triggered-playlist+notifications.maxpat”, explained in class, triggers


playback of an audio sample each time you press one of the number keys on the QWERTY keyboard.

• Download this patch along with the sound files it uses and put them all together in the same folder on your
computer.

• First verify that everything works so that you can interact with the patch and trigger the samples yourself.

• Next you will modify it to change its behavior.

• Do not delete any objects or connections from the patch.

• Add a single “+ 1” object to the patch and connect it to the rest of the patch in such a way that it instead plays
a sequence of samples with each keypress, starting with the number pressed and continuing sequentially
through all of the remaining samples. (For example, if you press the “7” key it should play sample 7, then
sample 8, then sample 9, then stop.)

• Add a comment to your patch stating your name, the current year, and that you modified Matt’s code.

2: Submission Instructions

• Submit a zip file containing the following items:


• Your .maxpat
• All media files used
• After submitting, go to the Coursework 1 Forum and leave post (min. 200 words) where you introduce yourself
and explain why you personally want to learn Max.

• Be sure to leave your forum post in the forum associated to this assignment in order to receive full points.
PROGRAMMING MAX
SESSION 1 RESOURCES

You might also like