// Volklight LED Yoke
// RM Mar 2008 (2am, whilst rocking Kate, aged 3 weeks, to sleep)

Fixture
   manufacturer = "GLP"
   name = "VOLRGB"
   version = 1.00
//  fullmanufacturer = "GLP"
//  fullname = "Volklight LED Yoke"
//  mode = 13
//  description = "13 ch"

   
   Attribute
		name = "PAN"
		homeVal = 32768
		channel = 1
		fineChan = 2

   Attribute
		name = "TILT"
		homeVal = 32768
		channel = 3
		fineChan = 4

   Attribute
		name = "COLOR"
		homeVal = 0
		channel = 5

   Attribute
		name = "RED"
		homeVal = 0
		channel = 6

   Attribute
		name = "GREEN"
		homeVal = 0
		channel = 7
		
   Attribute
		name = "BLUE"
		homeVal = 0
		channel = 8

   Attribute
		name = "SHUTTER"
		homeVal = 255
		channel = 9

   Attribute
		name = "INTENSITY"
		channel = 10

   Attribute
		name = "RESET"
		homeVal = 0
		channel = 11
		
	attribute
		name = "PT FX"
		channel = 12
		homeVal = 0
		
	attribute
		name = "SPEED"
		channel = 13
		homeVal = 0
		
///////////////////////////////////////////////

	Parameter
		name = "-PAN-"
		displayerNum = 1
		type = F
		attribList = 1
		stop = (M  0:65535),D,0,660,"Pan="

	Parameter
		name = "-TILT-"
		displayerNum = 2
		type = F
		attribList = 3
		stop = (M  0:65535),D,0,300,"Ti@="

  	Parameter
		name = "-RED-"
		type = C
		displayerNum = 3
		attribList = 6
		stop = (M  0:255),2,"Red="

	Parameter
		name = "-GREEN-"
		displayerNum = 4
		type = C
		attribList = 7
		stop = (M  0:255),2,"Green="
		
	parameter
		name = "-BLUE-"
		displayerNum = 5
		type = C
		attribList = 8
		stop = (M  0:255),2,"Blue="
		
//-------------------------------------------------
		
 	Parameter
		name = "-COLOUR-"
		type = C
		displayerNum = 6
		attribList = 5
		stop = (   0:  7),N,"RGB Mode"
		stop = (   8: 15),N,"Red"
		stop = (  16: 23),N,"Amber"
		stop = (  24: 31),N,"W Yellow"
		stop = (  32: 39),N,"Yellow"
		stop = (  40: 47),N,"Green"
		stop = (  48: 55),N,"Turquoise"
		stop = (  56: 63),N,"Cyan"
		stop = (  64: 71),N,"Blue"		
		stop = (  72: 79),N,"Lavendar"
		stop = (  80: 87),N,"Mauve"
		stop = (  88: 95),N,"Magenta"
		stop = (  96:103),N,"Pink"
		stop = ( 104:111),N,"CTO"
		stop = ( 112:119),N,"White"
		stop = ( 120:127),N,"CTB"
		stop = (M128:223),2,"CWhl>:"
		stop = (M224:255),2,"Rand:"

	Parameter
		name = "-SHUTTER-"
		displayerNum = 7
		type = B
		attribList = 9
		stop = (   0: 15),N,"Shtr Clsd"
		stop = ( 242:255),N,"Shtr Open"		
		stop = (M 200:239),2,"Strobe:"
		stop = ( 240:240),N,"25 Hz"
		stop = ( 241:241),N,"50 Hz"
		stop = (M 16: 47),1,"Random:"
		stop = (M 48: 79),1,"PulsOr:"
		stop = (M 80:111),1,"PulsCr:"
		stop = (M112:143),1,"Pulsr:"
		stop = (M144:199),1,"Pulsp:"		

	parameter
		name = "-PT FX-"
		displayerNum = 8
		type = F
		attribList = 12
		stop = (   0:  0),N,"Normal"
		stop = (M  1: 31),1,"Pan:"
		stop = (M 32: 63),1,"Tilt:"
		stop = (M 64: 95),1,"P-T:"
		stop = (M 96:127),1,"T-P:"
		stop = (M128:159),1,"Circle:"
		stop = (M160:191),1,"InCirc:"
		stop = (M192:223),1,"Fig8:"
		stop = (M224:255),1,"Rndm:"
					
//-----------------------------------------------
			
	parameter
		name = "-MSPEED-"
		displayerNum = 23
		type = F
		attribList = 13
		stop = (M  0:255),1,"Speed="

	parameter
		name = "-CONTROL-"
		displayerNum = 24
		type = N
		attribList = 11
		stop = (   0:249),N,"Run Mode"	
		stop = ( 250:255),N,"Reset"	
		
end
	
