Skip to content

DSmand/Max4Live

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Max4Live for Art Students

Building Bridges Between Ableton Live & TouchDesigner

A comprehensive curriculum for art students exploring creative coding through Max4Live, focusing on building custom communication protocols between Ableton Live, TouchDesigner, and physical hardware.

Philosophy

This course takes a ground-up approach to understanding audio-visual integration. Rather than relying on pre-built solutions like TDAbleton, we build our own communication systems from scratch. This approach ensures:

  • Deep understanding of underlying protocols (Serial, OSC, DMX)
  • Creative freedom to design custom workflows beyond standard tools
  • Transferable knowledge applicable to any creative coding environment
  • Problem-solving skills that extend far beyond these specific platforms

What We'll Build

1. Serial Controller (Arduino + M4L)

Connect physical sensors and controls directly to Ableton Live through Arduino, creating custom MIDI controllers and interactive installations.

  • Reading analog/digital sensors
  • Mapping hardware inputs to Live parameters
  • Building custom control surfaces
  • Bidirectional communication

2. OSC Bridge (TouchDesigner ↔ M4L)

Create a robust communication pipeline where Arduino data flows through TouchDesigner and back to Ableton via OSC.

  • Serial data ingestion in TouchDesigner
  • OSC protocol implementation
  • Real-time parameter mapping
  • Multi-directional data flow

3. Parameter Sniffer

A powerful M4L device that lets you click any parameter in Ableton's interface and automatically route its values to TouchDesigner.

  • Live UI introspection
  • Dynamic parameter discovery
  • Automatic OSC routing
  • Visual parameter monitoring

4. Live to DMX Converter

Transform Ableton's audio and MIDI data into DMX512 lighting control protocols.

  • Audio reactivity for lights
  • MIDI-to-DMX mapping
  • Fixture control systems
  • Timeline-synced lighting design

5. Spatial Audio Controller

Control multi-channel spatial audio systems using the combined power of TouchDesigner, M4L, and Envelop4Live.

  • 3D audio positioning
  • Gesture-based spatial control
  • Visual-to-spatial mapping
  • Ambisonics integration

Prerequisites

Software

  • Ableton Live (Standard or Suite recommended)
  • Max 8 or Max for Live
  • TouchDesigner (Free version is sufficient)
  • Arduino IDE
  • Envelop4Live (for spatial audio projects)

Hardware (Optional but Recommended)

  • Arduino board (Uno, Nano, or compatible)
  • Sensors (potentiometers, buttons, distance sensors, etc.)
  • DMX interface (for lighting projects)

Knowledge

  • Basic understanding of audio concepts
  • Willingness to learn programming fundamentals
  • Curiosity about creative technology

Repository Structure

/01-serial-controller/
  ├── arduino/          # Arduino sketches
  ├── maxpatches/       # M4L devices
  └── examples/         # Example projects

/02-osc-bridge/
  ├── touchdesigner/    # TD components
  ├── maxpatches/       # M4L OSC devices
  └── examples/

/03-parameter-sniffer/
  ├── maxpatches/       # Parameter discovery devices
  └── examples/

/04-dmx-converter/
  ├── maxpatches/       # DMX output devices
  ├── fixtures/         # DMX fixture profiles
  └── examples/

/05-spatial-audio/
  ├── touchdesigner/    # Spatial control interfaces
  ├── maxpatches/       # Spatial routing devices
  └── examples/

/resources/
  ├── documentation/    # Additional guides
  └── troubleshooting/  # Common issues and solutions

Learning Path

Each module builds upon the previous, introducing new concepts while reinforcing fundamentals:

  1. Start with Serial - Learn basic communication protocols
  2. Expand to OSC - Add network communication and TouchDesigner
  3. Master Parameter Control - Deep dive into Live's API
  4. Branch into DMX - Apply knowledge to lighting control
  5. Synthesize with Spatial Audio - Combine all skills in immersive audio

Getting Started

  1. Clone this repository
  2. Install all required software
  3. Start with 01-serial-controller/README.md
  4. Follow the modules sequentially
  5. Experiment and break things!

Contributing

This is a living curriculum. Contributions, improvements, and alternative approaches are welcome. Please submit pull requests or open issues for discussion.

License

[Choose appropriate license - MIT, GPL, CC, etc.]

Support & Community

  • Issues: Use GitHub issues for bug reports and questions
  • Discussions: Share your projects and get help from peers
  • Wiki: Additional resources and community contributions

Acknowledgments

Built for art students who want to understand technology deeply enough to bend it to their creative will.


"The best way to learn is to build. The best way to build is to understand."

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors