Skip to content

Measures average (mean, std dev) tempo based on command line user input in second intervals and beats per minute (bpm).

Notifications You must be signed in to change notification settings

ya8282/reverse-metronome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

##Reverse Metronome Measures average (mean, std dev) tempo based on command line user input in second intervals and beats per minute (bpm).

####Quick Start Run the script/module:

python rev_metro.py

Press return on every beat that you want to measure and then when done, type the period character ('.') and press return.

The first and final user input entries will not count towards the average in order to account for variable time it takes to type the termination character.

####Dependencies

  • Python 2.2 or later
  • OS dependency on time.time() to produce split-second accuracy.

About

Measures average (mean, std dev) tempo based on command line user input in second intervals and beats per minute (bpm).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages