Week 7 - Part 1 - Note Mapping

In this video, we cover a strategy to map numbers to notes in a musical scale. Our mapping function will handle note numbers that can be lower and higher than the ones found in the original scale. Completed code on : ~tone-mapnote Timestamps: 0:00 intro 1:30 reviewing boilerplate code 2:35 mapping numbers to notes in a scale 5:12 playing the notes with a Synth object 7:45 expanding the scale to more octaves 9:30 modulo 10:00 widening the note mapping 16:15 writing our own modulo function 17:15 calculating the correct octave 24:00 packaging the code as a reusable function 26:00 quick recap This video is part of a series of tutorials on Generative Art in developed for my course, RTA838 - Generative Processes at Ryerson University.
Back to Top