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.

42 lines
1.2KB

  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 midi-learn (new dialog)
  5. - implement midi-cc automation special rules (invert, half, logarithmic, etc)
  6. - allow to change position of plugins (up/down)
  7. - add control-out rate/freq option in frames (or just a regular block-size option?)
  8. - control/midi-out in singleProcess() calls, use timeoutFrames var
  9. ENGINE:
  10. - complete RtAudio+RtMidi support (only MIDI out missing + save&restore)
  11. - implement Haiku Media support (based from JACK?)
  12. - implement latency in continuous-rack mode
  13. - DSSI/LV2/VST version (needs add-new support on control side)
  14. - Handle sample-rate changes in JACK (made possible by switch-master)
  15. - Add MIDI-bank change type (GM, GS, XG and MMA). See fluidsynth docs
  16. Native:
  17. - Cleanup API
  18. - Document API
  19. LADSPA:
  20. DSSI:
  21. LV2:
  22. - complete lv2-worker support
  23. VST:
  24. - add support for old X11 UIs
  25. - implement cockos extensions
  26. FluidSynth:
  27. - per-channel volume control
  28. - proper buffer-size/sample-rate change
  29. LinuxSampler:
  30. - multi-program
  31. - 16outs (depends on multi-program)
  32. - proper buffer-size/sample-rate change