Skip to content

Latest commit

 

History

History
53 lines (38 loc) · 992 Bytes

README.md

File metadata and controls

53 lines (38 loc) · 992 Bytes

This is Loopidity - A multi-track, multi-channel, looping audio recorder - Designed for live, handsfree use

=== how it's done ===

dependencies:
  • libsdl1.2
  • libSDL_gfx
  • libSDL_ttf
  • libjack2
  • (also libx11 for *nix targets)
recipe:
  $ ./configure
  $ make
  # make install

if the build does not succeed, you could try reconfiguring autotools first:

  $ autoreconf -ifv
  $ ./configure
  $ make
  # make install

NOTE: make install is optional. loopidity can be run in-tree.

=== how it's run ===

  • start JACK first!
  • if installed:
  $ loopidity
  • or, run in-tree:
  $ ./src/loopidity

=== how it's fun ===

the wiki describes how loopidity works and how to use it.