Book Image

Multimedia Programming Using Max/MSP and TouchDesigner

By : Patrik Lechner
Book Image

Multimedia Programming Using Max/MSP and TouchDesigner

By: Patrik Lechner

Overview of this book

Max 6 and TouchDesigner are both high-level visual programming languages based on the metaphor of connecting computational objects with patch cords. This guide will teach you how to design and build high-quality audio-visual systems in Max 6 and TouchDesigner, giving you competence in both designing and using these real-time systems. In the first few chapters, you will learn the basics of designing tools to generate audio-visual experiences through easy-to-follow instructions aimed at beginners and intermediate. Then, we combine tools such as Gen, Jitter, and TouchDesigner to work along with Max 6 to create 2D and 3D visualizations, this book provides you with tutorials based on creating generative art synchronized to audio. By the end of the book, you will be able to design and structure highly interactive, real-time systems.
Table of Contents (19 chapters)
Multimedia Programming Using Max/MSP and TouchDesigner
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

An example device – a parameter modulator


Let's put to use what we just learned. We won't talk about the devices that you will probably build most often, such as simple synths, samplers, FX, MIDI FX, and so on. Why? Because it's just Max/MSP with the addition of using [plugphasor~], [plugin~], and [plugout~].

Tip

Go ahead and build a simple Max for Live synth on your own at this point!

Here, in order to get accustomed to using the Live API, we will take a look at a device that really interacts with Live instead. We are going to make a simple LFO, which is able to modulate parameters of Live. This way, we can add noise to a selected effect parameter, or if you expand the effect, start using arbitrarily complex sequencers to start expanding Live's capabilities of non-linear composing.

Our device should be simple to use; when we want to click on a parameter, click on a button in our device, and it should memorize that parameter. After this, it should start modulating right away. Our modulation...