BEAST
- Free Software Audio Synthesizer and Tracker
0.9.2
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
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
Bse
The Bse namespace contains all functions of the synthesis engine.
Definition:
bstbseutils.cc:67
Generated on Wed Sep 16 2015 09:58:48 for BEAST - Free Software Audio Synthesizer and Tracker by
1.8.9.1