// maXim template file - Clay Paky miniScan
// G.P. 4 June 2004
// RM 2/8/04


Fixture
	manufacturer = "CLAY PAKY"
	name = "MiniScan"
	version = 0.93
//  fullmanufacturer = "Clay Paky"
//  fullname = "MiniScan"
//  mode = 0
//  description = ""

	Attribute
		name = "COLOUR"
		channel = 1
		homeVal = 0

	Attribute
		name = "INTENSITY"
		channel = 2
		minVal = 0
		maxVal = 73
		homeVal = 0

	Attribute
		name = "PAN"
		channel = 3
		homeVal = 128

	Attribute
		name = "TILT"
		channel = 4
		homeVal = 128

///////////////////////////////////////////////////////////////

	Parameter
		name = "-PAN-"
		displayerNum = 1
		type = F
		attribList = 3
		stop = (M  0:255),D,0,150,"Pan="

	Parameter
		name = "-TILT-"
		displayerNum = 2
		type = F
		attribList = 4
		stop = (M  0:255),D,0,110,"Ti@="

	Parameter
		name = "-COLOUR-"
		displayerNum = 3
		type = C
		attribList = 1
		stop = (   0:  0),N,"White"
		stop = (   8: 24),N,"Red"
		stop = (  25: 41),N,"Yellow"
		stop = (  42: 58),N,"Magenta"
		stop = (  59: 74),N,"Green"
		stop = (  75: 89),N,"Orange"
		stop = (  90:107),N,"Blue"
		stop = ( 108:123),N,"Pink"
		stop = (M128:255),2,"CWhl>:"

	Parameter
		name = "-SHUTTER-"
		displayerNum = 4
		type = B
		attribList = 2
		stop = (   0: 76),N,"Use Fader"
		stop = (M 77:127),1,"Strobe:"
		stop = (M153:217),1,"Gobo:"

end

