faustjs icon indicating copy to clipboard operation
faustjs copied to clipboard

Take the plugin system out of experimental

Open blakewilson opened this issue 1 year ago • 0 comments

We have proven that our plugin system and model works, so let's take the experimental off of the experimentalPlugins flag in the faust.config.js and just use plugins. We should also be backwards compatible and still support experimentalPlugins but warn users that they should start using plugins now.

Acceptance Criteria

  • New plugins property is added to the Faust config
  • experimentalPlugins is still supported with a notice that they should start using plugins instead.
  • Update documentation

blakewilson avatar Feb 08 '24 15:02 blakewilson