////////////////////////////////////////////
// Updated 1/30/12 JEL - included virtual dimmer & complete mode ch stops
//


fixture
	manufacturer = "CHAUVET"
	name = "CPalet6"
	version = 1.00
	
//  fullmanufacturer = "Chauvet"
//  fullname = "COLORpalette"
//  mode = 6 Channel
//  description = "6 Channel DMX Mode"

	attribute
		name = "MODE"
		channel = 1
		homeVal = 70

	attribute
		name = "SPEED"
		channel = 2
		homeVal = 128
		
	attribute
		name = "STROBE"
		channel = 3
		homeVal = 0
		
	attribute
		name = i"RED"
		channel = 4
		homeVal = 255
		
	attribute
		name = i"GREEN"
		channel = 5
		homeVal = 255
		
	attribute
		name = i"BLUE"
		channel = 6
		homeVal = 255

/////////////////////////////////////////////////////////

	parameter
		name = "-RED-"
		displayerNum = 1
		type = C
		attribList = 4
		stop = (M  0:255),2,"Red="

	parameter
		name = "-GREEN-"
		displayerNum = 2
		type = C
		attribList = 5
		stop = (M  0:255),2,"Green="

	parameter
		name = "-BLUE-"
		displayerNum = 3
		type = C
		attribList = 6
		stop = (M  0:255),2,"Blue="

	parameter
		name = "-STROBE-"
		displayerNum = 4
		type = B
		attribList = 3 
		stop = (M  3:249),2,"Strobe:"
		stop = (   0:  2),N,"Shtr Open"
		stop = ( 250:255),N,"Sound"

	parameter
		name = "-AUTO-"
		displayerNum = 5 
		type = B
		attribList = 1 
		stop = (R000:019),N,"27 ch"
		stop = (R020:039),N,"15 ch"
		stop = (R040:059),N,"9  ch"
		stop = ( 060:079),N,"RGB"    
		stop = ( 080:089),N,"AutoSnd1"
		stop = ( 090:099),N,"AutoSnd2"
		stop = ( 100:109),N,"AutoSnd3"
		stop = ( 110:119),N,"AutoSnd4"
		stop = ( 120:129),N,"AutoSnd5"
		stop = ( 130:139),N,"AutoSnd6"
		stop = ( 140:149),N,"AutoSnd7"
		stop = ( 150:159),N,"AutoSnd8"
		stop = ( 160:169),N,"AutoSnd9"
		stop = ( 170:179),N,"AutoSnd10"
		stop = ( 180:189),N,"AutoSnd11"
		stop = ( 190:199),N,"AutoSnd12"
		stop = ( 200:209),N,"AutoSnd13"
		stop = ( 210:219),N,"AutoSnd14"
		stop = ( 220:229),N,"AutoSnd15"
		stop = ( 240:255),N,"AutoSnd16"
		stop = ( 230:239),N,"Auto" 

	parameter
		name = "-SPEED-"
		displayerNum = 6
		type = B
		attribList = 2
		stop = (M  0:255),2,"Speed="		

end
