// Fixture  25 Lights Mini Brute 108
//
// Written by: Jon Lenard jon@appliednn.com
// Date: 12/7/09
// 
//

Fixture
   version = 1.0
   manufacturer = "25LIGHTS"
   name = "MINBRUTE"
//  fullmanufacturer = "25 Lights"
//  fullname = "Mini Brute 108"
//  mode = 0
//  description = ""

	attribute
		name = "INTENSITY"
		channel = 1 

	attribute
      	name = "RED"
      	channel = 2
      	homeVal = 0
  
	attribute
		name = "GREEN"
		channel = 3
		homeVal = 0
		
	attribute
		name = "BLUE"
		channel = 4
		homeVal = 0
		
	attribute
		name = "STROBE"
		channel = 5
		homeVal = 0
		
	attribute
		name = "COLOR"
		channel = 6
		homeVal = 0
		
	attribute
		name = "PAN"
		channel = 7
		fineChan = 10
		homeVal = 32768
		
	attribute
		name = "TILT"
		channel = 8
		fineChan = 11
		homeVal = 32768
		
	attribute
		name = "CHASE"
		channel = 9
		homeVal = 0
		
	attribute
		name = "PTSPEED"
		channel = 12
		homeVal = 0
		
///////////////////////////////
		
	Parameter
		name = "-PAN-"
		displayerNum = 1
		type = F
		attribList = 7
		stop = (M  0:65535),2,"Pan="

	Parameter
		name = "-TILT-"
		displayerNum = 2
		type = F
		attribList = 8
		stop = (M  0:65535),2,"Ti@="
		
	parameter
		name = "RED"
		displayerNum = 3
		type = C
		attribList = 2
		stop = (M  0:255),2,"Red="
			
	parameter
		name = "GREEN"
		displayerNum = 4
		type = C
		attribList = 3
		stop = (M  0:255),2,"Green="
				
	parameter
		name = "BLUE"
		displayerNum = 5
		type = C
		attribList = 4
		stop = (M  0:255),2,"Blue="
		
	parameter
		name = "-COLOR-"
		displayerNum = 6
		type = C
		attribList = 6
		stop = ( 000:001),N,"White"
		stop = ( 002:006),N,"Red" 	           
		stop = ( 007:011),N,"Yellow" 	        
		stop = ( 012:016),N,"Green" 	         
		stop = ( 017:021),N,"Teal" 	          
		stop = ( 022:026),N,"Blue" 	          
		stop = ( 027:031),N,"Magenta" 	       
		stop = (R032:049),N,"White" 	         
        stop = (M050:118),2,"RGmcro:" 
		stop = (M119:185),2,"BGmcro:"
		stop = (M186:252),2,"BRmcro:" 	 
		stop = (R253:255),N,"White" 	         

	parameter
		name = "-CHASE-"
		displayerNum = 7
		type = C
		attribList = 9
		stop = ( 000:005),N,"No Chase"
		stop = (M006:127),2,"Fade:" 
		stop = (M128:255),2,"Hard:" 
		
	parameter
		name = "-STROBE-"
		displayerNum = 8
		type = B
		attribList = 5
		stop = (   0:  1),N,"No Strobe" 	       		
		stop = (M  2: 99),2,"Stb1:" 	   		
		stop = (M100:199),2,"Stb2:" 		
		stop = (R201:255),N,"SeeDisp24"
  				
	parameter
		name = "-SPEED-"
		displayerNum = 23
		type = B
		attribList = 12
		stop = (M  0:255),2,"Speed="
		
	parameter
		name = "-RESET-"
		displayerNum = 24
		type = N
		attribList = 5
		stop = (   0:  0),N,"Run Mode"
		stop = (R  1:207),N,"Run Mode"   
		stop = ( 208:217),N,"Reset" 	             
		stop = (R218:255),N,"Run Mode"
		
end
