BEAST/BSE - Better Audio System and Sound Engine  0.8.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
bsecontribsampleandhold.idl
Go to the documentation of this file.
00001  // Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
00002 include "bse/bsecxxmodule.idl";
00003 namespace Bse {
00004 
00006 namespace Contrib {
00007 interface SampleAndHold: Effect {
00008   Info icon             = "icons/sample+hold.png";
00009   Info authors          = _("Artem Popov");
00010   Info license          = _("GNU Lesser General Public License");
00011   Info category         = _("/Routing/Sample and Hold");
00012   Info blurb            = _("SampleAndHold samples the input signal when triggered and holds it until triggered again.");
00013   IStream audio_in      = Stream (_("Audio In"), _("Audio Input"));
00014   IStream trigger_in    = Stream (_("Trigger In"), _("Trigger Input"));
00015   OStream audio_out     = Stream (_("Audio Out"), _("Audio Output"));
00016 };
00017 } } // Bse::Contrib
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines