2 include
"bse/bsecxxmodule.idl";
7 interface SampleAndHold: Effect {
8 Info icon =
"icons/sample+hold.png";
9 Info authors = _(
"Artem Popov");
10 Info license = _(
"GNU Lesser General Public License");
11 Info category = _(
"/Routing/Sample and Hold");
12 Info blurb = _(
"SampleAndHold samples the input signal when triggered and holds it until triggered again.");
13 IStream audio_in = Stream (_(
"Audio In"), _(
"Audio Input"));
14 IStream trigger_in = Stream (_(
"Trigger In"), _(
"Trigger Input"));
15 OStream audio_out = Stream (_(
"Audio Out"), _(
"Audio Output"));