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

Arduino and microcontrollers


To put it simply, a microcontroller is something like a very small computer designed to be used in embedded systems. The Arduino board is a small circuit board that features a programmable microcontroller. It's an open source project and comes in many different flavors. There are also options other than Arduino, but since this is so common, and we can't offer a complete microcontroller course here, we'll just stick to Arduino.

While Arduino can act on its own, without a computer controlling it, it's also the most common method of getting miscellaneous (non audio) voltage into or out of Max, TouchDesigner, and the like. This enables us to read sensors, control motors, and build custom MIDI or OSC controllers, and just opens up the wonderful world of physical computing.

In the following screenshot, you can see an Arduino UNO, which is one of the most common Arduino versions:

The real advantage...