40 Commits (main)

Author SHA1 Message Date
  falkTX ab7c8c6f97
Fix cmake build 5 months ago
  falkTX 84b3316b67
Remove use of Carla{String,ScopedLocale,ScopedPointer} for DPF 6 months ago
  falkTX 7eaf104d3d
Cleanup use of CarlaString 6 months ago
  falkTX 154047d9e2
Replace some internal carla utils with DPF ones 7 months ago
  falkTX 9370483b0a
Adjust for liblo API breakage, dont define lo_message type 1 year ago
  falkTX b77c437792
Fix DSSI MIDI events 2 years ago
  falkTX 5466940fb9
Fix wasm build with liblo (disable DSSI UIs and NSM) 2 years ago
  falkTX b93cb19975
Stop using VLAs on code that will be used in OBS 2 years ago
  falkTX 91cee1f997 Cleanup for CARLA_DECLARE_NON_COPYABLE macro use, minor jsfx things 3 years ago
  Florian Jung 9b79fcc97c
Fix inaccurate midi CC rounding (#1612) 3 years ago
  falkTX ea7ed826dd
Automable is not a word, sorry! 4 years ago
  falkTX 2c142d77af
Clear PID when child process ends 5 years ago
  falkTX 9300001c10
Rework postponeRtEvent data to be union of structs 5 years ago
  falkTX 6dbe64bc1f
Fix regression, missing notes on new plugins 5 years ago
  falkTX 53b3a2cbac
Add option to disabling sending notes to plugins (reverse on) 5 years ago
  falkTX 5a9e11a242
Store the raw MIDI value in EngineControlEvent, for future use 5 years ago
  falkTX f053e8ab38
Fix bridge build with previous commit 5 years ago
  falkTX c3f05e4e96
Initial implementation of MIDI learn (per plugin, not global) 5 years ago
  falkTX 4918f0bb51
Allow to change plugin window title dynamically 5 years ago
  falkTX 2009afd551
Fully implement carla_set_custom_ui_title 5 years ago
  falkTX 6ef541d1da
Fix strict build warnings against clang 5 years ago
  falkTX 3ab47c9481 Change the way plugins are deleted, ensure they are not being used 5 years ago
  falkTX 3b86fc2f42
Cleanup and merge common code; Implement custom MIDI CC ranges 6 years ago
  falkTX d17c94b3f4
Fix limits of MIDI CC parameters 6 years ago
  falkTX 8bceb9ed17 Fixup process constness while at it 6 years ago
  falkTX cacad4a52f Tweak API and param widget so we can have CV expose option (WIP) 6 years ago
  falkTX dc9e57da01
Don't build new cv param stuff in cross-architecture bridges 6 years ago
  falkTX b94903350b
Rework CV param stuff, less racy 6 years ago
  falkTX a89dfbf49d
Fix string-copy related compiler warnings 6 years ago
  falkTX f9fb98438a
Add API to enable/disable CV controls 6 years ago
  falkTX eed583e059
Disable CV controls by default, add first API around it 6 years ago
  falkTX b051899438
Expose vst2 params as cv (testing) 6 years ago
  falkTX 92c70a3800
API cleanup with latest changes, test cv changes with LV2 6 years ago
  falkTX 5d81b6431f
More tests with CV controls, working for ladspa 6 years ago
  falkTX 52b7340213
Continue stuff for cv controls 6 years ago
  falkTX dd08dd59eb Initial tests for cv and param control 6 years ago
  falkTX 520bbe4465
Properly restore options for all plugin formats, CC on by default 6 years ago
  falkTX 81b6f46009
Introduce PLUGIN_OPTIONS_NULL; Save&restore LADSPA/DSSI options 6 years ago
  falkTX 0a643091b1
Fix crash with LADSPA plugins (regression on DSSI code merge) 6 years ago
  falkTX edc15542e9
Rework some code, join LADSPA and DSSI plugin support code into 1 6 years ago
  falkTX 9bc526c1a6 Tweak CarlaPlugin API to make RT engine callbacks optional 6 years ago
  falkTX f652ad2e13 Rework for better plugin string result handling; single page params 6 years ago
  falkTX a0be30f35e
Fix crash when plugin adds latency after starting at 0 6 years ago
  falkTX d005d44bd1
Rework some core OSC remote control code, behaving like the plugin 7 years ago
  falkTX b49a1bc1e4
Cleanup, continue previous commit 7 years ago
  falkTX 699193f3d5
Start work regarding full OSC control 7 years ago
  falkTX 8535f839bf
Start work for OSC settings 7 years ago
  falkTX fc48f6f9e7
Introduce statusbar-like area; Add 1 new callback value 7 years ago
  falkTX d73c0788cc Fix some warnings triggered by gcc-8 7 years ago
  falkTX 85ebe336c5 Fix some warnings triggered by gcc-8 7 years ago