// Fixture  25 Lights StagePar 108-CA (post 11/30/09)
//
// Written by: Jon Lenard jon@appliednn.com
// Date: 12/7/09
// 
//

Fixture
   version = 1.0
   manufacturer = "25LIGHTS"
   name = "PAR108-CA"
//  fullmanufacturer = "25 Lights"
//  fullname = "StagePar 108-CA"
//  mode = 0
//  description = "post 11-30-09"

    Attribute
      name = "RED"
      channel = 1
      homeVal = 0
  
	attribute
		name = "GREEN"
		channel = 2
		homeVal = 0
		
	attribute
		name = "BLUE"
		channel = 3
		homeVal = 0
		
	attribute
		name = "INTENSITY"
		channel = 4
		
	attribute
		name = "SPEED"
		channel = 5
		homeVal = 0
		
	attribute
		name = "MACRO"
		channel = 6
		homeVal = 0
		
///////////////////////////////
		
	parameter
		name = "RED"
		displayerNum = 1
		type = C
		attribList = 1
		stop = (M  0:255),2,"Red="
			
	parameter
		name = "GREEN"
		displayerNum = 2
		type = C
		attribList = 2
		stop = (M  0:255),2,"Green="
				
	parameter
		name = "BLUE"
		displayerNum = 3
		type = C
		attribList = 3
		stop = (M  0:255),2,"Blue="
		
	parameter
		name = "-MACRO-"
		displayerNum = 4
		type = C
		attribList = 6
		stop = (   0:  2),N,"No Macro"
		stop = (M  3: 49),2,"Strobe:"
		stop = (M 50:100),2,"Color:"
		stop = ( 101:150),N,"SlowColor"
		stop = ( 151:200),N,"FastColor"
		stop = (M201:250),2,"Chase:"
		stop = (M251:255),2,"Sound"
		
	parameter
		name = "-SPEED-"
		displayerNum = 5 
		type = B
		attribList = 5
		stop = (M  0:255),2,"Speed="
		
end