// Abstract VR8 - VR8R
// Jon Lenard 11-24-11

Fixture
	manufacturer = "ABSTRACT"
	name = "VR8"
	version = 1.0
//  fullmanufacturer = "Abstract"
//  fullname = "VR8 - VR8R"
//  mode = 0
//  description = ""

	Attribute
		name = "PAN"
		channel = 1
		homeVal = 128

	Attribute
		name = "TILT"
		channel = 2
		homeVal = 128

	Attribute
		name = "COLOR"
		channel = 3
		homeVal = 0

	Attribute
		name = "GOBO"
		channel = 4
		homeVal = 16

	attribute
		name = "GOBO<>"
		channel = 5
		homeVal = 0
		
	attribute
		name = "SHUTTER"
		channel = 6
		homeVal = 8
			
///////////////////////////////////////////////////////////////

	Parameter
		name = "-PAN-"
		displayerNum = 1
		type = F
		attribList = 1
		stop = (M  0:255),B,"Pan="

	Parameter
		name = "-TILT-"
		displayerNum = 2
		type = F
		attribList = 2
		stop = (M  0:255),B,"Ti@="

	Parameter
		name = "-COLOR-"
		displayerNum = 3
		type = C
		attribList = 3
		stop = (   0:  0),N,"White"   
		stop = (  16: 16),N,"Red"     
		stop = (  32: 32),N,"Blue"    
		stop = (  48: 48),N,"Green"   
		stop = (  64: 64),N,"Yellow"  
		stop = (  80: 80),N,"Cyan"    
		stop = (  96: 96),N,"Orange"  
		stop = ( 112:112),N,"Magenta" 
		stop = ( 128:128),N,"NeonGrn"
		stop = ( 144:144),N,"Pink"    
		stop = ( 160:160),N,"UV"      
		stop = ( 176:176),N,"Aqua"    
		stop = (M242:255),2,"CWhl<:"

	Parameter
		name = "-GOBO-"
		displayerNum = 4
		type = B
		attribList = 4
		stop = (R 0:  0),N,"Blackout" 
		stop = (  16: 16),N,"NoGobo"     
		stop = (  32: 32),N,"Laser"    
		stop = (  48: 48),N,"Star"     
		stop = (  64: 64),N,"Slice"    
		stop = (  80: 80),N,"Tunnel"   
		stop = (  96: 96),N,"Heart"    
		stop = ( 112:112),N,"Eurostars"
		stop = ( 128:128),N,"Sunburst" 
		stop = ( 144:144),N,"Triangle" 
		stop = ( 160:160),N,"Slash"    
		stop = ( 176:176),N,"Bubbles"  
		stop = ( 192:192),N,"Segment"  
		stop = (M242:255),2,"Strobe:"
		
	parameter
		name = "-GOBO<>-"
		displayerNum = 5
		type = B
		attribList = 5
		stop = (   0: 11),N,"Stop"
		stop = (M112: 12),2,"Gobo<:"
		stop = ( 113:140),N,"Stop"
		stop = (M141:244),2,"Gobo>:"
		
	parameter
		name = "-SHUTTER-"
		displayerNum = 6
		type = B
		attribList = 6
		stop = (   0:  5),N,"ShutClsd"		
		stop = (   6:  7),N,"Fade"		
		stop = (   8:  8),N,"ShutOpen"	
		stop = (M224:255),2,"Strobe:"
                                     
end
