38 Commits (3de9ddbe8e26e510d27e32de150bdb7f48fa42d2)

Author SHA1 Message Date
  falkTX b00010b65a Rename the custom mini juce fork to "water" 7 years ago
  falkTX 0fc5553a49 Finish moving things to mini juce 7 years ago
  falkTX aff83aca09 Remove juce_audio_basics and adapt code for it 7 years ago
  falkTX 4dedc0c657 Run juce messages on linux host thread; Update juce icon; Cleanup 7 years ago
  falkTX 278fa54666 Fix default options for plugins with midi input 8 years ago
  falkTX a948461885 Don't allow to unset force-stereo if set in engine; Cleanup 8 years ago
  falkTX aa92833b0a Cleanup default options for all plugin types 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 df6fd36c1b Cleanup to LinkedList class, always pass fallback 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 a4103c8be1 Avoid small assertion when renaming internal plugins 9 years ago
  falkTX 61eff515a0 Cache bufsize/srate on native plugins, prevents callbacks on init 9 years ago
  falkTX 52b7862ab4 Continue previous commit 9 years ago
  falkTX 8de9234e04 Make things build again 9 years ago
  falkTX ce8c1ffe07 More LinkedList changes; Update code to use "old" version 9 years ago
  falkTX 3ddfdb3ba0 Implement carla-lv2 MIDI Out; Remove text-params from internal api 9 years ago
  falkTX 3613bcdcc0 ZynUI working again (local only); Misc fixes 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 e6dc9c7310 Implement "Send Bank/Program Changes" for internal plugins 9 years ago
  falkTX 54ecb70734 Only map program changes by default if the plugin is a synth 9 years ago
  falkTX b0035be5c9 Don't call engine->idle if engine is plugin; Give plugin hosts idle 9 years ago
  falkTX d670f5d1d8 Don't allow multi-midi-port plugins in patchbay for now; Cleanup 9 years ago
  falkTX a45684f6e4 Misc fixes to internal plugins midi handling 9 years ago
  falkTX 4795b63f34 Rename some files, allow presets on plugin skins (needs rebuild) 9 years ago
  falkTX b7e7960855 Don't link the full plugin code in carla-utils; Misc plugin changes 9 years ago
  falkTX 7930282f0c Misc 9 years ago
  falkTX f7bc330102 Allow custom properties per plugin, use it to save is-skin-compact 9 years ago
  falkTX 4ee6a834c7 Make liblo optional 9 years ago
  falkTX b6594b2fa1 Remove idle from native api and lv2/vst exported plugin; Cleanup; Misc changes 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 ebcfe69689 win32 pipe fixes, can't test more due to wine issues 10 years ago
  falkTX 26e36b1996 More plugin-bridge work; Add idle() to native API 10 years ago
  falkTX 649b5c2923 Move some stuff from host to utils lib; Allows cached plugins in carla-plugin 10 years ago
  falkTX 0018a0ce44 Rename some files; More makefile work 10 years ago
  falkTX 23c8c65ff3 Update code for NATIVE_ prefix 10 years ago
  falkTX 16b3ca2a26 Increase max allowed CC number from 95 to 119, fixes #147 10 years ago
  falkTX 3a6ff75305 Fix osx build; Fix plugin version missing carla_panels 10 years ago
  falkTX 29f8bbf13f Rework some plugin MIDI code, closes #134 10 years ago
  falkTX 2235525a56 Apply CV changes to engine bridge; Fix build 10 years ago
  falkTX dac744cd0c Pass CV buffers directly in plugin process function 10 years ago
  falkTX 09a9d7da86 Expose plugin CV ports, use it in plugin class rather than lv2 only 10 years ago
  falkTX 83f71f89eb Cleanup 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 020ecb77b2 More bridge work; map 1:1 engine events to bridge rt events 10 years ago
  falkTX 4310ff30d7 Even more bridge stuff 10 years ago