usynth

simple midi synth for sndio
git clone git://nsmpr.xyz/usynth.git
Log | Files | Refs

commit 9fd5b254d2a27a31302cdcd54b73533c2ad066e7
parent 2cb921c89ee168d42e552f1cd438ddc3eb2d3741
Author: zavok <an2qzavok@gmail.com>
Date:   Tue, 31 Dec 2019 17:37:44 +0300

remove empty file

Diffstat:
MMakefile | 2+-
Daudio.h | 0
2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -5,7 +5,7 @@ MANDIR = $(PREFIX)/share/man/man1 BIN = usynth MAN = $(BIN).1 -OBJ = $(BIN:=.o) audio.o fm.o midi.o\ +OBJ = $(BIN:=.o) fm.o midi.o\ machine.o operator.o wavetable.o LDFLAGS=-lsndio diff --git a/audio.h b/audio.h