///////////////////////////////////////////
// LSC Lighting Systems 
// maXim fixture Template
// Show Technology Pro Shop LED Strip
// Zac Shenker, Written 14th Feb 2008

Fixture
	manufacturer = "SHOWTECH"
	name = "LEDip14"
	version = 0.90
//  fullmanufacturer = "Show Technology"
//  fullname = "LEDStrip IP65 - 14 channel Mode"
//  mode = 14 ch
//  description = ""

	Attribute
		name = "INTENSITY"
		channel = 1
		minVal = 0
		maxVal = 9
		homeVal = 0
	
	Attribute
		name = "RED1"
		channel = 2
		homeVal = 0
		
	Attribute
		name = "GREEN1"
		channel = 3
		homeVal = 0

	Attribute
		name = "BLUE1"
		channel = 4
		homeVal = 0
		
	Attribute
		name = "RED2"
		channel = 5
		homeVal = 0
		
	Attribute
		name = "GREEN2"
		channel = 6
		homeVal = 0
		
	Attribute
		name = "BLUE2"
		channel = 7
		homeVal = 0
		
	Attribute
		name = "RED3"
		channel = 8
		homeVal = 0
		
	Attribute
		name = "GREEN3"
		channel = 9
		homeVal = 0
		
	Attribute
		name = "BLUE3"
		channel = 10
		homeVal = 0		

	Attribute
		name = "RED4"
		channel = 11
		homeVal = 0
		
	Attribute
		name = "GREEN4"
		channel = 12
		homeVal = 0
		
	Attribute
		name = "BLUE4"
		channel = 13
		homeVal = 0		

//-------------------------------------------------

	Parameter
		name = "-RED1-"
		displayerNum = 1
		type = C
		attribList = 2
		stop = (M  0:255),2,"Red1="

	Parameter
		name = "-GRN1-"
		displayerNum = 2
		type = C
		attribList = 3
		stop = (M  0:255),2,"Grn1="
		
	Parameter
		name = "-BLUE1-"
		displayerNum = 3
		type = C
		attribList = 4
		stop = (M  0:255),2,"Blue1="

	Parameter
		name = "-RED2-"
		displayerNum = 4
		type = C
		attribList = 5
		stop = (M  0:255),2,"Red2="
		
	Parameter
		name = "-GRN2-"
		displayerNum = 5
		type = C
		attribList = 6
		stop = (M  0:255),2,"Grn2="
		
	Parameter
		name = "-BLUE2-"
		displayerNum = 6
		type = C
		attribList = 7
		stop = (M  0:255),2,"Blue2="
		
//-----------------------------------------------------		
	
	Parameter
		name = "-RED3-"
		displayerNum = 7
		type = C
		attribList = 8
		stop = (M  0:255),2,"Red3="

	Parameter
		name = "-GRN3-"
		displayerNum = 8
		type = C
		attribList = 9
		stop = (M  0:255),2,"Grn32="
		
	Parameter
		name = "-BLUE3-"
		displayerNum = 9
		type = C
		attribList = 10
		stop = (M  0:255),2,"Blue3="

	Parameter
		name = "-RED4-"
		displayerNum = 10
		type = C
		attribList = 11
		stop = (M  0:255),2,"Red43="

	Parameter
		name = "-GRN4-"
		displayerNum = 11
		type = C
		attribList = 12
		stop = (M  0:255),2,"Grn4="
		
	Parameter
		name = "-BLUE4-"
		displayerNum = 12
		type = C
		attribList = 13
		stop = (M  0:255),2,"Blue4="

//-------------------------------------------------------------		
				
	Parameter
		name = "-FUNCTN-"
		displayerNum = 24
		type = B
		attribList = 1
		stop = (   0:  0),N,"Dimmer"
		stop = (R  1: 10),N,"useFader"
		stop = (M 10: 39),1,"Strobe:"
		stop = (M 40: 69),1,"FadeIO:"
		stop = (M 70: 99),1,"AutoCol"
		stop = (M100:110),1,"Chase1"
		stop = (M111:121),1,"Chase2"
		stop = (M122:132),1,"Chase3"
		stop = (M133:143),1,"Chase4"
		stop = (M144:154),1,"Chase5"
		stop = (M155:165),1,"Chase6"
		stop = (M166:176),1,"Chase7"
		stop = (M177:187),1,"Chase8"
		stop = (M188:198),1,"Chase9"
		stop = (M199:209),1,"Chase10"
		stop = (M210:220),1,"Chase11"
		stop = (M221:231),1,"Chase12"
		stop = (M232:244),1,"Cs1-12:"
		stop = ( 251:255),N,"Sound"
		
End
