ptytb / foo_rehearsal

foobar2000 plugin for looping track fragments
18 stars 0 forks source link
foobar2000 playback plugin

Foobar2000 plugin for looping track intervals and slicing CUE sheets.

Features

How to use

  1. Mark sections on your track for creating loops: Sections are being saved for each track in a .json file.

Screenshot

  1. Or mark a single section:

Screenshot

Building from source

Requirements:

You'll need flex and bison, they can be installed with Cygwin. Compile libcue with something like that:

cd build
cmake .. -DBISON_EXECUTABLE=path/to/bison.exe -DFLEX_EXECUTABLE=path/to/flex.exe

Then import the project generated by CMake into Visual Studio.