173 Commits (e7395380647d1e70a3fc372bb8d397b633784076)

Author SHA1 Message Date
  Florian Jung 9b79fcc97c
Fix inaccurate midi CC rounding (#1612) 2 years ago
  falkTX 1f5e44c4bb Adjust the rest of the code for CARLA_BACKEND_NAMESPACE macro use 2 years ago
  falkTX c6ca5ca23d
Update copyright year for the modified files 2 years ago
  falkTX 8b24fc0e02
Use temporary files for big custom data values in bridges 2 years ago
  falkTX 4f13afd48a
Fix strict build 2 years ago
  falkTX 2a55bbaef4
Notify of embed resizes on bridges 2 years ago
  falkTX fcd3eb8c65
Initial implementation for embedding UIs of bridged plugins 2 years ago
  falkTX 63ce0b9148
Add PLUGIN_JSFX definition, not yet implemented 2 years ago
  falkTX ea7ed826dd
Automable is not a word, sorry! 3 years ago
  falkTX 6a1c518eb4 Use posix_spawn to launch macOS bridges 3 years ago
  falkTX 243b3a31c4
Fix bridges build 3 years ago
  falkTX 605e894b11
Fix assertion on empty project path; Change cwd of plugin bridges 3 years ago
  falkTX 2c142d77af
Clear PID when child process ends 3 years ago
  falkTX d635f6363a
Fix usage of empty filenames and labels for plugin bridges 3 years ago
  falkTX d347aefa0d Automatically run VST2 intel/arm binaries on macOS as needed 3 years ago
  falkTX 9300001c10
Rework postponeRtEvent data to be union of structs 3 years ago
  falkTX 838a00566f
Implement custom plugin ui title on bridges 4 years ago
  falkTX 6dbe64bc1f
Fix regression, missing notes on new plugins 4 years ago
  falkTX 53b3a2cbac
Add option to disabling sending notes to plugins (reverse on) 4 years ago
  falkTX 5a9e11a242
Store the raw MIDI value in EngineControlEvent, for future use 4 years ago
  falkTX 088fc9e5b3
Convert control parameter events into MIDI CCs to send to bridges 4 years ago
  falkTX 3946d1299f
Implement MIDI CC and CV source parameter changes for bridges 4 years ago
  falkTX f053e8ab38
Fix bridge build with previous commit 4 years ago
  falkTX c3f05e4e96
Initial implementation of MIDI learn (per plugin, not global) 4 years ago
  falkTX 1e29ecdd12
Better handling of LV2 temporary state, for clone and rename 4 years ago
  falkTX 18554a3692
Skip graph CV source reconfigure when loading plugin state 4 years ago
  falkTX 45287c55f1
plugin-bridge: give host idle time while waiting for parameter text 4 years ago
  falkTX 3ab47c9481 Change the way plugins are deleted, ensure they are not being used 4 years ago
  falkTX eb7590a278
Prevent an assertion warning 4 years ago
  falkTX 8255f5a733
Allow CV controls in a few more formats, plus in bridges as well 4 years ago
  falkTX 8bceb9ed17 Fixup process constness while at it 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 452468b3f8
Try a hackish way to push bridge options on init 4 years ago
  falkTX a7188bedc4
Add API to set mapped param ranges; bridge backwards compat stuff 4 years ago
  falkTX c97d183e38
fixed-buffers on by default for bridges; forgot chunks 4 years ago
  falkTX 2b6dc623a1
Initial support of CV in plugin bridges (incomplete, missing names) 4 years ago
  falkTX ed42465d3d
Set options in plugin bridges 4 years ago
  falkTX edc15542e9
Rework some code, join LADSPA and DSSI plugin support code into 1 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
  Ben Crossman cbb07a811b Revised attempt at: https://github.com/falkTX/Carla/pull/489 (#782) 5 years ago
  falkTX 3afdf1f2d2 Allow bridges to set latency value again, now that we fixed things 5 years ago
  falkTX a0be30f35e
Fix crash when plugin adds latency after starting at 0 5 years ago
  falkTX d218b58249
Fix build; Remove debug prints; Implement drag/touch for bridges 5 years ago
  falkTX d005d44bd1
Rework some core OSC remote control code, behaving like the plugin 5 years ago
  falkTX 699193f3d5
Start work regarding full OSC control 5 years ago
  falkTX fc48f6f9e7
Introduce statusbar-like area; Add 1 new callback value 5 years ago
  falkTX da0bdeeee7
Fix typo 5 years ago