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

Multispeaker setups


We haven't discussed multispeaker setups at all. In fact, most of our audio examples were only mono. While stereo is just straightforward and sends signals to multiple audio outputs too, what if we'd like to have some more sophisticated control about the spatialization in a, say, four-speaker setup? This can get really complex, so we rely on some externals here.

There are multiple techniques to approach the problem of how to perceptually position an acoustic phenomenon in 3D space. One of them is called ambisonics. For ambisonics, the following three different libraries are available:

In the following screenshot, you can see a patch contained in the ICST Max/MSP package. It illustrates the library's capabilities in distributing two sounds over eight speakers, but these are not the limits of the system.

As you...