Audio plugin host https://kx.studio/carla
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Carla-TODO 1.1KB

12 years ago
11 years ago
12 years ago
11 years ago
12 years ago
11 years ago
12 years ago
11 years ago
12 years ago
11 years ago
12345678910111213141516171819202122232425262728293031323334353637383940
  1. # Carla TODO
  2. GENERAL:
  3. - add direct program access on ui-dialogs (needed for standalone bridges), maybe add extra buttons too (reset plugin, fix ui size)
  4. - implement osc-based uis in bridge mode
  5. - implement midi-learn (new dialog)
  6. - implement midi-cc automation special rules (invert, half, logarithmic, etc)
  7. - allow to change position of plugins (up/down)
  8. - add control-out rate/freq option in frames (or just a regular block-size option?)
  9. - control/midi-out in singleProcess() calls, use timeoutFrames var
  10. ENGINE:
  11. - complete RtAudio+RtMidi support (only MIDI out missing + save&restore)
  12. - implement Haiku Media support (based from JACK?)
  13. - implement latency in continuous-rack mode
  14. - DSSI/LV2/VST version (needs add-new support on control side)
  15. - Handle sample-rate changes in JACK (made possible by switch-master)
  16. Native:
  17. - Cleanup API
  18. - Document API
  19. LADSPA:
  20. DSSI:
  21. LV2:
  22. - complete lv2-atom messages support
  23. - complete lv2-worker support
  24. VST:
  25. - add support for old X11 UIs
  26. - implement cockos extensions
  27. FluidSynth:
  28. - per-channel volume control
  29. LinuxSampler:
  30. - multi-program
  31. - 16outs (depends on multi-program)