Advice on Encapsulation
Encapsulation – 1 Encapsulation – 2
Course website for Sonic Structures
sound for context
Encapsulation – 1 Encapsulation – 2
These two videos show how to setup a Zoom H6 to record your software in use. The H6 is setup as an audio card and you can use a cable from your computer into the Zoom and mix the microphone …
One to one Here, we take a simple model, where a fader is connected to a parameter in Max, directly. We’ll use the built-in mappings tools for this. First we have to scale the values of the fader to something …
In this tutorial, I introduce the poly~ object and its best friend adsr~. Poly~ is a rather useful but slightly complex tool that allows you to have multiple instances of the same DSP stacked on top of one another, waiting …
1. Introduction 1.1. Sound card and microphone 1.2. Do you want the input to be heard too? 2. The effect unit model 3. Pitch and amplitude tracking 4. Pitch shifting 5. A kind of ring modulation 6. Spectral shaping 7. …
This shows how you can use the ASCII keyboard of your computer to detect which key has been pressed and how long for. You can use it as a starting point for managing the button input on your project. Download …
You have seen us use function in lectures many time. Here is an explanation of how it can be used to generate envelopes to shape the amplitude of sounds or other modulation parameters. Note the handy prevent retrigger thing on …
Here is an example of some list storage, recall, unpacking and manipulation. You can store lists of information inside a coll (short for collection). Make sure that the collection is formatted in the right way with index, data data data; …