stubbed out oscillator

This commit is contained in:
2026-07-24 01:35:42 -07:00
parent e6caf89079
commit 3e41930e7d
4 changed files with 21 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ CXXFLAGS ?= -O2 -Wall -std=c++17
PIPEWIRE_CFLAGS := $(shell pkg-config --cflags libpipewire-0.3)
PIPEWIRE_LIBS := $(shell pkg-config --libs libpipewire-0.3)
TARGET := pipemini_demo
TARGET := femtosynth
.PHONY: all clean