BEAST/BSE - Better Audio System and Sound Engine
0.8.2
|
00001 // Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html 00002 include "bse/bsecxxmodule.idl"; 00003 namespace Bse { 00004 interface Noise : Effect { 00005 Info icon = "icons/noise.png"; 00006 Info authors = "Tim Janik"; 00007 Info license = _("GNU Lesser General Public License"); 00008 Info category = _("/Audio Sources/Noise"); 00009 Info blurb = _("Noise is a generator of (supposedly) white noise"); 00010 OStream noise_out = Stream (_("Noise Out"), _("Noise Output")); 00011 }; 00012 00013 } // Bse