39 Commits (9ae5a2bcf818d40fba4ea4b2bd9f21b6626d2de5)

Author SHA1 Message Date
  falkTX 9ae5a2bcf8 Report VST NIMKPIVendorSpecificCallbacks as unsupported 7 years ago
  falkTX 09fb3d6500 Fix build on Mac OS and old non-c++11 compilers 7 years ago
  falkTX 1fd8608708 Try to get VSTs working a bit better 7 years ago
  falkTX 999cf14297 Small VST MIDI fixes, but needs a few more.. 7 years ago
  falkTX aff83aca09 Remove juce_audio_basics and adapt code for it 7 years ago
  falkTX f70ab2d39e Continue juce removal; Remove old patchbay plugin data 7 years ago
  falkTX e6ee1b36f1 Some small win32 fixing, still not quite there yet 7 years ago
  falkTX c4ceae92d3 Fix win32 bridge build 7 years ago
  falkTX df1e2f12b1 Start to get rid of Juce 7 years ago
  falkTX 278fa54666 Fix default options for plugins with midi input 8 years ago
  falkTX aa92833b0a Cleanup default options for all plugin types 8 years ago
  falkTX a68cef0f86 Cleanup latency code 8 years ago
  falkTX 5991c38360 Make MIDI CC events apply in log scale if needed 8 years ago
  falkTX 0286271dc8 Allow the same midi-cc in multiple parameters for the same plugin 8 years ago
  falkTX 52f5768dff Update vestige header from ardour 8 years ago
  falkTX 757fe21281 Fix previous commit 8 years ago
  falkTX 807d92bdb4 Support longer VST2 parameter names, if provided by the plugin 8 years ago
  falkTX b6a6d8799a Update juce (needs full rebuild) 8 years ago
  falkTX 1913b83f09 Prepare code to restore per-plugin options from project file 9 years ago
  falkTX e27607298a Catch exceptions during vst init 9 years ago
  falkTX 52b7862ab4 Continue previous commit 9 years ago
  falkTX 8de9234e04 Make things build again 9 years ago
  falkTX 10a0fb5a7a Add support for internal plugins with more than 1 midi input 9 years ago
  falkTX b02fc22d70 Fixes needed for upcoming carla-control 9 years ago
  falkTX 952edd5aec Misc tweaks 9 years ago
  falkTX 54ecb70734 Only map program changes by default if the plugin is a synth 9 years ago
  falkTX d6aa2015a1 Set audioMasterCurrentId before creating plugin, fixes #225 9 years ago
  falkTX d670f5d1d8 Don't allow multi-midi-port plugins in patchbay for now; Cleanup 9 years ago
  falkTX 5d10152aa8 Rework of some latency and LADSPA code 9 years ago
  falkTX a37ff5ceff Add carla_zeroPointers function, use it instead of _fill<void*> 9 years ago
  falkTX 4ee6a834c7 Make liblo optional 9 years ago
  falkTX 5f901af3fb Fix for previous commits 9 years ago
  falkTX d62b7c31dd Continue work to separate idle and uiIdle 9 years ago
  falkTX 92fa5c6f12 Start separation between idle and uiIdle 9 years ago
  falkTX 3752e5907d Remove osc/external vst2 ui support and make vst2 work again 10 years ago
  falkTX 8c326a79a8 Give a proper error for TODO LV2/VST2/bridge 10 years ago
  falkTX e230325148 Make DSSI work again (LV2, VST2 and bridge still pending) 10 years ago
  falkTX 74b4f51476 Cleanup CarlaStateSave struct; Initial code for plugin pipe (no osc) 10 years ago
  falkTX 0018a0ce44 Rename some files; More makefile work 10 years ago
  falkTX 67bbd7e152 Make lib_symbol use a template for the function type 10 years ago
  falkTX 5be55f6d53 Implement programs for juce plugin 10 years ago
  falkTX 16b3ca2a26 Increase max allowed CC number from 95 to 119, fixes #147 10 years ago
  falkTX 29f8bbf13f Rework some plugin MIDI code, closes #134 10 years ago
  falkTX 3ed767db8f Misc 10 years ago
  falkTX dac744cd0c Pass CV buffers directly in plugin process function 10 years ago
  falkTX 37aca5a88e Experimental support for LV2UI resize on host side 10 years ago
  falkTX a050a886bc Headers update for -Wdocumentation; Add carla_compareFloats function 10 years ago
  falkTX e6449e51c8 Most code is now -Weffc++ compatible 10 years ago
  falkTX b1b44bf6bf CarlaPlugin::setChunkData now uses direct data+size instead of base64 10 years ago
  falkTX 020ecb77b2 More bridge work; map 1:1 engine events to bridge rt events 10 years ago