// maXim template file - Mojo Spinmaster
// Tom Walford - 17 March 2006
// Standardised - RM - 20 Mar 2007

Fixture
	manufacturer = "GENI"
	name = "SpinMstr"
	version = 1.2
//  fullmanufacturer = "Geni"
//  fullname = "Mojo Spinmaster"
//  mode = 0
//  description = ""

	Attribute
		name = "INTENSITY"
		channel = 1
		minVal = 0
		maxVal = 19
		homeVal = 0

	Attribute
		name = "PAN"
		channel = 2
		homeVal = 0

	Attribute
		name = "TILT"
		channel = 3
		homeVal = 128


///////////////////////////////////////////////////////////////
	
	Parameter
		name = "-PAN-"
		displayerNum = 1
		type = F
		attribList = 2
		stop = (M  0:111),2,"Pan:"
		stop = (M112:183),2,"PSpin>:"
		stop = (M184:255),2,"PSpin<:"

	Parameter
		name = "-TILT-"
		displayerNum = 2
		type = F
		attribList = 3
		stop = (M  0:255),2,"Ti@="

	Parameter
		name = "-GOBO-"
		displayerNum = 3
		type = B
		attribList = 1
		stop = (   0:  0),N,"useFader"
		stop = (  20: 29),N,"RedTri"
		stop = (  30: 39),N,"Bars"
		stop = (  40: 49),N,"Bubbles"
		stop = (  50: 59),N,"Square"
		stop = (  60: 69),N,"Ring"
		stop = (  70: 79),N,"Flowers"
		stop = (  80: 89),N,"Arc"
		stop = (  90: 99),N,"Hearts"
		stop = ( 100:109),N,"Stars"
		stop = ( 110:119),N,"Clouds"
		stop = ( 120:129),N,"Roundlet"
		stop = ( 130:139),N,"Candle"
		stop = ( 140:149),N,"Tropics"
		stop = ( 150:159),N,"Lips"
		stop = (M160:208),2,"GWhl>:"
		stop = (M209:255),2,"Strobe:"

end


