// GMOTT iStudio 303 RGBW LED Fixture - 7 channel
// 
// Jon Lenard
// 9/26/11

fixture
	manufacturer = "GMOTT"
	name = "iSTD303"
	version = 1.00
//  fullmanufacturer = "GMOTT"
//  fullname = "iStudio 303 RGBW"
//  mode = 0
//  description = ""

	attribute
		name = "INTENSITY"
		channel = 1
		
	attribute
		name = "RED"
		channel = 2
		homeVal = 0
		
	attribute
		name = "GREEN"
		channel = 3
		homeVal = 0
		
	attribute
		name = "BLUE"
		channel = 4
		homeVal = 0
		
	attribute
		name = "WHITE"
		channel = 5
		homeVal = 0
		
	attribute
		name = "COLOR MACRO"
		channel = 6
		homeVal = 0
		
	attribute
		name = "STROBE"
		channel = 7
		homeVal = 0
					
//////////////////////////////////////////////////////

	parameter
		name = "-RED-"
		displayerNum = 1
		type = C
		attribList = 2
		stop = (M  0:255),2,"Red="

	parameter
		name = "-GREEN-"
		displayerNum = 2
		type = C
		attribList = 3
		stop = (M  0:255),2,"Green"

	parameter
		name = "-BLUE-"
		displayerNum = 3
		type = C
		attribList = 4
		stop = (M  0:255),2,"Blue="
	
	parameter
		name = "-WHITE-"
		displayerNum = 4
		type = C
		attribList = 5
		stop = (M  0:255),2,"White="		
		
	parameter
		name = "-MACRO-"
		displayerNum = 5
		type = C
		attribList = 6
		stop = (   0:  4),N,"No Macro"  
		stop = (   5:  9),N,"White"
		stop = (  10: 14),N,"LT Blue"
		stop = (  15: 19),N,"Blue"
		stop = (  20: 24),N,"Purple"
		stop = (  25: 29),N,"BluMagnt"
		stop = (  30: 34),N,"Magenta"
		stop = (  35: 39),N,"HotPink"
		stop = (  40: 44),N,"Pink"
		stop = (  45: 49),N,"Red"
		stop = (  50: 54),N,"Ornage"
		stop = (  55: 59),N,"Yellow"
		stop = (  60: 64),N,"Lime"
		stop = (  65: 69),N,"LtGreen"
		stop = (  70: 74),N,"Green"
		stop = (  75: 79),N,"Teal"
		stop = (  80: 84),N,"Cyan"
		stop = (M169: 85),2,"Snap:"
		stop = (M255:170),2,"Fade:"
		
	parameter
		name = "-STROBE-"
		displayerNum = 6
		type = B
		attribList = 7
		stop = (M  0:255),2,"Strobe="
	
end
