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