Skip to content

charlesvestal/move-anything

 
 

Repository files navigation

Move Everything

Move Everything Video

An unofficial framework for running custom instruments, effects, and controllers on Ableton Move.

Move Everything adds a Shadow UI that runs alongside stock Move, enabling additional Synths, FX, and other tools to run in parallel to the usual UI.

Move Everything is based on the original Move Anything project by Bobby Digitales.

License

CC BY-NC-SA 4.0 - See LICENSE and THIRD_PARTY_LICENSES

Move Everything would not be possible without the work of the Move Anything project from which it is forked.

Important Notice

This project is in no way approved, endorsed or supported by Ableton.

This project modifies software on your Ableton Move. Back up important sets and samples before installing and familiarize yourself with DFU restore mode (on Centercode) in case you need to restore your device. Move still works normally after installation; Move Everything runs alongside it.

This is, in the truest sense of the word, a hack. It is not stable, or generally usable as a daily driver, but it's interesting, and super fun. Be warned, but have fun!

Also: this code is heavily written by coding agents, with human supervision. If that makes you nervous or you disagree with the approach, totally fine! Thanks for checking it out.

Installation

Desktop Installer (Recommended)

Download the Move Everything Installer for your platform (macOS, Windows, Linux). It handles SSH setup, module selection, and upgrades via a graphical interface.

Command Line

Prerequisites:

  • Move connected to WiFi
  • A computer on the same network
  • Mac/Linux: Terminal
  • Windows: Git Bash (comes with Git for Windows)

Install:

curl -L https://raw.githubusercontent.com/charlesvestal/move-anything/main/scripts/install.sh | sh

Screen reader only (accessible install):

curl -sL https://raw.githubusercontent.com/charlesvestal/move-anything/main/scripts/install.sh | sh -s -- --enable-screen-reader --disable-shadow-ui

Note: Uses -sL (silent) for minimal output, suitable for screen readers.

The installer will:

  1. Guide you through SSH setup if needed (generates key, shows how to add it to Move)
  2. Download and install the Move Everything framework
  3. Offer to install modules (synths, effects) from the Module Store
  4. Copy assets for modules that need them (ROMs, SoundFonts, etc.)

Installation options:

# Enable screen reader (TTS announcements) by default
./scripts/install.sh local --enable-screen-reader

# Install only screen reader, without UI features
./scripts/install.sh --enable-screen-reader --disable-shadow-ui

# Skip module installation prompt
./scripts/install.sh --skip-modules

For managing files on your Move, you can also use Cyberduck (SFTP to move.local, select your SSH private key).

For troubleshooting and manual setup, see MANUAL.md.

Uninstall

curl -L https://raw.githubusercontent.com/charlesvestal/move-anything/main/scripts/uninstall.sh | sh

By default, uninstall exports inactive Set Pages backups to /data/UserData/UserLibrary/Move Everything Backups/Set Pages/ before removing Move Everything.

To permanently delete Move Anything data instead of exporting a backup:

curl -L https://raw.githubusercontent.com/charlesvestal/move-anything/main/scripts/uninstall.sh | sh -s -- --purge-data

Modes

  • Shadow UI: Runs custom signal chains alongside stock Move so you can layer additional synths and effects. Use Shift+Vol+Track (and +Menu) to access these signal chain slots.
  • Overtake modules: Full-screen modules that temporarily take over the Move UI (e.g., MIDI controller apps). Use Shift+Vol+Jog click to access overtake modules.
  • Quantized Sampler: Shift+Sample opens a sampler that records to Samples/Move Everything/Resampler/YYYY-MM-DD/. Choose resample (including Move Everything synths) or Move Input, set duration in bars, and recording starts on a note event or pressing play.
  • Skipback: Shift+Capture writes the last 30 seconds of audio to Samples/Move Everything/Skipback/YYYY-MM-DD/.
  • Screen Reader: Optional TTS announcements for accessibility. Toggle via Shadow UI settings, or Shift+Menu when Shadow UI is disabled. In Global Settings > Display > Overlay Knobs, you can change the knob overlay trigger between +Shift (default), +Jog Touch, or Off. If Shift+Knob interferes with native Move actions (like fine control), use +Jog Touch or Off.

Usage details, shortcuts, and workflows are documented in MANUAL.md.

Native Sampler Bridge

In Master FX > Settings, Resample Src controls whether Move Everything audio is fed into native Move sampling workflows:

  • Off: Disabled (default)
  • Replace: Replaces native sampler input with Move Everything master output

Mix is retained only as a legacy config value and is treated as Replace.

For the most reliable native sampling behavior with this feature:

  • Set Resample Src to Replace
  • In Move's sampler, set sample source to Line In
  • Set monitoring to Off

If monitoring is on (or source/routing is configured differently), audio feedback may occur.

Documentation

Related Repositories

Installer:

Sound Generators:

Audio FX:

MIDI FX:

Overtake/Utilities:

Community

AI Assistance Disclaimer

This module is part of Move Everything and was developed with AI assistance, including Claude, Codex, and other AI assistants.

All architecture, implementation, and release decisions are reviewed by human maintainers.
AI-assisted content may still contain errors, so please validate functionality, security, and license compatibility before production use.

About

Move Everything

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

No contributors

Languages

  • C 72.4%
  • JavaScript 18.2%
  • C++ 5.1%
  • Shell 3.5%
  • Python 0.6%
  • Makefile 0.2%