Skip to content

scheffle/Livecut

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Livecut VST3 Version

This is a version of LiveCut adapted for the VST3 SDK. The Juce dependency was removed. The original VST plug-in was written by Remy Muller.

How to build

You need:

* cmake
* VST SDK 3.7.4
* compiler with c++17 support

Build:

mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=RELEASE -Dvst3sdk_SOURCE_DIR=$PATH_TO_THE_VST3_SDK ../VST3/
cmake --build .

UI

For the User Interface VSTGUI 4.11 or newer is required when building, otherwise the default host view will be shown.

The original info about it:

Livecut

Livecut is based on BBCut the BreakBeat Cutting library written by Nick Collins for SuperCollider

The BBCut Library began out of work on an algorithm to simulate the automatic cutting of breakbeats in the style of early jungle or drum and bass, Nick Collins.

Livecut is only a small subset of what is possible with BBCut, but as it is available as a VST plugin, it is much easier to start experimenting with it.

It is a live beat-slicer but instead of manipulating equal chunks of audio like most beatslicer do, it works on the notion of audio cuts whose length and number of repetition depends on the context and the cutting procedure. Cuts are organized in blocks which then form a phrase. see Image below. And each phrase can be ended by a roll or fill.

Releases

No releases published

Packages

No packages published

Languages

  • C++ 94.2%
  • C 3.4%
  • CMake 2.4%