BEAST/BSE - Better Audio System and Sound Engine  0.9.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
bsenoise.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 interface Noise : Effect {
5  Info icon = "icons/noise.png";
6  Info authors = "Tim Janik";
7  Info license = _("GNU Lesser General Public License");
8  Info category = _("/Audio Sources/Noise");
9  Info blurb = _("Noise is a generator of (supposedly) white noise");
10  OStream noise_out = Stream (_("Noise Out"), _("Noise Output"));
11 };
12 
13 } // Bse