// American DJ MEGA TRI BAR
//
// Written by:  Jon Lenard
//		Applied Electronics
//		800-883-0008
//		7/27/11

				
fixture

	manufacturer = "AMERICANDJ"
	name = "MEGATRIBAR"
	version = 1.0
//  fullmanufacturer = "American DJ"
//  fullname = "MEGA TRI BAR"
//  mode = 7
//  description = ""

	attribute
		name = "RED"
		channel = 1
		homeVal = 0
		
	attribute
		name = "GREEN"
		channel = 2
		homeVal = 0	
		
	attribute
		name = "BLUE"
		channel = 3
		homeVal = 0	
		
	attribute
		name = "COLOR"
		channel = 4
		homeVal = 0	
		
	attribute
		name = "SPEED"
		channel = 5
		homeVal = 0
		
	attribute
		name = "STROBE"
		channel = 6
		homeVal = 0
		
	attribute
		name = "INTENSITY"
		channel = 7
		
		
		
		
	/////////////////////////////////////////////////////////////////////						
		
	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 = "COLOR"
		displayerNum = 4
		type = C
		attribList = 4
		stop = (  0: 10),N,"UseDsp123"
		stop = ( 11: 21),N,"Red"
		stop = ( 22: 32),N,"Yellow"
		stop = ( 33: 43),N,"Green"
		stop = ( 44: 54),N,"Cyan"
		stop = ( 55: 65),N,"Blue"
		stop = ( 66: 76),N,"Purple"
		stop = ( 77: 87),N,"White"
		stop = ( 88: 98),N,"Sdream"
		stop = ( 99:109),N,"Fdream"
		stop = (110:120),N,"Cfade"
		stop = (121:131),N,"Cchange"		
		stop = (132:142),N,"Flow 1"
		stop = (143:153),N,"Flow 2"
		stop = (154:164),N,"Flow 3"
		stop = (165:175),N,"Flow 4"
		stop = (176:186),N,"DbFlow1"
		stop = (187:197),N,"DbFlow2"
		stop = (198:208),N,"MultiCol"
		stop = (209:219),N,"2Cflow1"
		stop = (220:230),N,"2Cflow2"
		stop = (231:255),N,"Sound"
	
	parameter
		name = "-SPEED-"
		displayerNum = 5 
		type = C
		attribList = 5
		stop = (M  0:255),2,"Speed="
		
	parameter
		name = "STROBE"
		displayerNum = 6
		type = B
		attribList = 6
		stop = (   0:  0),N,"No Strobe"
		stop = (M  1:255),2,"Strobe:"
								
end
