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 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. Native:
  16. - Cleanup API
  17. - Document API
  18. LADSPA:
  19. DSSI:
  20. LV2:
  21. - complete lv2-worker support
  22. VST:
  23. - add support for old X11 UIs
  24. - implement cockos extensions
  25. FluidSynth:
  26. - per-channel volume control
  27. - proper buffer-size/sample-rate change
  28. LinuxSampler:
  29. - multi-program
  30. - 16outs (depends on multi-program)
  31. - proper buffer-size/sample-rate change