falkTX
d42779806f
Use script file for CI
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
c6d995000e
Add CI files
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
7b21549655
Update README; Fix sources to be compatible with mingw a bit
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
alex-tee
c06b5b883c
meson fixes ( #54 )
* add missing ladspa headers for juce
* meson: fix plugin include directories
* meson: fix paths not found during linking
4 years ago
Alexandros Theodotou
6aba3c7ba2
add missing ladspa headers for juce
4 years ago
falkTX
4ac89c4527
Tweaks for getting same lv2 binary filename as main branch
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
42fc788556
Can now build lv2 plugins too
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
99a2da118b
Build VST2 plugins with meson
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
b4f51e1c7f
Start conversion to meson, libraries done
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
falkTX
f06b0bc64f
Update readme
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
6d07715451
Update readme
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
48249c4902
Move mod-lv2-data to static-lv2-ttl/moddevices
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
0fa46e240e
Fix whitespace
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
1dd1200c5b
Fix VST build
Signed-off-by: falkTX <falktx@falktx.com>
5 years ago
falkTX
0c2e381b6a
Import fixes from distrho/juce master branch
Signed-off-by: falkTX <falktx@falktx.com>
5 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
1324e4adbe
Don't include opengl headers when not required
Signed-off-by: falkTX <falktx@falktx.com>
5 years ago
falkTX
45189f727c
Update gitignore
Closes #32
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
a89fc2af89
Add juce_dsp and juce_opengl modules here
5 years ago
Andreas Müller
7e62235e80
Use build system flags also for lv2_ttl_generator
Short story: it fixes issues using crossbuild environments
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
5 years ago
Andreas Müller
00ad25fd57
Fix build with gcc9
Ported from [1]
[1] 4e0adb2af8
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
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
500ac85e3d
Force-fix Linux thread priorities
See https://github.com/DISTRHO/juce/issues/7
Signed-off-by: falkTX <falktx@gmail.com>
6 years ago
falkTX
c742e91f03
Split LV2 export code into new file
6 years ago
falkTX
a82fff059b
Fix lv2 ttl generation missing audio ports
7 years ago
falkTX
0ae7124bba
Fix previous commit (include lv2 parameters.h)
7 years ago
falkTX
876a75de77
Fix LV2 sample rate changes
Was fixed in DPF and Carla, now in Juce LV2 wrapper too
7 years ago
falkTX
10818c4e46
Merged-in some Ogg-Vorbis security fixes
7 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
4f6ea41488
Add "libs" make target
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