free-audio / clap

Audio Plugin API
https://cleveraudio.org/
MIT License
1.76k stars 97 forks source link

Extend plugin features with expander and gate? #274

Closed sadko4u closed 1 year ago

sadko4u commented 1 year ago

I don't see in plugin-features.h that plugin can feature compressor but can not feature gate nor expander. Could be a good idea to add such features?

sadko4u commented 1 year ago

Also I find that generator feature is also missing.

abique commented 1 year ago

What is generator supposed to mean? Is it generating notes? audio?

robbert-vdh commented 1 year ago

Presumably a test tone generator kind of plugin, so something that always generates colored noise or an always on sine wave oscillator.

abique commented 1 year ago

I think generator is too vague

abique commented 1 year ago

Please provide PR for generator with appropriate doc. The right approach may be to divide generator into multiple keywords.