Skip to main content

Scramble MIDI Pitches with Max 8.6’s New Array Objects

Posted by: Darren
September 19, 2025

Explore how Max 8.6’s new array objects open up MIDI manipulation possibilities in Ableton Live 12. Philip Meyer demonstrates a pitch randomiser built entirely with these new tools.

Introducing Arrays to Max for Live MIDI Tools in Live 12

With the release of Max 8.6, Philip Meyer walks us through a powerful new feature — arrays — and how they can be used to build dynamic MIDI Tools in the upcoming Ableton Live 12. In this focused session, he demonstrates how arrays differ from traditional Max lists, and how to leverage them to manipulate and transform MIDI data inside Live’s MIDI clips.


Arrays in Max: A New Data Structure

Arrays in Max behave more like JavaScript arrays than traditional Max lists. Unlike lists, arrays in Max are stored in memory and accessed via references. This makes them particularly useful when working with structured data like dictionaries — another concept borrowed from the world of JSON.


Diving into Live 12’s MIDI Tools

Ableton Live 12 introduces a new MIDI Tools tab, allowing users to either generate or transform MIDI clip content non-destructively. Meyer previews both sides — generation and transformation — and begins building a custom Transformer that scrambles MIDI note pitches while preserving rhythm.


Building the Pitch Randomiser Tool

The core idea: extract the pitches from MIDI clip notes, shuffle them, and reassign them while keeping timing intact.

Key steps include:

  • Using live.midi.tool.in and live.midi.tool.out to read and write clip data.
  • Parsing the notes dictionary using dict.unpack.
  • Iterating through the note array with array.iter.
  • Collecting pitches and generating a scrambled order using urn and uzi.
  • Remapping pitch values with array.map and dict.pack.
  • Outputting the transformed data back into the clip.

Meyer also highlights subtle patching tricks and best practices, ensuring a clean and efficient patch layout.


Why Arrays Matter

Arrays bring structure, scalability, and precision to data handling in Max — especially when working with large note sets or building complex MIDI manipulation tools. Their similarity to JavaScript’s array functionality also opens the door for more intuitive, script-like workflows in visual patching.


Wrapping Up

The tool Meyer builds allows instant reshuffling of melodies while keeping the original rhythm untouched. Perfect for generative workflows, this method showcases the potential of integrating new Max 8.6 objects into Live 12’s creative MIDI environment.

    RELATED PRODUCTS

    Monomono’s Maya – Juno-Inspired MPE Synth for Ableton Live & Push 3 Standalone

    A lush, expressive Max for Live synth with Juno-style tones, MPE support, and Push 3 standalone compatibility — meet Monomono...

    Darren E Cowley (Admin)

    July 30, 2025
    MaxforLive Devices

    Introducing moon.hands.core – A New Way to Automate & Perform in Ableton Live

    Introducing moon.hands.core – A New Way to Automate & Perform in Ableton Live We’re excited to announce the release of mo...

    Darren E Cowley (Admin)

    July 21, 2025
    MaxforLive Devices