Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 605 Bytes

ROADMAP.md

File metadata and controls

35 lines (30 loc) · 605 Bytes

Roadmap

Version 1

  • UI backend
    • Windowing backend (pugl)
    • Drawing backend (cairo)
    • Widgets
      • Buttons
      • File dialog
      • Knobs
      • Text
    • UI optimizations
      • Only redraw affected regions
  • DSP backends
    • Convolver
  • Plugin integration
    • LV2
    • VST
  • Plugins
    • IR convolver

Future

  • UI backend
    • OpenGL backend
    • UI optimizations
      • Avoid redrawing surfaces hidden by other surfaces on the top
  • DSP backend
    • FFT
  • Plugin integration
    • AudioUnit
  • Plugins
    • Equalizer