// maXim template file - Chauvet Intimidator
// Tom Walford - 8 January 2006
// RM 24/1/06

Fixture
	manufacturer = "CHAUVET"
	name = "Intimdtr"
	version = 1.2
//  fullmanufacturer = "Chauvet"
//  fullname = "Intimidator"
//  mode = 0
//  description = ""

	Attribute
		name = "SHUTTER"
		channel = 1
		homeVal = 0

	Attribute
		name = "GOBO"
		channel = 2
		homeVal = 0

	Attribute
		name = "COLOUR"
		channel = 3
		homeVal = 0

	Attribute
		name = "PAN"
		channel = 4
		homeVal = 128
		
	Attribute
		name = "TILT"
		channel = 5
		homeVal = 128

///////////////////////////////////////////////////////////////
	
	Parameter
		name = "-PAN-"
		displayerNum = 1
		type = F
		attribList = 4
		stop = (M  0:255),2,"Pan="

	Parameter
		name = "-TILT-"
		displayerNum = 2
		type = F
		attribList = 5
		stop = (M  0:255),2,"Ti@="

	Parameter
		name = "-COLOUR-"
		displayerNum = 3
		type = C
		attribList = 3
		stop = (   0: 10),N,"White"
		stop = (  11: 21),N,"Red"
		stop = (  22: 32),N,"Yellow"
		stop = (  33: 43),N,"Blue"
		stop = (  44: 54),N,"LtGreen"
		stop = (  55: 65),N,"Orange"
		stop = (  66: 76),N,"Purple"
		stop = (  77: 87),N,"Magenta"
		stop = (  88: 98),N,"Gold"
		stop = (  99:109),N,"LtBlue"
		stop = ( 110:120),N,"Rose"
		stop = ( 121:127),N,"Dk Green"
		stop = (M128:255),2,"CWhl>:"

	Parameter
		name = "-GOBO-"
		displayerNum = 4
		type = C
		attribList = 2
		stop = (   0:  7),N,"Blackout"
		stop = (   8: 15),N,"No Gobo"
		stop = (  16: 23),N,"Spot"
		stop = (  24: 31),N,"Diamond"
		stop = (  32: 39),N,"Circle"
		stop = (  40: 47),N,"Dots"
		stop = (  48: 55),N,"Fan"
		stop = (  56: 63),N,"Maze"
		stop = (  64: 71),N,"BigDots"
		stop = (  72: 79),N,"Star"
		stop = (  80: 87),N,"Breakup"
		stop = (  88: 95),N,"SunBurst"
		stop = (  96:103),N,"CircLinks"
		stop = ( 104:111),N,"DotPatt"
		stop = ( 112:119),N,"Breakup2"
		stop = ( 120:127),N,"Spiral"
		stop = (M128:255),2,"GWhl>:"
		
	Parameter
		name = "-SHUTTER-"
		displayerNum = 5
		type = B
		attribList = 1
		stop = (   0:  6), N, "Shtr Open"
		stop = (M  7: 92), 2, "StrbCG:"
		stop = (M 93:174), 2, "StrbC:"
		stop = (M175:255), 2, "StrbG:"

end

