From 9fbf91db06a6d4f4b5cd8bb45389a731bb86bf22 Mon Sep 17 00:00:00 2001 From: Richard Date: Sun, 13 Apr 2025 18:48:02 +0100 Subject: initial --- site/udo/__config__.dist.udo | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100755 site/udo/__config__.dist.udo (limited to 'site/udo/__config__.dist.udo') diff --git a/site/udo/__config__.dist.udo b/site/udo/__config__.dist.udo new file mode 100755 index 0000000..6acbea9 --- /dev/null +++ b/site/udo/__config__.dist.udo @@ -0,0 +1,44 @@ +#ifndef UDO_CONFIG +#define UDO_CONFIG ## +/* + SONICS config + + This file is part of the SONICS UDO collection by Richard Knight 2021, 2022, 2023 + License: GPL-2.0-or-later + http://1bpm.net +*/ + + +; database: allow macro overrides from command line or pre-include etc +#ifndef PGDB_HOST +#define PGDB_HOST ## +#endif + +#ifndef PGDB_NAME +#define PGDB_NAME ## +#endif + +#ifndef PGDB_USER +#define PGDB_USER ## +#endif + +#ifndef PGDB_PASSWORD +#define PGDB_PASSWORD ## +#endif + + +; local AudioOrganiser database +#ifndef AODB_PATH_WIN +#define AODB_PATH_WIN ## +#endif + +#ifndef AODB_PATH_LINUX +#define AODB_PATH_LINUX ## +#endif + + +; FFT defaults +giFFTsize = 1024 +giFFTwinFactor = 4 + +#end -- cgit v1.2.3