Wednesday, February 01, 2023

Drum Solo Demo of Glimmer Metronome (+ Menus & Shortcuts)

I recorded a drum solo to demo Glimmer Metronome (click to see a video demo with audio)Glimmer Metronome is a Ruby-based metronome GUI app that supports different beat counts, click sounds, and tempos, including tap-based tempo calculation. It was built with Glimmer DSL for SWT using JRuby to help me with my drumming practice. Glimmer Metronome just received a new update in version 1.1.4 that adds menus and keyboard shortcuts, thus becoming more user-friendly when used via the keyboard alone. 

Here is another direct demo of Glimmer Metronome (click to see a video demo with audio).

Below is full documentation of Glimmer Metronome's features, including the new menus and keyboard shortcuts.

Enjoy!

Features

metronome

Beat Count Change

metronome beat count changed

Tempo Change (hit ENTER repeatedly to auto-calculate tempo)

metronome tempo changed

Click Sound Change (via mouse-click on beats to toggle yellow or white)

metronome click sound changed

Menus

Action Menu

metronome

Action Menu - Beat Count

metronome

  • Increment (CMD+= / CTRL+= on Linux/Windows)
  • Decrement (CMD+- on Mac / CTRL+- on Linux/Windows)

Action Menu - Tempo

metronome

  • Increment (CMD+ArrowUp / CTRL+ArrowUp on Linux/Windows)
  • Decrement (CMD+ArrowDown on Mac / CTRL+ArrowDown on Linux/Windows)
  • Increment by 10 (CMD+SHIFT+ArrowUp / CTRL+SHIFT+ArrowUp on Linux/Windows)
  • Decrement by 10 (CMD+SHIFT+ArrowDown on Mac / CTRL+SHIFT+ArrowDown on Linux/Windows)

Help Menu

metronome

  • Tips (CMD+T / CTRL+T on Linux/Windows)
  • About (CMD+A / CTRL+A on Linux/Windows)

No comments: