Skip to content

Releases: jdaehler/abletonliveextensions

MIDI Snake

Choose a tag to compare

@jdaehler jdaehler released this 12 Aug 09:32

🐍 MIDI Snake

The old snake game, except the board is a bar of music β€” and everything you eat stays in your clip. Right-click any MIDI clip to play. Left to right is time, bottom to top is pitch, so the round you play IS the pattern.

  • Eat a note name and it is written at exactly that step β€” the loop plays it back straight away
  • Fully scale-aware β€” key, scale and tempo come from your set, and the board grows or shrinks with the scale (7-note, blues, pentatonic…)
  • Board length 1, 2 or 4 bars, pre-set from your clip
  • Triad bonus β€” collect the 1st, 3rd and 5th degree back to back
  • Ping-pong tempo β€” the snake breathes between 1/8 and 1/16 every two bars
  • Autopilot with three behaviours, so you can watch a pattern build itself
  • Three looks: ARPMAN, C64 and Arcade with scanlines
  • High score table β€” ten places, three letters, like the cabinets
  • Replace clip / Add to clip / Discard β€” nothing is overwritten behind your back
  • Update check β€” shows a notification when a new version is available

Install: drag the .ablx file into Preferences β†’ Extensions
πŸ”— Download: https://github.com/jdaehler/abletonliveextensions/releases/download/midi-snake/midi-snake.ablx

