Go to file
Mark Hills 913728bf97 More descriptive error 2013-05-21 21:38:33 +01:00
.gitignore No dynamic dependencies yet 2011-12-05 23:06:53 +00:00
COPYING Copyright and licensing and beta 2011-12-11 18:59:47 +00:00
Makefile Default optimisation 2013-05-21 21:22:39 +01:00
README Update copyright 2013-05-21 21:21:49 +01:00
bpm-graph More descriptive error 2013-05-21 21:38:33 +01:00
bpm-graph.1 Add man page 2013-05-21 21:21:28 +01:00
bpm-tag Help message 2013-05-21 21:28:14 +01:00
bpm-tag.1 Add man page 2013-05-21 21:21:28 +01:00
bpm.1 Plug xwax as the main use case 2013-05-21 21:34:32 +01:00
bpm.c Provide a value for the zero-data case 2013-05-21 21:29:50 +01:00

README

bpm-tools: Tempo (Beats Per Minute) analysis tools

(C) Copyright 2013 Mark Hills <mark@xwax.org>

See the COPYING file for licensing terms.

This software is distributed from the following site:

  http://www.pogo.org.uk/~mark/bpm-tools/

The build is controlled via Makefile variables. In general
you should be able to build using:

  $ make
  $ make install

To change the target prefix, for example:

  $ make install PREFIX=/opt/bpm-tools

The Makefile picks up additional variables from a .config file
in the source directory. You will prefer to use this if you want
to control build flags for testing and debugging.