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

bill-auger 689778f40c add autotools files 7 years ago
assets a52727487d housekeeping 7 years ago
doc 689778f40c add autotools files 7 years ago
src 689778f40c add autotools files 7 years ago
.gitignore 689778f40c add autotools files 7 years ago
.travis.yml 689778f40c add autotools files 7 years ago
AUTHORS a52727487d housekeeping 7 years ago
CONTRIBUTING.md a52727487d housekeeping 7 years ago
LICENSE a52727487d housekeeping 7 years ago
LICENSES a52727487d housekeeping 7 years ago
Makefile.am 689778f40c add autotools files 7 years ago
Makefile.in 689778f40c add autotools files 7 years ago
README.md 95b65b5999 redirect windows output to file and consolidate build scripts 9 years ago
compile 689778f40c add autotools files 7 years ago
configure 689778f40c add autotools files 7 years ago
configure.ac 689778f40c add autotools files 7 years ago
depcomp 689778f40c add autotools files 7 years ago
install-sh 689778f40c add autotools files 7 years ago
missing 689778f40c add autotools files 7 years ago

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