Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable ladspa #15

Merged
merged 103 commits into from
Nov 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
103 commits
Select commit Hold shift + click to select a range
a84f7df
removed msvc incompaptible plugins list
Rossmaxx Jul 2, 2023
a309439
added Time.h and related changes
Rossmaxx Jul 2, 2023
a7e9798
tweaked some cmake files
Rossmaxx Jul 2, 2023
f066268
removed __attribute__
Rossmaxx Jul 2, 2023
844245d
defined M_PI in caps
Rossmaxx Jul 2, 2023
3411989
minor fix in ladspa cmakelists
Rossmaxx Jul 2, 2023
082773d
added namespace to Times.h
Rossmaxx Jul 2, 2023
5fb6fba
relocated includes
Rossmaxx Jul 2, 2023
8ccb161
fixes to scripted-checks
Rossmaxx Jul 2, 2023
7613a12
deleted unnecessary whitespaces
Rossmaxx Jul 2, 2023
fa02a92
added M_PI to cmt
Rossmaxx Jul 2, 2023
d85c104
Revert "relocated includes"
Rossmaxx Jul 2, 2023
601ee19
removed times.h and the other time files
Rossmaxx Jul 2, 2023
7ad2695
addressing dom's comments 1
Rossmaxx Jul 2, 2023
c252448
addressing dom's concerns 2
Rossmaxx Jul 2, 2023
84edde3
commented sys/time.h
Rossmaxx Jul 2, 2023
7785ebc
another tweak to caps cmakelists
Rossmaxx Jul 3, 2023
dd89d21
added caps init condition
Rossmaxx Jul 3, 2023
1c045ed
attepted fix on calf plugins
Rossmaxx Jul 3, 2023
961334e
fixup to mingw build
Rossmaxx Jul 3, 2023
43ca0f2
added __declspec(dllexport)
Rossmaxx Jul 4, 2023
4a5c64a
added init condition, Will this fix it?
Rossmaxx Jul 4, 2023
b2b8a6e
temporary blacklist for ladspa plugins for testing
Rossmaxx Jul 4, 2023
3c957be
removed cmt from blacklist
Rossmaxx Jul 4, 2023
88dfa0f
added declspec in cmt
Rossmaxx Jul 4, 2023
c77b3a5
removed swh from blacklist
Rossmaxx Jul 5, 2023
dff0cd4
added _USE_MATH_DEFINES to swh
Rossmaxx Jul 6, 2023
9b09fb6
Merge branch 'LMMS:master' into enable-ladspa
Rossmaxx Jul 6, 2023
87a0103
codefactor fix
Rossmaxx Jul 6, 2023
4570893
added _USE_MATH_DEFINES to pitchscale.h
Rossmaxx Jul 6, 2023
2274147
workaround to enable sinus_wavewrapper
Rossmaxx Jul 6, 2023
2481731
Revert "workaround to enable sinus_wavewrapper"
Rossmaxx Jul 6, 2023
0b431fd
fix to swh
Rossmaxx Jul 7, 2023
06f5ebd
removed the blacklist
Rossmaxx Jul 7, 2023
529a570
added math defines to tap_utils.h
Rossmaxx Jul 7, 2023
301c25f
added math defines to calf primitives.h
Rossmaxx Jul 7, 2023
4bdd52f
added missing endif to calf's primitives.h
Rossmaxx Jul 7, 2023
7478329
added math defines to biquad.h
Rossmaxx Jul 7, 2023
ffe8994
tweak in calf to get it built
Rossmaxx Jul 7, 2023
fad75fd
will it get fixed?
Rossmaxx Jul 7, 2023
0321269
final patch to fix i guess
Rossmaxx Jul 7, 2023
6242930
added declspec to tap
Rossmaxx Jul 8, 2023
c0ad959
added the blacklist back in for calf
Rossmaxx Jul 8, 2023
3637a1f
updated swh to upstream
Rossmaxx Jul 8, 2023
7e9a734
updated cmt to master
Rossmaxx Jul 8, 2023
91f3b77
pulled to cmt to master try 2
Rossmaxx Jul 8, 2023
dd3d3b9
remove blacklist + experimnt removing declspec tap
Rossmaxx Jul 10, 2023
cbebc07
experiment replacing bind2nd with lambdas veal
Rossmaxx Jul 10, 2023
8f52dba
removed functional.h in veal
Rossmaxx Jul 10, 2023
bd657a5
checked out to ladspa branch
Rossmaxx Jul 12, 2023
19e96aa
fixed veal
Rossmaxx Jul 12, 2023
c3e54e1
Merge branch 'LMMS:master' into enable-ladspa
Rossmaxx Jul 12, 2023
7c6bbd2
attempt fix at mac builds
Rossmaxx Jul 12, 2023
2923971
Revert "attempt fix at mac builds"
Rossmaxx Jul 12, 2023
4cba33a
added list-moreutils to build.yml
Rossmaxx Jul 12, 2023
b4e7715
Attempt to fix MacOS builds
tresf Jul 13, 2023
384aa24
Fix typo
tresf Jul 13, 2023
da019b7
Formatting
tresf Jul 13, 2023
329613b
Formatting (again)
tresf Jul 13, 2023
d6b4f82
addressed dom's pending comment
Rossmaxx Jul 13, 2023
01eaa19
fixed build issues
Rossmaxx Jul 13, 2023
12a1300
CMake perl detection
tresf Jul 16, 2023
91355ae
Don't mandate cmake 3.12 because mingw
tresf Jul 16, 2023
2ac6036
fixed broken unicode symbol in caps/basics.h
Rossmaxx Jul 16, 2023
8812790
got rid of unnecessary __attribute__(s)
Rossmaxx Jul 16, 2023
0e6d02e
updated tap plugins to master
Rossmaxx Jul 16, 2023
249b332
Fix older CMake versions
tresf Jul 16, 2023
e9bb1a2
Update plugins/LadspaEffect/swh/CMakeLists.txt
tresf Jul 22, 2023
5fc18bc
Update plugins/LadspaEffect/caps/CMakeLists.txt
tresf Jul 22, 2023
c24606b
Update CMakeLists.txt
tresf Jul 23, 2023
7d317ea
Merge branch 'master' into enable-ladspa
Rossmaxx Sep 7, 2023
561821f
Merge branch 'master' into enable-ladspa
Rossmaxx Sep 9, 2023
02e0664
disabled compiler flags for msvc
Rossmaxx Sep 9, 2023
a0f7be4
Merge branch 'LMMS:master' into enable-ladspa
Rossmaxx Sep 16, 2023
cda9fd6
Merge branch 'master' into enable-ladspa
Rossmaxx Sep 21, 2023
65b2d67
removed unnecessary cmake policies
Rossmaxx Sep 24, 2023
b1db760
Merge branch 'enable-ladspa' of https://github.com/Rossmaxx/lmms into…
Rossmaxx Sep 24, 2023
afc9f29
attempt fix at build failure at swh if perl missin
Rossmaxx Sep 24, 2023
0977397
attempt fix at build failure at swh if perl missin
Rossmaxx Sep 24, 2023
0b21893
fixed a small messup while amending commit
Rossmaxx Sep 24, 2023
a325901
attempt removal of basics.h include
Rossmaxx Sep 24, 2023
709fda7
Merge branch 'master' into enable-ladspa
Rossmaxx Sep 28, 2023
fc670dd
whitespace changes
Rossmaxx Sep 28, 2023
5991604
missed this change
Rossmaxx Sep 28, 2023
944d1e7
reverted unnecessary set swh change
Rossmaxx Sep 28, 2023
0ce1b4b
additional whitespace change which missed previous
Rossmaxx Sep 28, 2023
7b367b9
attempt fix at x in basics.h
Rossmaxx Sep 28, 2023
4884e58
used lowercase x instead to fix broken utf char.
Rossmaxx Sep 28, 2023
66d5ed2
Revert "added caps init condition"
Rossmaxx Sep 28, 2023
8deca2c
added caps struct initialisation
Rossmaxx Sep 28, 2023
c347127
comment
Rossmaxx Sep 28, 2023
825eb4e
readded the seed() and formattings
Rossmaxx Sep 28, 2023
8bcc089
fixed seed formatting again
Rossmaxx Sep 28, 2023
9f69a8a
redundant tabspace
Rossmaxx Sep 28, 2023
3d7d852
fixed ambiguous comment in interface.cc
Rossmaxx Sep 30, 2023
90a7490
Merge branch 'LMMS:master' into enable-ladspa
Rossmaxx Sep 30, 2023
5c55175
Merge branch 'LMMS:master' into enable-ladspa
Rossmaxx Oct 15, 2023
fdf4676
Merge branch 'LMMS:master' into enable-ladspa
Rossmaxx Oct 17, 2023
0b6a856
Merge branch 'LMMS:master' into enable-ladspa
Rossmaxx Oct 30, 2023
c88b09e
Merge branch 'LMMS:master' into enable-ladspa
Rossmaxx Oct 31, 2023
16c4e54
Merge branch 'master' of https://github.com/LMMS/lmms into enable-ladspa
Rossmaxx Nov 3, 2023
a14a5e8
Merge branch 'rossmaxx-work' into enable-ladspa
dan-giddins Nov 6, 2023
06b945f
Update CMakeLists.txt
dan-giddins Nov 6, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading