explaingit

dadda123/livecut-enhanced

Analysis updated 2026-05-18

0C++Audience · generalComplexity · 3/5LicenseSetup · moderate

TLDR

A modernized 64-bit Windows rebuild of the classic Livecut beat-slicer plugin, with a bug fix so short loops keep cutting correctly.

Mindmap

mindmap
  root((LiveCut Enhanced))
    What it does
      Real-time beat slicer
      Syncs to host tempo
      Modern JUCE GUI
    Tech stack
      C++
      JUCE
      VST3
    Use cases
      Rhythmic audio slicing
      Short loop fix
      Standalone testing
    Audience
      Musicians
      Audio producers
    Provenance
      Based on 2004 Livecut
      GPL v2 or later
      BBCut algorithm origin

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Load LiveCut Enhanced as a VST3 plugin in a Windows digital audio workstation to slice audio rhythmically.

USE CASE 2

Loop short or off-beat audio sections without the plugin going silent, unlike the original Livecut.

USE CASE 3

Use the standalone app to test the beat slicer without a full music production setup.

USE CASE 4

Experiment with different cut styles like accelerating repeats or Squarepusher-inspired patterns.

What is it built with?

C++JUCEVST3CMake

How does it compare?

dadda123/livecut-enhancedachanana/mavsdkalange/llama.cpp
Stars00
LanguageC++C++C++
Last pushed2024-05-20
MaintenanceDormant
Setup difficultymoderatemoderatemoderate
Complexity3/54/54/5
Audiencegeneraldeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · moderate Time to first run · 1h+

Building from source requires Visual Studio 2022 or 2026 with the C++ workload and CMake 3.22+.

You can use, modify, and share this freely, but any modified or shared version must also be released as open source under the same GPL license.

In plain English

LiveCut Enhanced is a modernized rebuild of Livecut, a beat slicing audio effect originally created in 2004. A beat slicer takes incoming audio and chops it into rhythmic pieces in real time, synced to the tempo of whatever music software it is plugged into. This version updates the old plugin to run as a proper 64 bit application on Windows, with a completely new user interface built using a modern audio framework called JUCE. The project's main improvement is fixing a specific bug in the original effect. The original Livecut only started a new rhythmic pattern when playback reached the start of a musical bar. This meant that if you looped a short section of audio that never lined up with a bar start, the plugin could get stuck and go silent until you manually stopped and restarted it. LiveCut Enhanced detects when the playback position suddenly jumps back at the end of a loop and uses that moment to restart the rhythmic pattern immediately, regardless of where the bar lines fall. It comes in two forms: a VST3 plugin that loads inside music production software, and a standalone application for testing on its own. The interface includes a built in help mode where clicking a question mark icon lets you hover over any control to see what it does. Under the hood it offers three different cutting styles, ranging from classic rhythmic slicing to more experimental, accelerating patterns. This project is built with C++ and the JUCE 8 framework, and it is aimed at musicians and audio producers using Windows who want a reliable, up to date version of this classic effect. It is licensed under GPL version 2 or later, matching the license of the original project it builds on.

Copy-paste prompts

Prompt 1
Help me build LiveCut Enhanced from source using Visual Studio and CMake.
Prompt 2
Explain how LiveCut Enhanced fixed the short-loop silence bug from the original Livecut.
Prompt 3
Show me how to install the VST3 plugin build into my Windows DAW.
Prompt 4
Walk me through the difference between CutProc11, WarpCut, and SQPusher cut styles.

Frequently asked questions

What is livecut-enhanced?

A modernized 64-bit Windows rebuild of the classic Livecut beat-slicer plugin, with a bug fix so short loops keep cutting correctly.

What language is livecut-enhanced written in?

Mainly C++. The stack also includes C++, JUCE, VST3.

What license does livecut-enhanced use?

You can use, modify, and share this freely, but any modified or shared version must also be released as open source under the same GPL license.

How hard is livecut-enhanced to set up?

Setup difficulty is rated moderate, with roughly 1h+ to a first successful run.

Who is livecut-enhanced for?

Mainly general.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.