// Chauvet Color Splash 200B
//
//  Written by: Jon Lenard
//		Applied Electronics
//		800-883-0008
//	1/10/08
//	Version 1.0
//


fixture

name = "CSpl200B"
version = 1.0
manufacturer = "CHAUVET"	

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 = "STROBE"
	channel = 5
	homeVal = 0

attribute
	name = "INTENSITY"
	channel = 6
	
//////////////////////////////////////////////////////////////

parameter
	name = "-RED-"
	displayerNum = 1
	type = C
	attribList = 2,1
	stop = (M  0:255,R  0: 29),2,"Red="
	stop = (   0:255,R 30:119),N," "
	
	stop = (   0: 16,R120:149),N,"Red"
	stop = (M 17: 56,R120:149),1,"Red+G:"
	stop = (M 94: 57,R120:149),1,"Green+R:"
	stop = (  95: 96,R120:149),N,"Green"
	stop = (M 97:136,R120:149),1,"Green+B:"
	stop = (M174:137,R120:149),1,"Blue+G:"
	stop = ( 175:176,R120:149),N,"Blue"
	stop = (M177:216,R120:149),1,"Blue+R:"
	stop = (M217:255,R120:149),1,"BluRed+G:"
	
	stop = (   0:255,R150:255),N," "
		
parameter
	name = "-GREEN-"
	displayerNum = 2
	type = C
	attribList = 3,1
	stop = (M  0:255,R  0: 29),2,"Green="
	stop = (   0:255,R 30:255),N," "
	
parameter
	name = "-BLUE-"
	displayerNum = 3
	type = C
	attribList = 4,1
	stop = (M  0:255,R  0: 29),2,"Blue="
	stop = (   0:255,R 30:255),N," "
		
parameter
	name = "-STROBE-"
	displayerNum = 4
	type = B
	attribList = 5,1
	stop = (M  0:255,R  0: 29),2,"Strobe="
	stop = (M  0:255,R 30:119),2,"Speed="
	stop = (   0:255,R120:149),N," "
	stop = (M  0:255,R150:239),2,"Speed="
	stop = (   0:255,R240:255),N," "
	
parameter
	name = "-MODE-"
	displayerNum = 5
	type = B
	attribList = 1
	stop = (   0: 29),N,"RGB"
	stop = (M 30: 59),2,"PulseO:"
	stop = (M 60:119),2,"PulseC:"
	stop = ( 120:149),N,"RGBMacro"
	stop = ( 150:179),N,"RGBChase"
	stop = ( 180:209),N,"RGB Auto"
	stop = ( 210:239),N,"AutoFade"
	stop = ( 240:255),N,"Sound"
		
end