// maXim template file - Chauvet Stage Wash 900 (RGB & Chase Mode)
// RM 21/3/06

Fixture
	manufacturer = "CHAUVET"
	name = "StgWrgbC"
	version = 0.90
//  fullmanufacturer = "Chauvet"
//  fullname = "Stage Wash 900 RGB Chase"
//  mode = 0
//  description = "Chauvet Stage Wash 900 (RGB Mode & Chase Mode)"

	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

///////////////////////////////////////////////////////////////

	parameter
		name = "-RED-"
		displayerNum = 1
		type = C
		attribList = 1,2
		stop = (R  0: 29,M  0:255),2,"Red="
		stop = (R 30:255,M  0:255),2,"Dimmr="
		
	parameter
		name = "-GREEN-"
		displayerNum = 2
		type = C
		attribList = 1,3
		stop = (R  0: 29,M  0:255),2,"Green="
		stop = (R 30:255,M  0:255),2,"Fade="
		
	parameter
		name = "-BLUE-"
		displayerNum = 3
		type = C
		attribList = 1,4
		stop = (R  0: 29,M  0:255),2,"Blue="
		stop = (R 30:255,M  0:255),2,"Speed="
		
	parameter
		name = "-MODE-"
		displayerNum = 4
		type = C
		attribList = 1
		stop = (   0: 29),N,"RGB Mode"
		stop = (  30: 94),N,"Prg Auto"
		stop = (  95:159),N,"PrgSound"
		stop = ( 160:184),N,"Chs Auto"
		stop = ( 185:209),N,"ChsSound"
		stop = ( 210:234),N,"40cc Auto"
		stop = ( 235:255),N,"40ccSound"

end
