2 include
"bse/bsecxxmodule.idl";
5 interface Chorus : Effect {
6 Info icon =
"icons/chorus.png";
7 Info authors =
"David A. Bartold";
8 Info license = _(
"GNU Lesser General Public License");
9 Info category = _(
"/Enhance/Chorus");
10 Info blurb = _(
"DavChorus adds more depth to sounds");
11 IStream audio_in = Stream (_(
"Audio In"), _(
"Audio input"));
12 OStream audio_out = Stream (_(
"Audio Out"), _(
"Chorus audio output"));
13 group _(
"Parameters") {
14 Real wet_out = Perc (_(
"Wet out [%]"), _(
"Set the amount of modified data to mix"), 50.0, STANDARD);
The Bse namespace contains all functions of the synthesis engine.
Definition: bstbseutils.cc:67