fall 2023
-

In this tutorial, we will explore the concept of additive synthesis and learn how to create a simple software additive synthesizer using Max.
-

The SFZ format is a file format used for defining sound libraries in a plain text file. Essentially, a file with a .sfz extension contains instructions and parameters on how a sampler should play back a set of audio samples listed in the .sfz file. These instructions and parameters cover various aspects, including key ranges, velocity layers, mapping, modulations, and more. The ACIDized WAV file is another file format for samplers, and it is a single file with all metadata for the sampler. For end-users, this might be an easy solution, as you just need to drag the file into…
-

One of our main tools for performing sounds is a sampler. In this discussion, we will explore how to record materials, edit them to produce personalized sounds, and perform with them. In the early 20th century, music and sound were recorded, and in the early 1940s, French composer Pierre Schaeffer began recording and editing object sounds to create music, a style known as Musique Concrète. In popular music, the digital sampling technique was employed by R&B musicians like Stevie Wonder in the 1970s, and in the 1980s, portable sampling machines, such as the Akai MPC series, gained popularity. What we…
-

In this tutorial, we’ll explore a simple piece of code designed to display ‘Hello World!’ in the Max console.