Skip to content

Releases: abraker-osu/bpm_recorder

v2022.12.14

15 Dec 02:46
Compare
Choose a tag to compare

Changes:

  • No longer need to press Esc key to start recording. Just need to make sure the num points to record text box is unfocused - best way to do that is by clicking on the graph
  • Change plot from line graph to scatter plot
  • Add suffix to csv name indicating number of data points is to be recorded (will show 0 if setting not set)

v2022.11.20

20 Nov 23:42
Compare
Choose a tag to compare

Changes:

  • Add graph that plots data real-time
  • Add setting to set number of data points to record - 0 for unlimited; 10 data points minimum
  • Remove start/stop buttons. Use ESC key to start/stop recording
  • Improve status text to guide user on how to use the BPM recorder
  • Display number of taps recorded
  • Set font of metric displays to Consolas so text nicely aligns
  • Add header to exported CSV data
  • Fix data variation when recording due to odd number of data points being averaged

v2022.11.13

13 Nov 05:52
Compare
Choose a tag to compare

Initial release. Features:

  • Basic BPM display
  • Start / Stop recording buttons
  • Press any key to start recording
  • Press Esc to stop recording
  • CSV export when stopping recording