Example #1
0
        public void Trigger(object sender)
        {
            InputChannel ch  = (InputChannel)sender;
            var          vu  = (VUMeter)ui.VUMeters[ch.Channel];
            var          val = (float)ch.GetPowerMapped();

            if (val > 0)
            {
                vu.Peak = val;
            }
        }
 public InputChannelConfig(InputChannel owner)
     : this()
 {
     Owner = owner;
 }
 public void SetOwner(InputChannel owner)
 {
     this.Owner = owner;
 }
 public void SetOwner(InputChannel owner)
 {
     this.Owner = owner;
 }
 public InputChannelConfig(InputChannel owner) : this()
 {
     Owner = owner;
 }