diff --git a/Makefile.am b/Makefile.am index a28289c..2c99718 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,5 +2,5 @@ AUTOMAKE_OPTIONS = foreign subdir-objects -Wall bin_PROGRAMS = forge forge_SOURCES = src/main.c src/args.c src/forge.c src/file.c src/window.c src/shaders.c src/timer.c src/string.c src/config_file.c src/rand.c src/video.c src/shared.c src/midi.c src/state.c src/arr.c src/tempo.c $(top_srcdir)/include/glad/gl.h $(top_srcdir)/include/glad/egl.h $(top_srcdir)/hashmap.c/hashmap.c $(top_srcdir)/log.c/src/log.c forge_CFLAGS = -Ofast -march=native -flto -funroll-loops -fprefetch-loop-arrays -fno-exceptions -fopenmp -I$(top_srcdir)/include -DGLFW_INCLUDE_NONE -DGLFW_EXPOSE_NATIVE_EGL -DGLFW_NATIVE_INCLUDE_NONE -DLOG_USE_COLOR -forge_LDADD = -lm -lGL -lglfw +forge_LDADD = -lm -lGL -lglfw -lasound include_HEADERS = src/main.h src/args.h src/config.h src/types.h src/forge.h src/file.h src/constants.h src/window.h src/shaders.h src/timer.h src/string.h src/config_file.h src/rand.h src/video.h src/shared.h src/midi.h src/state.h src/arr.h src/tempo.h $(top_srcdir)/include/glad/gl.h $(top_srcdir)/include/glad/egl.h $(top_srcdir)/include/linmath.h $(top_srcdir)/include/hashmap.h $(top_srcdir)/include/log.h \ No newline at end of file diff --git a/README.md b/README.md index 10f48c6..e2af5e9 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ TODO * libglfw * libGL +* libasound2 +* libv4l ### From release @@ -127,8 +129,8 @@ make -f Makefile.dev release-arch - [ ] Midi - [x] Read Midi events - [x] Read midi mapping config file - - [ ] Write Midi events - - [ ] Send midi data to shaders + - [x] Write Midi events + - [x] Send midi data to shaders - [ ] Save midi state - [x] State machine with A/B switch - [ ] Tap-tempo feature