Vlsarro / juce-metronome

A metronome application with start and stop controls.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:C++ 56.4%Language:Makefile 43.6%