Interim checking, Convolution Reverb

This commit is contained in:
Robin Davies
2023-04-05 03:00:51 -04:00
parent ed1dc75c53
commit b83ba7ca94
115 changed files with 7643 additions and 3055 deletions
+5
View File
@@ -24,8 +24,13 @@
#pragma once
#ifndef JACK_HOST
#define JACK_HOST 0
#endif
#ifndef ALSA_HOST
#define ALSA_HOST 1
#endif
#if JACK_HOST && ALSA_HOST
#error Choose either JACK or ALSA