BEAST/BSE
- Better Audio System and Sound Engine
0.9.0
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
plugins
davchorus.idl
Go to the documentation of this file.
1
// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
2
include
"bse/bsecxxmodule.idl"
;
3
namespace
Bse {
4
namespace
Dav {
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);
15
};
16
};
17
18
}
// Dav
19
}
// Bse
Generated on Tue Oct 28 2014 15:03:43 for BEAST/BSE - Better Audio System and Sound Engine by
1.8.6