// American DJ P36 LED
//
// Written by:  Jon Lenard
//		Applied Electronics
//		800-883-0008
//		4/30/07

				
fixture

	manufacturer = "AMERICANDJ"
	name = "P36 LED"
	version = 1.2
//  fullmanufacturer = "American DJ"
//  fullname = "P36 LED"
//  mode = 
//  description = ""
	
	attribute
		name = i"RED"
		channel = 1
		homeVal = 0
		
	attribute
		name = i"GREEN"
		channel = 2
		homeVal = 0	
		
	attribute
		name = i"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	
				
/////////////////////////////////////////////////////////////////////						
		
	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:127),2,"Strobe:"
		stop = (M 16: 255,R 128:255),2,"Speed:"
							
	parameter
		name = "MODE"
		displayerNum = 6
		type = C
		attribList = 6
		stop = (    0:  32),N,"USE RGB"
		stop = (   32:  63),N,"PulseUp"	
		stop = (   64:  95),N,"PulseDn"
		stop = (   96: 127),N,"Pulse"
		stop = (  128: 159),N,"Color Mix"
		stop = (  160: 191),N,"3 Color"
		stop = (  192: 223),N,"7 Color" 
		stop = (  224: 255),N,"Sound" 
	
end