Made by ARPMAN / WireDrifter (https://youtube.com/@WireDrifter)
Built with AI assistance.




All extensions: https://github.com/jdaehler/abletonliveextensions

MIDI Device Lookup

Choose a tag to compare

@jdaehler jdaehler released this 02 Jul 13:55

🎹 MIDI Device Lookup
Right-click any MIDI or Audio track to browse CC and NRPN parameters for 400+ hardware devices β€” no manual PDFs needed.

Data: midi.guide / pencilresearch/midi (CC-BY-SA 4.0)

  • Full device list grouped by manufacturer, searchable in real time
  • Export button β€” copy parameters as CSV or JSON to clipboard (Ableton) / download as file (Web version)
  • NRPN filter chip β€” additive filter: activate NRPN, then type to narrow further (e.g. "Korg" shows only Korg devices with NRPN). Filter stays active while typing; click again to deactivate.
  • NRPN badge on each device that supports NRPN (purple, right-aligned)
  • Params count badge (green, right-aligned) for quick visual scanning
  • Section chips in device view β€” jump directly to General / Filter / Oscillator / LFO etc.
  • CC and NRPN parameters per device with min/max ranges, descriptions, and sections
  • Filter within a device's parameters to zero in on what you need
  • Click any parameter row to copy its CC/NRPN number directly to the clipboard
  • Copy TSV button exports the full (or filtered) parameter list β€” paste into Excel/Numbers
  • CSV β†— button opens the raw source data for a device on GitHub
  • Update Database button pulls the latest device data from midi.guide
  • After updating, a "New (N)" chip highlights devices added since the previous version
  • Device not listed? Direct contribute link to github.com/pencilresearch/midi
  • Version check β€” shows a notification in the footer when a new version is available

Try it without installing: https://jdaehler.github.io/midi-device-lookup/

v1.0.25 β€” History and favorites now persist across sessions; per-entry Γ— button to remove history items; New chip toggleable; clear button (Γ—) in search bar; Update Database fixed (fetches via Node.js).
v1.0.21 β€” Fix: Export in Ableton uses clipboard (Copy to Clipboard) instead of file download β€” Ableton's WebKit view does not support Blob downloads. Web version footer now links to the web version.
v1.0.20 β€” Fix: export modal no longer appears on startup (missing .hidden CSS class).
v1.0.19 β€” Export button: download parameters as CSV or JSON. Multi-device export coming in a future update.
v1.0.18 β€” NRPN filter now stacks with search: activate NRPN, then type "Korg" to see only Korg devices with NRPN. Filter stays active while typing.
v1.0.17 β€” NRPN filter chip now toggles (click again to deactivate).
v1.0.16 β€” NRPN filter chip, NRPN + params badges, section chips per device, contribute link when device not found.
v1.0.14 β€” Data source switched to midi.guide API: single request replaces ~400 CSV downloads, faster and more reliable updates.

Built with AI assistance.



All extensions: https://github.com/jdaehler/abletonliveextensions

Set Info

Choose a tag to compare

@jdaehler jdaehler released this 14 Jun 15:37
4237080

πŸŽ›οΈ Set Info
Right-click any MIDI or Audio track for a quick overview of your current Live set.
Shows:


All extensions: https://github.com/jdaehler/abletonliveextensions

Scale Filter

Choose a tag to compare

@jdaehler jdaehler released this 14 Jun 15:43
4237080

🎹 Scale Filter
Two MIDI clip tools via right-click:

  • Remove β€” deletes all notes outside the active Live scale
  • Snap to Scale β€” moves out-of-scale notes to the nearest scale note (no notes lost)
  • Update check β€” shows a notification when a new version is available
    Live's built-in scale mode only prevents wrong notes while recording β€” it doesn't touch notes already in a clip. Scale Filter works on existing clips and cleans them up after the fact.
    Uses whatever scale you have set in Live's View β†’ Scale panel.
    Install: drag the .ablx file into Preferences β†’ Extensions
    πŸ”— Download: https://github.com/jdaehler/abletonliveextensions/releases/download/scale-filter/scale-filter.ablx
    Made by ARPMAN / WireDrifter (https://youtube.com/@WireDrifter)
    Built with AI assistance.


All extensions: https://github.com/jdaehler/abletonliveextensions

Note Forge

Choose a tag to compare

@jdaehler jdaehler released this 14 Jun 19:11
4237080

πŸ”¨ Note Forge
A scale-aware MIDI pattern generator for Ableton Live. Right-click any MIDI clip, dial in your settings and hit Generate & Write β€” fill clips with musical ideas in seconds.

  • Steps: 16 / 32 / 64 / 128 (up to 8 bars)
  • Rhythm: Euclidean, Random, On Beat, Every Step β€” with density slider
  • Pitch contour: Random, Ascending, Descending, Bounce, Arc
  • Octave range: 1–3 octaves, base octave C2 / C3 / C4
  • Velocity: Fixed, Random, Crescendo, Decrescendo, Humanize
  • Note length: Short / Medium / Long
  • APPEND or REPLACE existing notes
  • Live preview shows the pattern before you commit
  • Update check β€” shows a notification when a new version is available
    Everything is locked to the scale set in Live β€” no wrong notes.
    Install: drag the .ablx file into Preferences β†’ Extensions
    πŸ”— Download: https://github.com/jdaehler/abletonliveextensions/releases/download/note-forge/note-forge.ablx
    Made by ARPMAN / WireDrifter (https://youtube.com/@WireDrifter)
    Built with AI assistance.

All extensions: https://github.com/jdaehler/abletonliveextensions

MIDI Invaders

Choose a tag to compare

@jdaehler jdaehler released this 14 Jun 19:11
4237080

πŸ•ΉοΈ MIDI Invaders
A Space Invaders game that writes MIDI notes directly into your clip β€” right inside Ableton Live. Right-click any MIDI clip to start. Each column = one 16th note step, each row = a pitch from your current scale β€” shoot an invader to place that note.



All extensions: https://github.com/jdaehler/abletonliveextensions

Clip Info

Choose a tag to compare

@jdaehler jdaehler released this 14 Jun 15:47
4237080

πŸ“Š Clip Info
Right-click any MIDI clip to get a detailed breakdown of its contents:

  • Note count (with muted note indicator)
  • Velocity min / avg / max with visual bar
  • Pitch range (lowest β†’ highest note)
  • Top 5 most-used pitch classes with frequency bars
  • Clip duration in bars and beats
  • Update check β€” shows a notification when a new version is available
    Useful for analysing patterns, checking velocity consistency, or just getting a quick read on a clip without opening the Piano Roll.
    Install: drag the .ablx file into Preferences β†’ Extensions
    πŸ”— Download: https://github.com/jdaehler/abletonliveextensions/releases/download/clip-info/clip-info.ablx
    Made by ARPMAN / WireDrifter (https://youtube.com/@WireDrifter)
    Built with AI assistance.

All extensions: https://github.com/jdaehler/abletonliveextensions

Clip Colors

Choose a tag to compare

@jdaehler jdaehler released this 14 Jun 19:10
4237080

🎨 Clip Colors
Right-click any MIDI or Audio track to instantly colorize all clips on that track.
Three modes:

  • Fixed β€” always uses the first color of the chosen family
  • Random β€” picks a random shade from the family each time
  • Cycle β€” steps through the shades in order across clips
  • Update check β€” shows a notification when a new version is available
    Separate color families for Audio and MIDI clips. Settings are saved between sessions.
    Available color families: Red, Orange, Yellow, Green, Blue, Purple, Teal
    Install: drag the .ablx file into Preferences β†’ Extensions
    πŸ”— Download: https://github.com/jdaehler/abletonliveextensions/releases/download/clip-colors/clip-colors.ablx
    Made by ARPMAN / WireDrifter (https://youtube.com/@WireDrifter)
    Built with AI assistance.

All extensions: https://github.com/jdaehler/abletonliveextensions

BBC SFX Browser

Choose a tag to compare

@jdaehler jdaehler released this 14 Jun 19:49
4237080

🎧 BBC SFX Browser (ARPMAN)
Right-click any Audio track or Simpler to search and download BBC Sound Effects β€” directly into your session.
Shows:



All extensions: https://github.com/jdaehler/abletonliveextensions