fixture
	manufacturer = "VARYTECH"
	name = "Par56LED"
	version = 0.91
//  fullmanufacturer = "Vary Tech"
//  fullname = "Par 56 LED"
//  mode = 0
//  description = ""
	
	attribute
		name = "RED"
		channel = 1
		homeVal = 255
		
	attribute
		name = "GREEN"
		channel = 2
		homeVal = 255
		
	attribute
		name = "BLUE"
		channel = 3
		homeVal = 255
		
	attribute
		name = "MACRO"
		channel = 4
		homeVal = 0

	attribute
		name = "STROBE"
		channel = 5
		homeVal = 0

	attribute
		name = "INTENSITY"
		channel = 6
		minVal = 0
		maxVal = 31
		homeVal = 0

////////////////////////////////////////////////////////////

	parameter
		name = "-RED-"
		displayerNum = 1
		type = C
		attribList = 1
		stop = (M  0:255),2,"Red=" 

	parameter
		name = "-GREEN-"
		displayerNum = 2 
		type = C
		attribList = 2
		stop = (M  0:255),2,"Green="
	
	parameter
		name = "-BLUE-"
		displayerNum = 3
		type = C
		attribList = 3
		stop = (M  0:255),2,"Blue="

	parameter
		name = "-MACRO-"
		displayerNum = 4 
		type = B
		attribList = 4 
		stop = (   0: 15),N,"MacroOff"
		stop = (  16:255),N,"Macro On"

	parameter
		name = "-STROBE-"
		displayerNum = 5
		type = B
		attribList = 5
		stop = (   0: 15),N,"Shtr Open"		
		stop = (M 16:255),2,"Strobe:"

	parameter
		name = "-MODE-"
		displayerNum = 6 
		type = B
		attribList = 6
		stop = (   0:  0),N,"use Fader"
		stop = (  32: 63),N,"Decrease"
		stop = (  64: 95),N,"Increase"
		stop = (  96:127),N,"Inc-Dec"
		stop = ( 128:159),N,"ColorMix"
		stop = ( 160:191),N,"3ClrFlash"
		stop = ( 192:223),N,"7ClrFlash"
		stop = ( 224:255),N,"Sound"

end

