Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 1.63 KB

README.md

File metadata and controls

43 lines (32 loc) · 1.63 KB

Huanbu

Huanbu is a user-friendly, fully-featured metronome designed with simplicity in mind. It is a cross-platform application built with Python, supporting Windows, macOS, and Linux. Whether you're a musician or a casual user, Huanbu makes practicing with precision effortless.

Features

  • Cross-Platform: Works seamlessly on Windows, macOS, and Linux.
  • Time Signatures: Supports multiple time signatures to cover the most commonly used cases.
  • Tempo Estimation: Easily find your tempo with tap estimation.
  • Clear Interface: Big, readable labels display tempo marks and click counts.
  • Convenient Shortcuts: Control the metronome effortlessly with handy keyboard shortcuts.

Download

Download the latest version from the Releases page.

Keyboard Shortcuts

  • Space: Play/Pause
  • Left/Right Arrow: Decrease/Increase Tempo by 10 BPM
  • Up/Down Arrow: Decrease/Increase Tempo by 1 BPM
  • T: Tap Tempo Estimation
  • M: Change Time Signature Mode

Running from Source

Want to explore the source code or customize the app? Follow these steps to run it on your own computer:

  1. Install the required dependency:
pip install simpleaudio
  1. Navigate to the src directory:
cd src
  1. Run the application:
python huanbu.py

Interested in learning how Huanbu was built? Check out this detailed article for insights and step-by-step guidance.