// American DJ 46HP LED Pro
//
// Written by:  Jon Lenard
//		Applied Electronics
//		800-883-0008
//		1/21/10

				
fixture

	manufacturer = "AMERICANDJ"
	name = "46HPLED"
	version = 1.0
//  fullmanufacturer = "American DJ"
//  fullname = "46HP LED PRO"
//  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 = "STROBE"
		channel = 5
		homeVal = 0
		
	attribute
		name = "MODE"
		channel = 6
		homeVal = 0
		
	attribute
		name = "INTENSITY"
		channel = 7
		
		
		
		
	/////////////////////////////////////////////////////////////////////						
		
	parameter
		name = "RED"
		displayerNum = 1
		type = C
		attribList = 1,4
		stop = (M  0:255, 0:0),2,"Red="
		stop = (   0:0,  R1:255),N,"Use Dsp4"
		
	parameter
		name = "GREEN"
		displayerNum = 2
		type = C
		attribList = 2,4
		stop = (M  0:255, 0:0),2,"Green="
		stop = (   0:0,  R1:255),N,"Use Dsp4"
		
	parameter
		name = "BLUE"
		displayerNum = 3
		type = C
		attribList = 3,4
		stop = (M  0:255, 0:0),2,"Blue="
		stop = (   0:0,  R1:255),N,"Use Dsp4"
		
	parameter
		name = "COLOR"
		displayerNum = 4
		type = C
		attribList = 1,2,3,4
		stop = (R 0:255,R 0:255,R 0:255, 0:0),N,"UseDsp123"
		stop = (  0:0  ,  0:0  ,  0:0  ,M 1:255),2,"Color:"
		
	parameter
		name = "STROBE"
		displayerNum = 5
		type = B
		attribList = 5,6
		stop = (   0:  15,R   0:255),N,"Stop"
		stop = (M 16: 255,R   0:  0),2,"Strobe:"
		stop = (M 16: 255,R   1:255),2,"Speed:"
							
	parameter
		name = "MODE"
		displayerNum = 6
		type = C
		attribList = 6
		stop = (    0:  0),N,"UseRGB"	
		stop = (R   1:127),N,"UseRGB"	
		stop = ( 128: 159),N,"Color Mix"
		stop = ( 160: 191),N,"3 Color"
		stop = ( 192: 223),N,"7 Color" 
		stop = ( 224: 255),N,"Sound" 
	
end