create-max-framework is a command-line interface (CLI) tool designed to scaffold new projects based on the MAX/MSP Claude Code Framework. This framework integrates AI code generation capabilities from Claude Code into the MAX/MSP visual programming environment, primarily for audio and music digital signal processing (DSP) applications. The current stable version is 4.0.0, released recently following a series of minor and patch updates within the v3 series, indicating an active development cycle. Its key differentiators include streamlining the setup of complex MAX/MSP projects, providing pre-configured 'skills' and commands, and establishing a Python library integration for advanced validation and editing, thus lowering the barrier to entry for utilizing generative AI within a visual audio development context. It fetches the latest framework release directly from GitHub.
npm install create-max-frameworkNo compatibility data collected yet for this library.
Initializes a new MAX/MSP Claude Code project named 'my-project', navigates into it, and starts the 'claude' command to interact with the framework.
Consult the official GitHub repository's change log or technical documentation for v4.0.0 updates. Migrate existing projects incrementally.
Ensure Node.js is updated to version 16 or higher. Use a version manager like `nvm` or download the latest LTS from the official Node.js website.
Install Claude Code, MAX 9 (specifically Max 9, not just Max for Live), and Python 3.10 or later before attempting to utilize the generated MAX/MSP project. Refer to the project's technical documentation for detailed setup instructions.
Install Node.js version 16+ from the official Node.js website (nodejs.org) or use a Node.js version manager like `nvm`.
Update Node.js to version 16 or newer. If using `nvm`, run `nvm install 16 && nvm use 16`. Otherwise, download and install the latest LTS version from nodejs.org.
Install Python 3.10 or later from python.org and ensure its installation directory is correctly added to your system's PATH environment variable.
No dependency data recorded yet.