falkTX
67cdebbd24
Fix armhf build
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
3c250ae5f7
Tweak more code for vitalium name
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
4baf02191f
Better wording and text position
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
babbea976e
s/Icon/Logo/
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
2964f29587
Custom colors
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
d83e00f4af
Use Ctrl as modifier instead of Alt
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
8eb5bf6800
Use png logo
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
655a738c85
Add and generate custom resources
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
0453fa0ae4
Patch code to remove login, download, auth, etc
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
09aeabcd0b
Dont use LTO, not worth the super long linking times for just 100kb
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
578dbcfcd6
Delete unused vitalium files (download, auth, login, etc)
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
91b2c14736
WantsLV2FixedBlockSize is not needed for vitalium
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
ddd9b77aa4
Use ~/.local/share/vitalium/ for linux user files
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
747838a792
Tweak build flags, experimental
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
60228728e7
Initial commit for vitalium
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
3065a3739c
Fix macOS build
4 years ago
falkTX
b968082728
Alternative way to specify macOS frameworks (multiarch workaround)
4 years ago
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