Skip to content

Commit

Permalink
Merge pull request #15 from Rossmaxx/enable-ladspa
Browse files Browse the repository at this point in the history
Enable ladspa
  • Loading branch information
dan-giddins authored Nov 6, 2023
2 parents d40b05c + 06b945f commit 685d22e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/LadspaEffect/caps/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ADD_DEFINITIONS(-DLMMS_BUILD_WIN64)
ENDIF(LMMS_BUILD_WIN64)
SET_TARGET_PROPERTIES(caps PROPERTIES PREFIX "")

IF (NOT MSVC)
IF(NOT MSVC)
SET_TARGET_PROPERTIES(caps PROPERTIES COMPILE_FLAGS "-O2 -funroll-loops -Wno-write-strings")
ENDIF()

Expand Down
2 changes: 1 addition & 1 deletion plugins/LadspaEffect/caps/basics.h
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@

#define MIN_GAIN .000001 /* -120 dB */

/* smallest non-denormal 32 bit IEEE float is 1.18*10-38 */
/* smallest non-denormal 32 bit IEEE float is 1.18*10^-38 */
#define NOISE_FLOOR .00000000000005 /* -266 dB */

typedef int8_t int8;
Expand Down

0 comments on commit 685d22e

Please sign in to comment.