Files
yabridge/ROADMAP.md
T
Robbert van der Helm 3cda3174bf Add CLAP thread pool support to roadmap
We'll just skip this for now, since there are a lot of complications and
nothing uses it right now anyways.
2022-10-28 13:47:30 +02:00

1.7 KiB

Roadmap

Yabridge's VST2 and VST3 bridging are feature complete and should work great, but there are still some other features that may be worth implementing. This page lists some of those.

Short-ish term

  • ARA support for VST3 plugins. The ARA SDK has recently been open source, so we can now finally start working on this.

Longer term

  • An easier updater through a new yabridgectl update command for distros that don't package yabridge.

For a major release

  • Replace the use of notify-send for notifications with using libdbus directly. Most systems will have both available by default, but some less common distros split notify-send from the rest of the libnotify package.
  • Consider adding an option for yabridgectl to set up VST2 plugins in ~/.vst. As discussed in a couple places already doing so would come with a number of downsides and potential pitfalls so this may not happen.

Somewhere in the future, possibly

  • CLAP audio thread pool support. Implementing this efficiently is less than trivial, and there are currently no plugins that can benefit from it.
  • REAPER's vendor specific VST2.4 and VST3 extensions.
  • Presonus' extensions to the VST3 interfaces. All of these extensions have been superseded by official VST3 interfaces in later versions of the VST3 SDK, so it's unlikely that there are many plugins that still rely on these older extensions.