falkTX
|
ac3c8aacb4
|
Tweak previous commit to work under plugin bridges too
Signed-off-by: falkTX <falktx@falktx.com>
|
4 years ago |
falkTX
|
f34b7b57f9
|
Try to load vst2 plugin again if first time plugin blows up
Fix for u-he mishandling languages
Signed-off-by: falkTX <falktx@falktx.com>
|
4 years ago |
falkTX
|
cebc307542
|
Fix for vst2 plugins that crash on init
Signed-off-by: falkTX <falktx@falktx.com>
|
4 years ago |
falkTX
|
09370ae456
|
Change an error message
Signed-off-by: falkTX <falktx@falktx.com>
|
4 years ago |
falkTX
|
3ca9a06c26
|
Inform VST2 and JUCE plugins about UI scale factor
Signed-off-by: falkTX <falktx@falktx.com>
|
4 years ago |
falkTX
|
de84baeefb
|
Do not use JUCE for vst2 handling, for now
Signed-off-by: falkTX <falktx@falktx.com>
|
4 years ago |
falkTX
|
9f7f18fbcf
|
Revert "Set custom UI scale for VST2 and Juce plugins"
This reverts commit 01b345f072 .
|
4 years ago |
falkTX
|
01b345f072
|
Set custom UI scale for VST2 and Juce plugins
Signed-off-by: falkTX <falktx@falktx.com>
|
4 years ago |
falkTX
|
8255f5a733
|
Allow CV controls in a few more formats, plus in bridges as well
Signed-off-by: falkTX <falktx@falktx.com>
|
4 years ago |
falkTX
|
3b86fc2f42
|
Cleanup and merge common code; Implement custom MIDI CC ranges
Signed-off-by: falkTX <falktx@falktx.com>
|
4 years ago |
falkTX
|
d17c94b3f4
|
Fix limits of MIDI CC parameters
Closes #989
Signed-off-by: falkTX <falktx@falktx.com>
|
4 years ago |
falkTX
|
8bceb9ed17
|
Fixup process constness while at it
|
4 years ago |
falkTX
|
f6b1704ad5
|
Better warning for audioMasterAutomate in main thread
Signed-off-by: falkTX <falktx@falktx.com>
|
4 years ago |
falkTX
|
ddff565c71
|
Fix empty program names in some cases; Fix null program on bridge load
Signed-off-by: falkTX <falktx@falktx.com>
|
4 years ago |
falkTX
|
cacad4a52f
|
Tweak API and param widget so we can have CV expose option (WIP)
|
4 years ago |
falkTX
|
dc9e57da01
|
Don't build new cv param stuff in cross-architecture bridges
Signed-off-by: falkTX <falktx@falktx.com>
|
4 years ago |
falkTX
|
b94903350b
|
Rework CV param stuff, less racy
Signed-off-by: falkTX <falktx@falktx.com>
|
4 years ago |
falkTX
|
a89dfbf49d
|
Fix string-copy related compiler warnings
Signed-off-by: falkTX <falktx@falktx.com>
|
4 years ago |
falkTX
|
f9fb98438a
|
Add API to enable/disable CV controls
Signed-off-by: falkTX <falktx@falktx.com>
|
4 years ago |
falkTX
|
eed583e059
|
Disable CV controls by default, add first API around it
Signed-off-by: falkTX <falktx@falktx.com>
|
4 years ago |
falkTX
|
b051899438
|
Expose vst2 params as cv (testing)
Signed-off-by: falkTX <falktx@falktx.com>
|
4 years ago |
falkTX
|
5fbb286848
|
Correct default options for native vst
Signed-off-by: falkTX <falktx@falktx.com>
|
5 years ago |
falkTX
|
520bbe4465
|
Properly restore options for all plugin formats, CC on by default
Signed-off-by: falkTX <falktx@falktx.com>
|
5 years ago |
falkTX
|
edc15542e9
|
Rework some code, join LADSPA and DSSI plugin support code into 1
Signed-off-by: falkTX <falktx@falktx.com>
|
5 years ago |
falkTX
|
ccb0b4bba6
|
Revert "Add a comment about some unreachable code"
This reverts commit 246a09a8f0 .
|
5 years ago |
falkTX
|
9286c4da24
|
Revert "Do not set vst ui size when audioMasterSizeWindow received on init"
This reverts commit 0b485284e5 .
|
5 years ago |
falkTX
|
cf3e3fd023
|
Revert "Try to fix recursion of vst ui resize"
This reverts commit f119412bc9 .
|
5 years ago |
falkTX
|
f119412bc9
|
Try to fix recursion of vst ui resize
|
5 years ago |
falkTX
|
246a09a8f0
|
Add a comment about some unreachable code
|
5 years ago |
falkTX
|
0b485284e5
|
Do not set vst ui size when audioMasterSizeWindow received on init
|
5 years ago |
falkTX
|
9bc526c1a6
|
Tweak CarlaPlugin API to make RT engine callbacks optional
|
5 years ago |
falkTX
|
f652ad2e13
|
Rework for better plugin string result handling; single page params
|
5 years ago |
luz.paz
|
04b1890c3e
|
Fix source comment and user facing typos
Found via `codepell` (v1.17.0.dev0)
```
codespell -q 3 -L iff,iif,inport,sord,sinc,te,uint -S ./source/includes,./source/modules,./source/native-plugins,./data/windows
```
|
5 years ago |
Ben Crossman
|
cbb07a811b
|
Revised attempt at: https://github.com/falkTX/Carla/pull/489 (#782)
* Revised attempt at: https://github.com/falkTX/Carla/pull/489
* Redid the changes to CarlaPluginJuce.cpp
* Fixed warning
|
5 years ago |
falkTX
|
011f8dcd17
|
Fix logic in the previous commit
Signed-off-by: falkTX <falktx@falktx.com>
|
5 years ago |
falkTX
|
03f74e99ea
|
Allow engine to load vst shells with id 0, using the first plugin
Signed-off-by: falkTX <falktx@falktx.com>
|
5 years ago |
falkTX
|
8e37bc8245
|
Make loading of vst chunk conflict less with non-juce plugins
Signed-off-by: falkTX <falktx@gmail.com>
|
5 years ago |
falkTX
|
63daa721c3
|
Fix strict debug build
Signed-off-by: falkTX <falktx@falktx.com>
|
5 years ago |
falkTX
|
d218b58249
|
Fix build; Remove debug prints; Implement drag/touch for bridges
Signed-off-by: falkTX <falktx@falktx.com>
|
5 years ago |
falkTX
|
dbf649d58d
|
WIP drag/touch params callback to host; Fix plugin rename API
Signed-off-by: falkTX <falktx@falktx.com>
|
5 years ago |
falkTX
|
d005d44bd1
|
Rework some core OSC remote control code, behaving like the plugin
Signed-off-by: falkTX <falktx@falktx.com>
|
5 years ago |
falkTX
|
b49a1bc1e4
|
Cleanup, continue previous commit
Signed-off-by: falkTX <falktx@falktx.com>
|
5 years ago |
falkTX
|
699193f3d5
|
Start work regarding full OSC control
Signed-off-by: falkTX <falktx@falktx.com>
|
5 years ago |
falkTX
|
6a6b396747
|
Name some variables more consistently
Signed-off-by: falkTX <falktx@falktx.com>
|
5 years ago |
falkTX
|
0ab167491b
|
Fix a typo, better debugging
Signed-off-by: falkTX <falktx@falktx.com>
|
5 years ago |
falkTX
|
5e3035ed7f
|
Fix a typo, better debugging
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
|
abdcf7ac7f
|
Calculate VST ppqPos in a more reliable way
Fixes #795
Signed-off-by: falkTX <falktx@falktx.com>
|
5 years ago |
falkTX
|
c76dd69eb5
|
Handle more sources of vst automation via audioMasterAutomate
Signed-off-by: falkTX <falktx@falktx.com>
|
5 years ago |