171 Commits (b2f841f8894e4878aadc99a46601e37eb1d5a94e)

Author SHA1 Message Date
  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 da7c7c7cce
Copy lv2 state path contents when cloning plugin 4 years ago
  falkTX 1e29ecdd12
Better handling of LV2 temporary state, for clone and rename 4 years ago
  falkTX 0e8a2f6e9f
Start experimenting with embed-ui API, for use in external tools 4 years ago
  falkTX 18554a3692
Skip graph CV source reconfigure when loading plugin state 4 years ago
  falkTX 4918f0bb51
Allow to change plugin window title dynamically 4 years ago
  falkTX 2009afd551
Fully implement carla_set_custom_ui_title 4 years ago
  falkTX 22a6006c70
Avoid comparing shared_ptr directly to nullptr 5 years ago
  falkTX f73cafcea8
Backwards compatible std::shared_ptr 5 years ago
  falkTX 3ab47c9481 Change the way plugins are deleted, ensure they are not being used 5 years ago
  falkTX 29c55500a7
Pass DLS/GIG files into fluidsynth if version is recent enough 5 years ago
  falkTX c14dd9cc60
WIP stuff 5 years ago
  falkTX 8bceb9ed17 Fixup process constness while at it 5 years ago
  falkTX cacad4a52f Tweak API and param widget so we can have CV expose option (WIP) 5 years ago
  falkTX dc9e57da01
Don't build new cv param stuff in cross-architecture bridges 5 years ago
  falkTX b94903350b
Rework CV param stuff, less racy 5 years ago
  falkTX a7188bedc4
Add API to set mapped param ranges; bridge backwards compat stuff 5 years ago
  falkTX f9fb98438a
Add API to enable/disable CV controls 5 years ago
  falkTX 6c8d6c757f Cleanup CarlaPlugin.hpp const usage 5 years ago
  falkTX 9bc526c1a6 Tweak CarlaPlugin API to make RT engine callbacks optional 5 years ago
  falkTX 92f7b267ec Enforce use of return value of a few CarlaPlugin functions 5 years ago
  falkTX 5cd42f262f Fully working lv2 parameter groups; Fix carla-single for vst3 5 years ago
  falkTX f652ad2e13 Rework for better plugin string result handling; single page params 5 years ago
  luz.paz 04b1890c3e Fix source comment and user facing typos 5 years ago
  falkTX d005d44bd1
Rework some core OSC remote control code, behaving like the plugin 6 years ago
  falkTX 699193f3d5
Start work regarding full OSC control 6 years ago
  falkTX 37014357ad Start adapting for old juce 6 years ago
  falkTX 4c04b0e15a Expose carla-plugin in plugin bridge 6 years ago
  falkTX 21ab90f631 Add backwards-compat for loading projects with GIG files 6 years ago
  falkTX 8383b114e8 Handle (ignore) arbitrary number of audio ports in rack mode 6 years ago
  falkTX 6a986c0630 Fully remove gig and LS stuff; Cleanup 6 years ago
  falkTX 56c05b4952 SFZero stuff working, only final details needed now 6 years ago
  falkTX aab1e828fa Forgot to apply lv2-state-restore on plugin bridges, now fixed 6 years ago
  falkTX 1b1a2b26c7 Rename and move 2 functions 7 years ago
  falkTX 34376b2d8f Remove a hardcoded custom-data key, ignore properties on bridges 7 years ago
  falkTX 7a6e711160 Save custom data for plugin bridges 7 years ago
  falkTX b054dd0c12 Fix small issues regarding program state (crash-fix some plugins) 7 years ago
  falkTX 7de5812912 More rt/non-rt function split, catch unwanted uses 7 years ago
  falkTX c0c08e8898 Start splitting RT and non-RT plugin functions 7 years ago
  falkTX 01b50d2f0b Implement parameter text for plugin bridges, cache last render 7 years ago
  falkTX df1e2f12b1 Start to get rid of Juce 7 years ago
  falkTX ea475b4eb3 Allow to run bridges inside bridges; Fixup lv2-bridge 7 years ago
  falkTX efbec398aa Add stub functions for plugin lv2-export in backend 7 years ago
  falkTX 11e7814b3b Initial stub implementation of jack application plugin 8 years ago
  falkTX 0c6c8ac6e3 If loading project, only enable plugins after restoring its state 8 years ago
  falkTX e2122d3e49 Add options argument to addPlugin, allows to pre-set force-stereo 10 years ago
  falkTX 5d10152aa8 Rework of some latency and LADSPA code 10 years ago
  falkTX d62b7c31dd Continue work to separate idle and uiIdle 10 years ago
  falkTX 92fa5c6f12 Start separation between idle and uiIdle 10 years ago