261 Commits (9e14f2dc0801a7b5c2416d432cdf750b9cc34da7)

Author SHA1 Message Date
  falkTX ea7ed826dd
Automable is not a word, sorry! 3 years ago
  falkTX 1edb1bb172
Expose a 8cv carla patchbay variant 3 years ago
  falkTX d61f507e72 Add NATIVE_PLUGIN_OPCODE_HOST_USES_EMBED, for special hosts 3 years ago
  falkTX 4154b61f95
Reduce excessive prints 3 years ago
  falkTX 0fad472b59 Rework some symbol exports, resolving conflicts of standalone/utils 4 years ago
  falkTX 6682c11484
Reload plugin parameters after loading project in carla-plugin 4 years ago
  falkTX d8c7f9280f
Fix strict build 4 years ago
  falkTX 35157eb405
Alternative way to handle juce message thread in carla-plugin 4 years ago
  falkTX 7dc9e8fce4
Alternative, cleaner approach to JUCE run loop on carla-plugin 4 years ago
  falkTX c47340d4b0
internal plugins: Allow to notify UI of MIDI events 4 years ago
  falkTX 1e29ecdd12
Better handling of LV2 temporary state, for clone and rename 4 years ago
  falkTX 5bd2497090
Add debug prints regarding profile file/folder 4 years ago
  falkTX fbc26c4c35
carla-plugin: only request UI parameter changes if UI is visible 4 years ago
  falkTX 18554a3692
Skip graph CV source reconfigure when loading plugin state 4 years ago
  falkTX 743ed07ac7
Always load patchbay connections when importing a carla project 4 years ago
  falkTX 5ce90bcdad
Fix callback recursion on carla-plugin patchbay group moves 4 years ago
  falkTX d82ae66928
Fix carla-plugin never deleting plugins 4 years ago
  falkTX 89566a1a0f
Add API to know current project folder 4 years ago
  falkTX dbfc6116a9
Fix a couple of issues with carla-plugin 4 years ago
  falkTX 22a6006c70
Avoid comparing shared_ptr directly to nullptr 4 years ago
  falkTX 3ab47c9481 Change the way plugins are deleted, ensure they are not being used 4 years ago
  falkTX b95d082d1f
Set correct Carla-VST UI size based on scale factor 4 years ago
  falkTX c178105a15
First go at backend-side canvas positions; Safer jack callbacks 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 9a6c17dc56
Optimize pipe reads, by reducing allocations 4 years ago
  falkTX 37b6f040ca
Prevent out of bounds parameter touch in carla-native plugin 4 years ago
  falkTX eb7590a278
Prevent an assertion warning 4 years ago
  falkTX c2c422a8ef
Set range of LV2 and native CV plugin ports 4 years ago
  falkTX 691deb66bd Make CarlaNative.h process function backwards compatible 4 years ago
  falkTX ddff565c71
Fix empty program names in some cases; Fix null program on bridge load 4 years ago
  falkTX cacad4a52f Tweak API and param widget so we can have CV expose option (WIP) 4 years ago
  falkTX a89dfbf49d
Fix string-copy related compiler warnings 4 years ago
  falkTX f9fb98438a
Add API to enable/disable CV controls 4 years ago
  falkTX df61dffe01
Prevent a small assertion 5 years ago
  falkTX 42cc9127cb
Allow parameter comment and group name in internal plugins 5 years ago
  falkTX 7a9ddac0dd
Fixup carla-patchbay and implement dynamic parameters 5 years ago
  falkTX e2ec0164ad
Add API to internal plugins so we can name audio and cv ports 5 years ago
  falkTX 2cb6fa1960
Initial work for file type paths, use it for audio and midi plugins 5 years ago
  falkTX 9bc526c1a6 Tweak CarlaPlugin API to make RT engine callbacks optional 5 years ago
  falkTX 0bda11bd0f Do not use sprintf in CarlaEngineNative.cpp; Fix previous commit 5 years ago
  falkTX 92f7b267ec Enforce use of return value of a few CarlaPlugin functions 5 years ago
  falkTX 18095d27b1 Implement device config changes at runtime (juce and jack) 5 years ago
  falkTX a7e907d951
Implement CV exposed ports in carla-patchbay 5 years ago
  falkTX 88ae3fed8c Fix previous commit 5 years ago
  falkTX 31964ba8eb Add patchbay 64chan plugin version 5 years ago
  falkTX 935349e3ce
Make sure carla internal plugin has 100+10 parameters 5 years ago
  falkTX 0514349938 Expose inline display on internal plugins; 2.0 Backwards compat fix 5 years ago
  falkTX d218b58249
Fix build; Remove debug prints; Implement drag/touch for bridges 5 years ago
  falkTX dbf649d58d
WIP drag/touch params callback to host; Fix plugin rename API 5 years ago