Measure BPM of song tracks
  • Objective-C 100%
Find a file
2026-02-02 12:08:24 +01:00
English.lproj Start version 2014-11-03 07:18:57 +01:00
rythmer.xcodeproj Start version 2014-11-03 07:18:57 +01:00
cmywindow.h Start version 2014-11-03 07:18:57 +01:00
cmywindow.m Start version 2014-11-03 07:18:57 +01:00
core.h Start version 2014-11-03 07:18:57 +01:00
core.m Start version 2014-11-03 07:18:57 +01:00
cplot.h Start version 2014-11-03 07:18:57 +01:00
cplot.m Start version 2014-11-03 07:18:57 +01:00
main.m Start version 2014-11-03 07:18:57 +01:00
README.md Note: gnustep 2026-02-02 12:08:24 +01:00
rythmer-Info.plist Start version 2014-11-03 07:18:57 +01:00
rythmerappdelegate.h Start version 2014-11-03 07:18:57 +01:00
rythmerappdelegate.m Start version 2014-11-03 07:18:57 +01:00

rythmer

Measure a rythm frequency. I used it to measure the bpm of all song in my library, based on which I compile playlist for my spinning workout (or whatever training I do with the aid of music).

PS: The real target of this project is to practice objective-c and GNUstep/Cocoa development

Usage

Beat the rythm with Cmd-B, until you see a stable average.

To do

  • Spectral analyzer which estimate the beat rythm directly reading the audio file.
  • Better graph of the rythm trend
  • Build it with GNUstep