From 2e793141e5434043205763c70d3a597cf2d78eeb Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sat, 4 Jan 2025 17:51:59 +0100 Subject: Separate clocks --- Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index faac1fe..93e322a 100644 --- a/Makefile +++ b/Makefile @@ -3,6 +3,7 @@ TARGET=click default: $(TARGET) SRCS= \ + MainLoop.cpp \ main.cpp \ MIDI.cpp \ PCM.cpp \ @@ -12,8 +13,10 @@ SRCS= \ debug.cpp \ cpuload.cpp \ log.cpp \ - Click.cpp \ - BPMDetect.cpp + NoteClick.cpp \ + ClockClick.cpp \ + InternalClick.cpp \ + BPMDetect.cpp \ HEADERS=$(SRCS:.cpp=.h) -- cgit v1.2.3