falkTX
d2c490cc11
Tweak build system and plugins for macOS compatibility
4 years ago
falkTX
0c95b34fc8
Add option to build only legacy stuff
4 years ago
falkTX
8cf4a09b4c
Place vst3 lib in a proper directory (for linux at least)
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
9d3292a9f6
Properly rename vst3 plugin in a custom_target
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
b1770b2258
Fix vst3 mingw build, silence some warnings
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
6f60b37d93
Add chow as plugin port
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
179095ad88
Remove premake/Makefile stuff, no longer in use
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
d5e85bd5b6
Tweaks for getting everything building with legacy juce
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
ed6d1e8740
Rename current (better said "old") stuff as legacy
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
Bram Giesen
58485ff6b7
MOD TAL-reverb2: Remove normalization ( #51 )
* Add ifdef in setParameter functions
Added ifdef to check if during compile time if the TAL-Reverb-II is
compiled for a MOD Device. When this is true the plugin won't use the
default normalized parameter input.
* Add LV2 data for mod version TAL-Reverb-2
* Adjusted volume settings
* Removed unused parameter
* Renamed parameters and removed unused param
* Changed values in presets to match MOD version
* Removed defines for __MOD__ and setProgram
Removed hardcoded defines for __MOD_DEVICES__ macro and bypassed
setProgram for mod version
* Minor changes for compatibility
* Fixed mixed indent ReverbEngine.h
* Reverted indent of ReverbEngine to use tabs
* Changed spaces to tabs on few lines
* Moved decayTime and update ttl for mod
- Removed decayTime adjustments for __MOD_DEVICES_ macro so it keeps
using the same normalization as in the original version.
- Updated ttl data for MOD Devices version.
* Small correction on TAL-Reverb preset
* Change URI
Changed URI for MOD Devices version
4 years ago
falkTX
65c7c68a79
Implement Wave selector as parameter in vex for MOD
Signed-off-by: falkTX <falktx@falktx.com>
5 years ago
falkTX
7ce2603d96
Remove arpeggiator from vex linux-embed build
Signed-off-by: falkTX <falktx@falktx.com>
5 years ago
falkTX
88ffab3994
Make temper work as linux-embed plugin
Signed-off-by: falkTX <falktx@falktx.com>
5 years ago
falkTX
e4213b4176
Fix klanfalter build with SSE (includes header inside namespace)
Signed-off-by: falkTX <falktx@falktx.com>
5 years ago
Gitter Dude
9823171189
Compile complains about the extra values to toggleOn/Off
5 years ago
Gitter Dude
fd4f00243b
Compile complains about not knowing variable type
5 years ago
Gitter Dude
9ea8333687
Compile complains about deprectated keyword 'throw'
5 years ago
Gitter Dude
697060c045
Compile complains about whitespace indentation
5 years ago
falkTX
986afb100e
Fix build against gcc9 (compiler bug)
Closes #45
Signed-off-by: falkTX <falktx@falktx.com>
5 years ago
falkTX
697358a41b
Fix a compiler warning
Signed-off-by: falkTX <falktx@falktx.com>
5 years ago
falkTX
4ccd6e7226
Import temper plugin, fix to build with C++11
5 years ago
falkTX
014a55aa40
Assume SSE present for flac; Fix build for neon
5 years ago
falkTX
4f38133fec
Remove useless backup file
5 years ago
falkTX
f16693519b
Update LV2 wrapper to work with latest juce
7 years ago
falkTX
77fbcbc9cb
Fix build with gcc4
7 years ago
falkTX
a81d629410
Add juce-opl plugin
7 years ago
falkTX
7bf5c7e729
Update dexed
7 years ago
falkTX
84f65e6805
Remove symlinks from TAL code, fixup include paths instead
7 years ago
falkTX
b200e7409a
klangfalter: Add autogain on/off, hide autogain (level) from host
7 years ago
falkTX
fcabdd86db
Test saving and restore of klangfalter autogain
7 years ago
falkTX
e11e2b204c
Build juce and plugins without JUCE_ALLOW_STATIC_NULL_VARIABLES
7 years ago
falkTX
7f21bd39f7
Fix build against latest juce changes
7 years ago
falkTX
3128f11fcd
Fix klangfalter for latest juce
7 years ago
falkTX
2be76131ec
Build HiReSam and refine plugins
7 years ago
falkTX
a216b51242
Add HiReSam plugin
7 years ago
falkTX
6842a43ea2
Add ReFine plugin
7 years ago
falkTX
0c5706efa1
Update LUFSMeter
7 years ago
falkTX
af87c602a1
Update juce
7 years ago
falkTX
a1d4957cf7
Update obxd (discoDSP version)
7 years ago
falkTX
fb62971d56
Update dexed to latest upstream code
7 years ago
falkTX
c890991dba
Update easySSP dsp-utility
7 years ago
falkTX
6385d57068
Update ports for new juce
7 years ago
falkTX
5fc083166e
Tweak plugins to build against JUCE_LINUX_EMBED
7 years ago
falkTX
34a68e8a4d
Update plugin premake.lua files for JUCE_LINUX_EMBED
7 years ago
falkTX
7c71b3134e
Fix plugins against latest juce
8 years ago
falkTX
20ba6358dd
Don't build juce-demo-host for now
8 years ago
falkTX
020c3f3201
Remove LV2 latency port from all plugins except pitchedDelay
8 years ago
falkTX
004e649a1b
Fix index of klangfalter param
8 years ago
falkTX
c50ccd3d34
Remove auto-gain on/off button and parameter
Doesn't work properly, causing very loud sound when clicked
So, remove it, as if it was always on
Also add some small credits in there ;)
8 years ago
falkTX
6a99270cea
Update klangfalter to latest upstream code
8 years ago