public InputChannelConfig()
        {
            Velocity = new AudioLib.VelocityMap(6);

            DecayRate = 0.97;
            Gain = 1.0;
            NoiseFloor = 0.01;

            TriggerThreshold = 0.02;
            TriggerAttack = 2;
            TriggerLength = 4;
            TriggerScale = 1.5;
            TriggerRetrigger = 25;

            Enabled = false;
            ContinuousControl = false;
        }
        public InputChannelConfig()
        {
            Velocity = new AudioLib.VelocityMap(6);

            DecayRate  = 0.97;
            Gain       = 1.0;
            NoiseFloor = 0.01;

            TriggerThreshold = 0.02;
            TriggerAttack    = 2;
            TriggerLength    = 4;
            TriggerScale     = 1.5;
            TriggerRetrigger = 25;

            Enabled           = false;
            ContinuousControl = false;
        }