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

Interfacing other programs


Sometimes, we need to interface other programs either because they fulfill our needs for a certain task so well that we just don't need or want to program something ourselves, or because they can do things we just can't do in Max or TD. A very likely scenario is the communication with other multimedia applications such as vvvv, processing, or a DAW-like Cubase, or Pro Tools. We are now going to list some ways of interfacing these programs and think about what we would prefer over what and why.

Open Sound Control (OSC)

You already know Open Sound Control (OSC), so we won't talk a lot about it here. Typically, we use it on the UDP layer, and it will be our first choice for communication between different pieces of software and if the data we want to transfer is not audio or video but messages. Communicating via the network has a huge advantage in that there is nearly no effort needed to change from a scenario in which both pieces of software (Max and TD, for example...