Наследование: IPhysicalDevice
Пример #1
0
 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);
 }