Skip to content

koeves/quant-the-ripper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quant the Ripper

A Max For Live device to quantize and warp audio with varying drift (e.g. vinyl rips)

Overview

Quant the Ripper analyzes warp marker drift relative to a fixed beat grid and:

  • selects warp markers within tolerance closest to the target beat
  • removes unneeded markers
  • detects drift outliers
  • snaps accepted markers to the grid in a second pass

The workflow is designed for techno / 4x4 material where timing consistency matters but full-track warping is too destructive or inconsistent.

Step-by-step

  1. Select an Arrangement audio clip
  2. Add all transients as warp markers (go to sample view, enable Warp, select the whole sample/song, right click and select Insert Warp Marker(s) / or press Cmd+I)
  3. Click Prep
    • Duplicates clip to _prepared track
    • Finds nearest warp marker per grid point
    • Analyzes drift:
      drift = markerBeat - targetBeat
      
    • Accepts markers within tolerance closest to the specified beat grid interval
    • Detects outliers via:
      • sign inconsistencies
      • local spikes
      • sudden jumps
  4. Review graph / navigate outliers
    • Make manual modifications as needed
    • Click Prep again to reanalyze the _prepared track
  5. Click Snap
    • Creates _quanted version
    • Snap wrap markers to target beat

Limitations

  • Depends on Ableton's transient marker quality -> transients need to be clear enough and placed at the right spots (like downbeats)
  • Need to add all (or most) transients as warp markers beforehand, so the device has enough points to choose from -> V8 doesn't expose transients in its API, so this can't be done automatically
  • Works best with:
    • steady BPM material
    • clear transients (kicks)

Installation

About

Quant the Ripper: A Max For Live device to quantize and warp vinyl rips with varying drift

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors