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

Introducing the fundamentals of Max for Live


When we want to make use of Max inside Ableton Live, we will need to add a Max for Live device. We have three options for doing this:

  • Using a Max instrument

  • Using a Max audio effect

  • Using a Max MIDI effect

This just reflects Live's architecture. There are audio and MIDI tracks. An audio track can just contain audio; therefore, we can only use an audio effect in it. MIDI tracks, on the other hand, can contain all three different devices, or to put it differently, the following:

  • A Max instrument takes MIDI input and outputs audio

  • A Max audio effect takes audio input and outputs audio

  • A Max MIDI effect takes MIDI input and outputs MIDI

This actually forces us to think about what comes in and what goes out of our Max patch before building it, which is a good design strategy anyway. We can of course also change our opinion later on by just copy-and-pasting what we built into a different device type.

If we now choose to drop in a new Max instrument, we are presented...