A multi-track, multi-channel, looping audio recorder designed for live handsfree use.

bill-auger e441e24552 update packaging files to v0.14.004 %!s(int64=7) %!d(string=hai) anos
assets a52727487d housekeeping %!s(int64=7) %!d(string=hai) anos
debian e441e24552 update packaging files to v0.14.004 %!s(int64=7) %!d(string=hai) anos
doc 053e0e6b1b add autotools files %!s(int64=7) %!d(string=hai) anos
obs a331f6cae4 stash - add OBS packaging files %!s(int64=7) %!d(string=hai) anos
src 053e0e6b1b add autotools files %!s(int64=7) %!d(string=hai) anos
.gitignore 053e0e6b1b add autotools files %!s(int64=7) %!d(string=hai) anos
.travis.yml 053e0e6b1b add autotools files %!s(int64=7) %!d(string=hai) anos
AUTHORS a52727487d housekeeping %!s(int64=7) %!d(string=hai) anos
CONTRIBUTING.md a52727487d housekeeping %!s(int64=7) %!d(string=hai) anos
LICENSE a52727487d housekeeping %!s(int64=7) %!d(string=hai) anos
LICENSES a52727487d housekeeping %!s(int64=7) %!d(string=hai) anos
Makefile.am 053e0e6b1b add autotools files %!s(int64=7) %!d(string=hai) anos
Makefile.in 053e0e6b1b add autotools files %!s(int64=7) %!d(string=hai) anos
README.md 95b65b5999 redirect windows output to file and consolidate build scripts %!s(int64=9) %!d(string=hai) anos
compile 053e0e6b1b add autotools files %!s(int64=7) %!d(string=hai) anos
configure 053e0e6b1b add autotools files %!s(int64=7) %!d(string=hai) anos
configure.ac 053e0e6b1b add autotools files %!s(int64=7) %!d(string=hai) anos
depcomp 053e0e6b1b add autotools files %!s(int64=7) %!d(string=hai) anos
install-sh 053e0e6b1b add autotools files %!s(int64=7) %!d(string=hai) anos
missing 053e0e6b1b add autotools files %!s(int64=7) %!d(string=hai) anos

README.md

This is Loopidity - A multi-track, multi-channel, looping audio recorder for GNU/Linux and Windows - designed for live handsfree use

build status: linux linux build status windows windows build status latest-dev latest build status

build

  • binaries coming soon - bake yer own for now
  • build requires libsdl1.2 , libSDL_gfx , libSDL_ttf and libjack2 (also X11 on *nix)
  • compiler must support c++11 features
  • windows builds refer to README-MINGW.md
  • build with gnu toolchain bash $ cd build $ make release $ make debug $ make # [ all ]
  • or compile, run/debug, and/or clean via helper script bash $ ./mk debug $ ./mk release $ ./mk debug clean $ ./mk release clean
  • build with code::blocks bash $ cd build $ codeblocks loopidity.cbp