falkTX
0c536ccc43
Make previous changes c++98 compat
5 years ago
falkTX
84c69c851c
Add option to add-jack for using externally started applications
5 years ago
falkTX
a7e907d951
Implement CV exposed ports in carla-patchbay
Signed-off-by: falkTX <falktx@falktx.com>
5 years ago
falkTX
31964ba8eb
Add patchbay 64chan plugin version
Closes #908
5 years ago
falkTX
7fa3be646a
Place Qt stuff outside of custom namespace
Fixes #894
Closes #895
Signed-off-by: falkTX <falktx@falktx.com>
5 years ago
falkTX
d427e92710
Add a real Dummy engine driver, usable with carla-single too
via special env var CARLA_BRIDGE_DUMMY
Signed-off-by: falkTX <falktx@falktx.com>
5 years ago
falkTX
1007828871
libjack: implement uuid and thread-init cb, some cleanup
Signed-off-by: falkTX <falktx@falktx.com>
5 years ago
falkTX
8cee623761
Cleanup lv2 ui scale stuff, use LV2_UI__scaleFactor
Signed-off-by: falkTX <falktx@falktx.com>
5 years ago
falkTX
feacbe3ad1
Cleanup inline data and other last commits
Signed-off-by: falkTX <falktx@falktx.com>
5 years ago
falkTX
78461399e0
Renders inline display for internal plugins, if provided
Signed-off-by: falkTX <falktx@falktx.com>
5 years ago
falkTX
0514349938
Expose inline display on internal plugins; 2.0 Backwards compat fix
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
d4a0292f37
carla-vst: expose first plugin params for host automation; cleanup
Signed-off-by: falkTX <falktx@falktx.com>
5 years ago
falkTX
d0610840bd
Add back modgui support
Signed-off-by: falkTX <falktx@falktx.com>
5 years ago
falkTX
60cb053d04
More remote OSC stuff, split UDP and TCP
Signed-off-by: falkTX <falktx@falktx.com>
5 years ago
falkTX
eab49fce5c
Bump ficticious version
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
0938f19d32
Fix previous commit
Signed-off-by: falkTX <falktx@gmail.com>
5 years ago
falkTX
c6d5ece01b
Run strict build on code that uses juce; Strict build 32bit bridge
Signed-off-by: falkTX <falktx@gmail.com>
5 years ago
falkTX
681fd1dd54
Fix missing declaration
Signed-off-by: falkTX <falktx@gmail.com>
5 years ago
falkTX
ada9445338
libjack: Replace hardcoded numbers with enums
Signed-off-by: falkTX <falktx@gmail.com>
5 years ago
Filipe Coelho
efd2441fa1
Initial support for LV2 params ( #811 )
* Quick & dirty LV2 params now working, testing waters...
* Support LV2 UIs purely through show interface without complaining
* Small tweak to how DSSI UIs are found, to be more inclusive
* Make water File paths accept paths from CWD, adjust bridges to it
* Add "plugin-wine" make target in cross-compile mingw mode
* Whitespace
* Bump maximum value of LFO speed
* Rename a variable
* Fix build
* Always copy carla-plugin binary when exporting lv2 plugin
* Fix typo
* Do not build external plugins in DEBUG mode
They make bigger binaries, take longer to build and sometimes even fail.
We do not need them in DEBUG mode, since they are assumed to be tested and work well
* Cleanup some water
* Fix leaks and oddities with water Array class
* Make ScopedLocale its own class, apply it everywhere that it fits
* Cleanup
* More cleanup, make lv2 params code not crash carla
* Fake lv2 plugin gui for those with file paths, using first prop
Signed-off-by: falkTX <falktx@gmail.com>
5 years ago
falkTX
8672df82ad
Fix some strict compiler warnings
Fixes #821
Fixes #822
Signed-off-by: falkTX <falktx@gmail.com>
5 years ago
falkTX
c73be58d42
Version things properly (develop is 2.1 target)
Signed-off-by: falkTX <falktx@gmail.com>
5 years ago
falkTX
a2779cb250
Fix windows build (typo in previous commit)
Signed-off-by: falkTX <falktx@gmail.com>
5 years ago
falkTX
c930afde32
Try to fix build warning on vst3sdk
Signed-off-by: falkTX <falktx@gmail.com>
5 years ago
falkTX
7f026adfae
Remove unused vst3sdk code
Signed-off-by: falkTX <falktx@gmail.com>
5 years ago
falkTX
6fa44324dd
Add some more vst3sdk files
Signed-off-by: falkTX <falktx@gmail.com>
5 years ago
falkTX
cdc49301a9
Add vst3sdk base files
Signed-off-by: falkTX <falktx@gmail.com>
5 years ago
falkTX
ceb68f9a56
Bump version to 2.0-RC3
Signed-off-by: falkTX <falktx@gmail.com>
5 years ago
falkTX
a82dc38e69
Bump version to 2.0-RC2
Signed-off-by: falkTX <falktx@gmail.com>
6 years ago
falkTX
0fe6363f6c
Bump version to 2.0-RC3
Signed-off-by: falkTX <falktx@gmail.com>
5 years ago
falkTX
ab8e178413
Experiment with LV2 parameters, we can show their names now
Signed-off-by: falkTX <falktx@gmail.com>
5 years ago
falkTX
cbd3ef95f4
Bump version to 2.0-RC2
Signed-off-by: falkTX <falktx@gmail.com>
6 years ago
falkTX
d73c0788cc
Fix some warnings triggered by gcc-8
6 years ago
falkTX
ee0a4e5fdf
Start a big cleanup, WIP
6 years ago
falkTX
85ebe336c5
Fix some warnings triggered by gcc-8
6 years ago
falkTX
61a7394ecd
Cleanup in carla as plugin code, preparing for some wine :)
6 years ago
falkTX
42e43ea20b
Add __cdecl to vestige header
6 years ago
falkTX
62da178391
Cleanup CarlaNativePlugin header
6 years ago
falkTX
d891f6de50
More work for carla-native-plugin
6 years ago
FilipeCSnuk
02fe784cc8
Expose new carla-plugin-native object
6 years ago
falkTX
e8693d1d06
Bump version to 2.0-RC1
6 years ago
falkTX
04dbc3fbee
Nicer printing on out of bounds midi event time
6 years ago
falkTX
f99242e2bc
Cleanup
6 years ago
falkTX
b92cb268fb
Hurd is UNIX
6 years ago
falkTX
8ac99a697e
Rename vestige header and update it, adjust code as needed
6 years ago
falkTX
3dad6fc926
Update jackey.h file
6 years ago
falkTX
df44adbebe
Remove an unused file
6 years ago
falkTX
bf60778ad9
Use double-precision for time tick; Force bridge build without osc
6 years ago