Collection of tools useful for audio production
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.

40 lines
971B

  1. # Carla TODO
  2. GENERAL:
  3. - add direct program access on ui-dialogs (needed for standalone bridges), maybe add extra buttons too
  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. - allow to set m_ctrlInChannel from GUI (needs GUI widget)
  9. - add macro to get midi channel (status & 0x0F)
  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. LADSPA:
  16. DSSI:
  17. LV2:
  18. - implement lv2-preset support
  19. - complete lv2-atom messages support
  20. - complete lv2-worker support
  21. VST:
  22. - add support for old X11 UIs
  23. - implement cockos extensions
  24. - compare with dssi-vst code
  25. LinuxSampler:
  26. - implement midi-program changes
  27. FluidSynth:
  28. Native:
  29. - Cleanup API
  30. - Document API