public FlangerDef(EffectParamF mix, EffectParamF delay, EffectParamI offset, EffectParamI depth) : this(mix) { Delay = delay; Offset = offset; Depth = depth; }
public BitCrusherDef(EffectParamF mix, EffectParamI reduction) : base(mix) { Reduction = reduction; }