2403 Commits (a4be9fdcd30642bc7801013198eb65f36e06d80d)

Author SHA1 Message Date
  falkTX c8b2c61037
Fix static CarlaParameterInfo cleanup 4 years ago
  falkTX 3ca9a06c26
Inform VST2 and JUCE plugins about UI scale factor 4 years ago
  falkTX 53c52cb3cf
Move standalone juce init/idle/cleanup to new file, expose an API 4 years ago
  falkTX ea18354705
Revert a few things regarding CarlaProcessUtils 4 years ago
  falkTX d932f5aa61
Use ScopedAbortCatcher to avoid crashing with u-he vst3 plugins 4 years ago
  falkTX 90d69c02dd
Split CarlaProcessUtils in hpp/cpp, add ScopedAbortCatcher 4 years ago
  falkTX d91b48e908
Use JUCE by default on linux if supported; Cleanup config a bit 4 years ago
  falkTX de84baeefb
Do not use JUCE for vst2 handling, for now 4 years ago
  falkTX f6c9559067
Final details for scanning etc vst3 linux stuff 4 years ago
  falkTX a40177132e
Fixup build with new juce 4 years ago
  falkTX bb76c8df6d
Build juce_gui_extra under linux 4 years ago
  falkTX b5ee661371
Fix previous commit 4 years ago
  falkTX 0f9dc2c9f1
Replace wine function check for Z:\usr\ folder check 4 years ago
  falkTX c14dd9cc60
WIP stuff 4 years ago
  falkTX 4a52fb680b
Fix strict build 4 years ago
  falkTX 4cdc7f9479
Only standalone should call carla_engine_idle 4 years ago
  falkTX c1bd5c441c
Fix build 4 years ago
  falkTX 215103c05d
Host API calls now require handle as first argument 4 years ago
  falkTX 0657978769
Fix typo 4 years ago
  falkTX 48848789b3
Fix crash loading LV2 plugin with CV and latency ports 4 years ago
  falkTX 9f7f18fbcf
Revert "Set custom UI scale for VST2 and Juce plugins" 4 years ago
  falkTX 01b345f072
Set custom UI scale for VST2 and Juce plugins 4 years ago
  falkTX 0cef38f262
Can always drag&drop vst3 files because of bridges 4 years ago
  falkTX 65da85d288
Increase default size of plugin RT data pool 4 years ago
  falkTX 57e3a99b74
Fix missing idle in native plugins, leading to no post rt events 4 years ago
  falkTX 27548ae652
Alternative approach to postponed rt events 4 years ago
  falkTX 8d113dc1e9
Fix jack metadata usage for multiple carla instances 4 years ago
  Filipe Coelho ad123a4334
Optimize pipes (#1048) 4 years ago
  falkTX 508f2276d1
Handle stack unwind for carla's "safe" exceptions 4 years ago
  falkTX c87c948a17
Reduce pipe allocations for pyqt plugin ui and simple values 4 years ago
  falkTX 9a6c17dc56
Optimize pipe reads, by reducing allocations 4 years ago
  falkTX 9558263d4d
Fix previous commit, ensure pool sizes are the same 4 years ago
  falkTX 6b2f607169
Protect Post-RT events with RAII, use separate pool for pending data 4 years ago
  falkTX 48d9d4c431
Try to fix a crash on close 4 years ago
  falkTX f781db3bb3
JACK: update metadata plugin id when changed 4 years ago
  falkTX cef506e970
Adjust for LV2 UI parameter value API refresh 4 years ago
  falkTX 5b9a630a06
Better handling of lv2ui request parameter "already open" status 4 years ago
  falkTX 5217efc4cf
Implement lv2ui request parameter for file paths 4 years ago
  falkTX 12318879c6
Implement lv2ui background/foreground color 4 years ago
  falkTX 41f59c4bf7
Rework jack ports callback handling (get all data during callback) 4 years ago
  falkTX af0acd31cd
Add some safety checks around jack port callbacks 4 years ago
  falkTX 37b6f040ca
Prevent out of bounds parameter touch in carla-native plugin 4 years ago
  falkTX ed852ffac7 Avoid assertion warning with an expected null value 4 years ago
  falkTX 57d29b421b Fixup carla-control to be in sync with main carla 4 years ago
  falkTX 7d907da527
Really fix multi-client plugin rename 4 years ago
  falkTX d8d331edce Preserve plugin id and icon when renaming in multi-client mode 4 years ago
  falkTX 3147479822 Bunch of tweaks for osx builds, seems to work :) 4 years ago
  falkTX d26ecc359a
Fix crash when removing plugin with active cv control ports 4 years ago
  falkTX cfdb181f37
Add safety checks around CV control ranges 4 years ago
  falkTX eb7590a278
Prevent an assertion warning 4 years ago