falkTX
0ab167491b
Fix a typo, better debugging
Signed-off-by: falkTX <falktx@falktx.com>
5 years ago
falkTX
737a0b0fb7
Close jack client after right deactivation, needed for jack1
jack1 does not wait for deactivate to stop the audio thread,
this leads to race conditions while we delete our audio buffers.
Signed-off-by: falkTX <falktx@falktx.com>
5 years ago
falkTX
1f52e9aac6
Make sure to copy the right binaries on the linux script
Signed-off-by: falkTX <falktx@falktx.com>
5 years ago
falkTX
573db1c483
Fix missing variable in script
Signed-off-by: falkTX <falktx@falktx.com>
5 years ago
falkTX
e13ba29a47
Update kxstudio deb package to use for static builds
Signed-off-by: falkTX <falktx@falktx.com>
5 years ago
falkTX
995c8b9dd7
Bump version
Signed-off-by: falkTX <falktx@falktx.com>
5 years ago
falkTX
80fc25aecb
carla-vst: Fix typo leading to bufsize of 1, add ardour workaround
Signed-off-by: falkTX <falktx@falktx.com>
5 years ago
falkTX
29bcab0532
Handle worst-case scenario of carla-plugin buffer size being too low
Signed-off-by: falkTX <falktx@falktx.com>
5 years ago
falkTX
401a02e87a
Fix for some stupid plugins mess up with global signals
Fixes instant segfault on SIGINT and SIGTERM after loading redux
Signed-off-by: falkTX <falktx@falktx.com>
5 years ago
falkTX
89fdb0b325
Protect jack bufsize, srate and freewheel changes in patchbay mode
Signed-off-by: falkTX <falktx@falktx.com>
5 years ago
falkTX
07f0405e29
Do not build external plugins in debug or strict build modes
Signed-off-by: falkTX <falktx@falktx.com>
5 years ago
falkTX
22fb410c97
Terminate wine bridges if main carla dies
Expose linux call over bridge, so we can set the flag
Signed-off-by: falkTX <falktx@falktx.com>
5 years ago
falkTX
40acc271c3
Calculate VST ppqPos in a more reliable way
Fixes #795
Signed-off-by: falkTX <falktx@falktx.com>
Conflicts:
source/backend/plugin/CarlaPluginVST2.cpp
5 years ago
falkTX
f4e6e15cbb
Handle more sources of vst automation via audioMasterAutomate
Signed-off-by: falkTX <falktx@falktx.com>
Conflicts:
source/backend/plugin/CarlaPluginVST2.cpp
5 years ago
falkTX
fec895a086
Create buffer for vst audio out, fixes dry/wet (inline processing)
Closes #834
Signed-off-by: falkTX <falktx@falktx.com>
5 years ago
falkTX
44358f3f09
Receive transport information when we not jack transport master
Signed-off-by: falkTX <falktx@falktx.com>
5 years ago
falkTX
5f47979ca0
Do not set rtaudio "hog device" mode
Forgot to take this flag out, I was sure I did it...
Signed-off-by: falkTX <falktx@falktx.com>
5 years ago
falkTX
08e0b1caea
Fix RtAudio crash when alsa soundcard is listed but not available
Signed-off-by: falkTX <falktx@falktx.com>
5 years ago
falkTX
2ed8264a9a
Fix crash when directly loading vst shell plugins
Signed-off-by: falkTX <falktx@falktx.com>
5 years ago
falkTX
90312d6ebb
Fix typo
Signed-off-by: falkTX <falktx@falktx.com>
5 years ago
falkTX
dbb76dabe3
Update our rtaudio patch
Signed-off-by: falkTX <falktx@falktx.com>
5 years ago
falkTX
0b5062afb9
Do not print misleading warning
Fixes #837
Signed-off-by: falkTX <falktx@falktx.com>
5 years ago
falkTX
38f6588fba
Remove unused files
Signed-off-by: falkTX <falktx@gmail.com>
5 years ago
falkTX
582ba24665
Fix CarlaThread not able to start if RT is not allowed
Fixes usage with stock Fedora
Signed-off-by: falkTX <falktx@gmail.com>
5 years ago
falkTX
6e656ce91d
Give up trying to follow VST2 spec, always assume UI opens nicely
Signed-off-by: falkTX <falktx@gmail.com>
5 years ago
falkTX
1dbcfa710c
Workaround Qt bug
See 7976236bb3
Signed-off-by: falkTX <falktx@gmail.com>
5 years ago
falkTX
570b8d5976
Always copy carla-plugin binary when exporting lv2 plugin
Signed-off-by: falkTX <falktx@gmail.com>
5 years ago
falkTX
06b5e0bf8c
More..
Signed-off-by: falkTX <falktx@gmail.com>
5 years ago
falkTX
6d1b4404c9
Tweak rtaudio includes
Signed-off-by: falkTX <falktx@gmail.com>
5 years ago
falkTX
417d149a9a
Fix loading multiple exported LV2 plugins
Signed-off-by: falkTX <falktx@gmail.com>
5 years ago
Samson
ab8803c9f5
All scripts use Bash
Syntax errors occur with /bin/sh interpreters, hence /bin/bash is used instead to correct for this
5 years ago
Samson
df262ea546
Fixed shell export syntax
To use the previous syntax, must be using #!/bin/bash
(Tested on Ubuntu 18.04.1)
5 years ago
falkTX
c569afbfb4
Update linux package versions
Signed-off-by: falkTX <falktx@gmail.com>
5 years ago
falkTX
0fe6363f6c
Bump version to 2.0-RC3
Signed-off-by: falkTX <falktx@gmail.com>
5 years ago
falkTX
2f3a442459
Dont prefer plugin bridges for certain hardcoded LV2 plugins
Signed-off-by: falkTX <falktx@gmail.com>
5 years ago
falkTX
51f20736b4
Do not call plugin effEditIdle on update display opcode
Signed-off-by: falkTX <falktx@gmail.com>
6 years ago
falkTX
2413bbf04f
Only call XSetInputFocus on viewable windows
Fixes crash for bridge-lv2-x11 from CLI
Signed-off-by: falkTX <falktx@gmail.com>
6 years ago
falkTX
cbd3ef95f4
Bump version to 2.0-RC2
Signed-off-by: falkTX <falktx@gmail.com>
6 years ago
bencrossman
ee07026250
Bug fix for program changes coming through as bank changes ( #779 )
6 years ago
falkTX
46f6ce6aa4
Fix detection of old Windows dll plugins
6 years ago
falkTX
49a12d5644
Fix typo on INSTALL.md
6 years ago
falkTX
c59a1eb97a
Fix a possible race condition
6 years ago
Andreas Müller
478c6e906a
Fixes for fluidsynth >= 2.0.0 ( #766 )
* Fluidsynths: Ensure fluidsynth's defaults are set once and in one place
This makes transition fluidsynth 1.x -> 2.x a lot easier.
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
* Enable support for fluidsynth >= 2.0.0
This reverts commit e67ba7c25b
.
* Fixes for fluidsynth >= 2.0.0
* preset iteration and getters have changed
* constants for most defaults are no more available in public headers -
fluidsynth wants to be asked
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
6 years ago
falkTX
e67ba7c25b
Fix previous commit
6 years ago
falkTX
0e0a27276f
Don't build sf2/3 support if fluidsynth is > 1.9.9
6 years ago
falkTX
d73c0788cc
Fix some warnings triggered by gcc-8
6 years ago
falkTX
1ad96dc51e
Fix build on Haiku OS
6 years ago
falkTX
3d8e358714
Interposer: Replace some hard-coded ints with an enum
6 years ago
falkTX
92bc6d740c
Fix build with external plugins but no OpenGL
6 years ago
falkTX
c0ee03621b
PluginEdit: always show keyboard if midi-ins > 0
6 years ago