diff --git a/CMakeLists.txt b/CMakeLists.txt index 5356517..c380777 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,6 +17,7 @@ option(LASP_DOUBLE_PRECISION "Compile as double precision floating point" ON) option(LASP_PARALLEL "Parallel processing" ON) option(LASP_HAS_RTAUDIO "Compile with RtAudio Daq backend" ON) option(LASP_HAS_ULDAQ "Compile with UlDaq backend" ON) + set(LASP_MAX_NUM_CHANNELS 16 CACHE STRING "Maximum number of audio channels that is compiled in in code") set(LASP_MAX_NUM_THREADS 30 CACHE STRING "The maximum number of simultaneous threads in parallel processing") set(LASP_TRACERNAME "defaulttracer" CACHE STRING "Name of tracer variable containing level")