tap-lv2 icon indicating copy to clipboard operation
tap-lv2 copied to clipboard

LV2 port for the TAP (Tom's Audio Processing) plugins

Results 4 tap-lv2 issues
Sort by recently updated
recently updated
newest added

Perform an architecture check before adding x86-specific compiler flags.

The makefile assume it's an Intel architecture and enable SSE The build error is: ``` make[1]: Entering directory '/run/build/tap-lv2/autopan' cc tap_autopan.c `pkg-config --cflags lv2` -O3 -funroll-loops -ffast-math -fomit-frame-pointer -fstrength-reduce -Wall...

cc: error: optimization flag '-fstrength-reduce' is not supported [-Werror,-Wignored-optimization-argument]

```inline``` in dynamics/tap_dynamics.c causes build failure with clang-4.0.0 with the debug option ```-g```. But please remove them everywhere, because modern compilers know better. Also, ```get_table_gain``` in dynamics/tap_dynamics.c obviously needs to...