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
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
Generated on Tue Oct 28 2014 15:03:43 for BEAST/BSE - Better Audio System and Sound Engine by
1.8.6