/////////////////////////////////////////
// Pearl River Orland Scan
// RM - May 2005

fixture
	manufacturer = "PEARL RVR"
	name = "Orland"
	version = 0.90
//  fullmanufacturer = "Pearl River"
//  fullname = "Orland Scan"
//  mode = 0
//  description = ""

	attribute
		name = "GOBO<>"
		channel = 1
		homeVal = 0
			
	attribute
		name = "COLOUR"
		channel = 2
		homeVal = 0

	attribute
		name = "GOBO"
		channel = 3
		homeVal = 0
		
	attribute
		name = "INTENSITY"
		channel = 4
		minVal = 0
		maxVal = 139

	attribute
		name = "PAN"
		channel = 5
		homeVal = 127
		
	attribute
		name = "TILT"
		channel = 6
		homeVal = 127
		
	attribute
		name = "EFFECTS"
		channel = 7 
		homeVal = 0
		
/////////////////////////////////////////////////////////////////////////

	parameter
		name = "-PAN-"
		displayerNum = 1
		type = F
		attribList = 5
		stop = (M  0:255),D,0,150,"Pan="

		
	parameter
		name = "-TILT-"
		displayerNum = 2
		type = F
		attribList = 6
		stop = (M  0:255),D,0,110,"Ti@="		

	parameter
		name = "-COLOUR-"					
		displayerNum = 3 
		type = C
		attribList = 2
		stop = (   0: 13),N,"White"
		stop = (  14: 31),N,"Red"
		stop = (  32: 46),N,"Yellow"
		stop = (  47: 61),N,"Purple"
		stop = (  62: 77),N,"Green"
		stop = (  78: 94),N,"Orange"
		stop = (  95:110),N,"Blue"
		stop = ( 111:127),N,"Pink"
		stop = (M128:255),2,"CWhl>:"

	parameter
		name = "-GOBO-"
		displayerNum = 4
		type = B
		attribList = 3 
		stop = (M  0:255),2,"Gobo="		

	parameter
		name = "-GOBO<>-"
		displayerNum = 5
		type = B
		attribList = 1
		stop = (   0: 65),N,"GoboStop"		
		stop = (M 66:189),2,"GbIdx:"
		stop = (M223:190),1,"Gobo<:"
		stop = (M224:255),1,"Gobo>:"

	parameter
		name = "-EFFECTS-"
		displayerNum = 6
		type = B
		attribList = 7 
		stop = (   0: 41),N,"5600k"		
		stop = (  42: 84),N,"3200k"
		stop = (  85:128),N,"6000k"
		stop = ( 129:171),N,"Prism"
		stop = ( 172:212),N,"Soft"
		stop = (R213:255),N,"5600k"

//-------------------------------------------------	
			
	parameter
		name = "-STROBE-"					
		displayerNum = 7 
		type = B
		attribList = 4
		stop = (   0:  0),N,"use Fader"
		stop = (R243:255),N,"Shtr Open"     
		stop = (M140:242),2,"Strobe:"
		
end

