155 Commits (92064ca85aeacb2278b968b4c547ef8ad9c82dfb)

Author SHA1 Message Date
  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
  falkTX e9dffc601e
Introducing "Cancelable actions" 5 years ago
  falkTX 8672df82ad
Fix some strict compiler warnings 5 years ago
  falkTX 37014357ad Start adapting for old juce 5 years ago
  falkTX 15acfd6db3 Fix for VST plugins that update parameters without telling the host 6 years ago
  falkTX ef07babaad Fix dynamic buffer size against plugin bridges 6 years ago
  falkTX 2b6c6d8440 Fix dynamic buffer size against plugin bridges 6 years ago
  falkTX 07b028b3b5 Make UI more responsive when loading bridged plugins 6 years ago
  falkTX f8f32b363d Fix an assertion when looking for wine64 6 years ago
  falkTX c2b328d70d Don't wait twice for vst plugin bridges 6 years ago
  falkTX 799fd2eaea Fix starting wine bridges with wine versions without 64 suffix 6 years ago
  falkTX 9a68a49849 Big push to get transport working correctly. Seems quite nice now 6 years ago
  falkTX b5f528bdf0 Pass amount of frames to bridge process call 6 years ago
  falkTX bdeb87acb7 Pass amount of frames to bridge process call 6 years ago
  falkTX f475d04869 Expose more stuff to carla-plugin bridge, increase pipe timeout 6 years ago
  falkTX e1004744cb Add valgrind script, found and fix 1 leak already 6 years ago
  falkTX 4c04b0e15a Expose carla-plugin in plugin bridge 6 years ago
  falkTX d21c37ee64 Restart plugin bridges when re-activated, using last saved state 6 years ago