Animatroller.SceneRunner.TestMidi1.TestMidi1 C# (CSharp) Method

TestMidi1() public method

public TestMidi1 ( IEnumerable args ) : System
args IEnumerable
return System
        public TestMidi1(IEnumerable<string> args)
        {
            buttonTest1 = new DigitalInput("Test 1");
            testLight1 = new ColorDimmer("Test 1");
            testInput1 = new AnalogInput("Test 1");
            inputH = new AnalogInput("Hue", true);
            inputS = new AnalogInput("Saturation", true);
            inputV = new AnalogInput("Value", true);
        }