Skip to content

A metronome application with start and stop controls.

Notifications You must be signed in to change notification settings

Vlsarro/juce-metronome

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JUCE Metronome

A metronome application with start and stop controls. Built using the JUCE audio application framework.

Based on the excellent tutorial by The Audio Programmer.

Build Environment

  • JUCE v6.0.4
  • Ubuntu 18.04.5 LTS

Build

cd Builds/LinuxMakefile
make

Run

cd Builds/LinuxMakefile/build
./Metronome

About

A metronome application with start and stop controls.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 56.4%
  • Makefile 43.6%