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
falkTX
1286793a53
Start getting rid of linuxsampler
6 years ago
falkTX
6a6f4782e5
Bump version to beta7
6 years ago
John Zimmermann
e68b310b23
Do also check if __aarch64__ is defined instead of only __arm64__ ( #660 )
6 years ago
falkTX
c62bfbc43a
Implement LV2 UI port notifications to feedback messages to UI
6 years ago
falkTX
cc3268a8be
Store port notifications in LV2_RDF struct
6 years ago
falkTX
c3a38f7026
Cleanup
6 years ago
falkTX
3f343a3ca7
Bump version
6 years ago
falkTX
c3097fb386
Stop trying to write to pipes when previous op fails, other fixes
6 years ago
falkTX
56fa7b3986
Cleanup; Only use F_SETPIPE_SZ on Linux
7 years ago
falkTX
51540d510e
First attempt to make it work on Hurd
7 years ago
falkTX
bef3d546cc
Fix for missing wordsize/sizewidth macros on HaikuOS
7 years ago
falkTX
ca29e80450
Fix build on latest git under certain compilers
7 years ago
falkTX
a472b6dea7
Remove modgui support, requires webkit which is qt4 only
7 years ago
falkTX
c0c9cba176
Add CARLA_OS_BSD definition, always valid BINARY_NATIVE macro
7 years ago
falkTX
46793283e7
Fix wordsize check for clang
7 years ago
falkTX
5b97ec1e00
Fix typo leading to unloadable plugins, sorry
7 years ago
falkTX
6538f4f871
Cleanup some water macros
7 years ago
falkTX
1c529be20b
Fix some gcc-7 warnings
7 years ago
falkTX
4dedc0c657
Run juce messages on linux host thread; Update juce icon; Cleanup
7 years ago