This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
COPYING | ||
| |
ChangeLog | ||
| |
DelayCalculator.cpp | ||
| |
DelayCalculator.h | ||
| |
Makefile | ||
| |
README | ||
| |
TODO | ||
| |
delaycalc.cpp |
README
delaycal v 0.02
GNU/GPL copying rules apply, see COPYING
INTRODUCTION:
delaycalc is a simple console delay calculator for Linux.
COMPILATION:
Go into fretcalc source directory and type 'make'.
It should compile without errors.
INSTALLATION:
Currently running make will produce a single binary in the source
directory. You may put it anywhere you want.
RUNNING:
delaycalc -b <bpm>
OPTIONS:
Options:
-b <bpm> beats per minute
-h, --help print this help
-o, --output write output to delay.out
-p <num_decimal_places> precision of calculation display (1-5, default 3)
-V, --verbose be verbose
-v, --version print version number
-w, --warranty show warranty and copyright








