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

Examples


As mentioned previously, we will mainly go through examples that require short delay feedback inside gen~. This still is a vast field, and we will try to narrow it down further by exploring physical modeling at this point since gen~ is an exceptionally well-suited tool for it.

Physical modeling means observing physical phenomena and trying to simulate it using digital systems with the aim of synthesizing their sound. Obviously, this is quite a difficult task, and also, often a very CPU-consuming one. Physical modeling, therefore, often deals with simplifications. Also, it might be a hard task to describe real physical systems as differential equations in the first place, so in practice, we'd rather translate differential equations to digital systems or try to find digital algorithms right away and modify them.

The Karplus-Strong synthesis

The Karplus-Strong algorithm is another technique to synthesize a plucked string. For now, we'll not go into details about its possible correlation...