//////////////////////////////////////// Showtec Pixelwash LED
// 
// RM - Nov 2005

fixture
	manufacturer = "SHOWTEC"
	name = "Led Par"
	version = 0.90
//  fullmanufacturer = "ShowTec"
//  fullname = "Pixelwash LED Par"
//  mode = 0
//  description = ""
	
				
	attribute
		name = "MODE"
		channel = 1
		homeVal = 0
		
	attribute
		name = "RED"
		channel = 2
		homeVal = 0
		
	attribute
		name = "GREEN"
		channel = 3
		homeVal = 0
		
	attribute
		name = "BLUE"
		channel = 4
		homeVal = 0

	attribute
		name = "AUTO"
		channel = 5
		homeVal = 0
		
//////////////////////////////////////////////////////

parameter
		name = "-MODE-"
		displayerNum = 1
		type = C
		attribList = 1
		stop = (   0: 63),N,"Rgb"
		stop = (  64:127),N,"7colr Mix"
		stop = ( 128:191),N,"7colrChng"
		stop = ( 192:255),N,"3colrChng"

	parameter
		name = "-RED-"
		displayerNum = 2
		type = C
		attribList = 2,1
		stop = (M  0:255,R  0: 63),2,"Red="
		stop = (M  0:255,R 64:255),2,"Speed="

	parameter
		name = "-GREEN-"
		displayerNum = 3
		type = C
		attribList = 3,1
		stop = (M  0:255,R  0: 63),2,"Green="
		stop = (   0:255,R 64:255),N,"No Func"

	parameter
		name = "-BLUE-"
		displayerNum = 4
		type = C
		attribList = 4,1
		stop = (M  0:255,R  0: 63),2,"Blue="
		stop = (   0:255,R 64:255),N,"No Func"
		
	parameter
		name = "-AUTO-"
		displayerNum = 5
		type = C
		attribList = 5
		stop = (   0: 10),N,"Auto Off"
		stop = (R101:150),N,"Auto Off"		
		stop = (  11:100),N,"Auto On"
		stop = ( 151:255),N,"Sound On"
		
end
