//////////////////////////////////////// High End Systems ColorPro HX Standard Mode
// 
//
// Created by Steve Richards December 17, 2003 11:48:43 AM 

fixture
	manufacturer = "HIGHEND"
	name = "CPROHX"
	version = 1.1
//  fullmanufacturer = "High End Systems"
//  fullname = "ColorPro HX Standard"
//  mode = 0
//  description = ""

	attribute
		name = "INTENSITY"
		channel = 1
		
	attribute
		name = "RED"
		channel = 2
		homeVal = 0
		
	attribute
		name = "GREEN"
		channel = 3
		homeVal = 0
		
	attribute
		name = "BLUE"
		channel = 4
		homeVal = 0

	attribute
		name = "EFFECTS"
		channel = 5
		homeVal = 0
		
	attribute
		name = "CONTROL"
		channel = 6
		homeVal = 0
		


//////////////////////////////////////////////////////

	parameter
		name = "-RED-"
		displayerNum = 1
		type = C
		attribList = 2
		stop = (M  0:255),2,"Red="

	parameter
		name = "-GREEN-"
		displayerNum = 2
		type = C
		attribList = 3
		stop = (M  0:255),2,"Green="

	parameter
		name = "-BLUE-"
		displayerNum = 3
		type = C
		attribList = 4
		stop = (M  0:255),2,"Blue="
		
	parameter
		name = "-EFFECTS-"
		displayerNum = 4
		type = B
		attribList = 5
		stop = (M  0:127),2,"Cont:"
		stop = (M128:187),1,"Effect>:"
		stop = ( 188:195),N,"Stop"
		stop = (M196:255),1,"Effect<:"

		
	parameter
		name = "-CONTROL-"
		displayerNum = 24
		type = N
		attribList = 6
		stop = (   0:  9),N,"Safe"		
		stop = (  20: 28),N,"Disp Off"
		stop = (  30: 38),N,"Disp Dim"
		stop = (  40: 48),N,"Disp Bri"
		stop = (  60: 68),N,"Home"
		stop = (  80: 88),N,"Lamp On"
		stop = (  90: 98),N,"Lamp Off"
		stop = ( 120:130),N,"ShutDown"

		
		
end

