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
12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. # Carla TODO
  2. CODE CLEANUP:
  3. - Smarter audio/midi port names (count == 1: "audio-in" else: "audio-in-x")
  4. GENERAL:
  5. - add direct program access on ui-dialogs (needed for standalone bridges), maybe add extra buttons too (reset plugin, fix ui size)
  6. - implement osc-based uis in bridge mode
  7. - implement midi-learn (new dialog)
  8. - implement midi-cc automation special rules (invert, half, logarithmic, etc)
  9. - allow to change position of plugins (up/down)
  10. ENGINE:
  11. - complete RtAudio+RtMidi support
  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. LADSPA:
  17. - on reload() only set def,min,max after all changes, apply to dssi and lv2
  18. DSSI:
  19. LV2:
  20. - implement lv2-preset support
  21. - implement lv2-time messages support
  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. - compare with dssi-vst code
  28. LinuxSampler:
  29. - implement midi-program changes
  30. FluidSynth:
  31. Native:
  32. - Cleanup API
  33. - Document API