Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 542 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 542 Bytes

Tempo

A simple iOS app which tells you the BPM of you tapping the screen. Usable for finding out the tempo of some music.

Features

  • Tap repeatedy (with 1 finger) to get the BPM
  • Tap with 2 fingers to reset
  • Dark screen so you can use it in da club™

Screenshot

ToDo

  • Better averaging (maybe removing min/max?)
  • Only consider the last $timeframe 3 seconds
  • Use the mic and some BPM detection library. Maybe. WIP: See audio branch.