Menu

Tree [05eedf] master linux /
 History

HTTPS access


File Date Author Commit
 assets 2015-02-28 bill auger bill auger [ef3b8e] transition to makefile project
 build 2015-08-30 bill auger bill auger [95b65b] redirect windows output to file and consolidate...
 src 2016-02-08 bill auger bill auger [05eedf] add licence to main.cpp
 .gitignore 2015-08-28 bill auger bill auger [5e5d17] add travis.yml (issue #30)
 .travis.yml 2015-08-28 bill auger bill auger [5e5d17] add travis.yml (issue #30)
 AUTHORS 2015-02-28 bill auger bill auger [ef3b8e] transition to makefile project
 LICENSE 2015-02-28 bill auger bill auger [ef3b8e] transition to makefile project
 README-MINGW.md 2016-02-08 bill auger bill auger [05eedf] add licence to main.cpp
 README.md 2015-08-30 bill auger bill auger [95b65b] redirect windows output to file and consolidate...
 mk 2015-08-30 bill auger bill auger [95b65b] redirect windows output to file and consolidate...

Read Me

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
  $ cd build
  $ make release
  $ make debug
  $ make         # [ all ]
  • or compile, run/debug, and/or clean via helper script
  $ ./mk debug
  $ ./mk release
  $ ./mk debug   clean
  $ ./mk release clean
  • build with code::blocks
    $  cd build
    $  codeblocks loopidity.cbp
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.