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
falkTX
7963c05742
Cherry-pick a commit from juce upstream
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
365ca740f5
Update juce
7 years ago
falkTX
3128f11fcd
Fix klangfalter for latest juce
7 years ago
falkTX
aee4ee6364
Fix drowaudio to build against latest juce
7 years ago
falkTX
8b17b7685e
Update juce
7 years ago
falkTX
03576917ff
Makefile: Use LIBDIR and SRCDIR
Fixes #9
7 years ago
falkTX
973008e043
Update juce again
7 years ago
falkTX
73270d0830
Specify JUCE_ALSA_MIDI_NAME to skip creating a juce app
Related to #21 and #20
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