// ArKaos Media Master Full v1
//
// Written by: Jon Lenard jon@appliednn.com
// Date: 2/2/09
// Modified From: NEW
//

Fixture
   version = 1.0
   manufacturer = "ARKAOS"
   name = "MMfull"
//  fullmanufacturer = "Arkaos"
//  fullname = "Media Master Master Full"
//  mode = 
//  description = ""

	attribute
		name = "BRIGHTNESS"
		channel = 1
		homeVal = 128
		
	attribute
		name = "CONTRAST"
		channel = 2
		homeVal = 0
		
	attribute
		name = "MASK"
		channel = 3
		homeVal = 0
		
	attribute
		name = "KEY X1"
		channel = 4
		homeVal = 0
		
	attribute
		name = "KEY Y1"
		channel = 5
		homeVal = 0
		
	attribute
		name = "KEY X2"
		channel = 6
		homeVal = 0
		
	attribute
		name = "KEY Y2"
		channel = 7
		homeVal = 0
		
	attribute
		name = "KEY X3"
		channel = 8
		homeVal = 0
		
	attribute
		name = "KEY Y3"
		channel = 9
		homeVal = 0
		
	attribute
		name = "KEY X4"
		channel = 10
		homeVal = 0
		
	attribute
		name = "KEY Y4"
		channel = 11
		homeVal = 0
		
	attribute
		name = "SOFTEDGEW"
		channel = 12
		homeVal = 0
		
	attribute
		name = "SOFTEDGEC"
		channel = 13
		homeVal = 128
		
///////////////////////////////////////////////////////////////

	parameter                          
		name = "-BRIGHT-"                    
		displayerNum = 1                  
		type = B                          
		attribList = 1
		stop = (M  0:255),2,"Brgt="
                                    
	parameter                          
		name = "CONTRAST"                   
		displayerNum = 2                  
		type = B                          
		attribList = 2                   
		stop = (M  0:255),2,"Cont="

	parameter
		name = "-MASK-"
		displayerNum = 3
		type = B
		attribList = 3
		stop = (M 0:255),B,"Mask:"

	parameter
		name = "-KEY X1-"
		displayerNum = 4
		type = F
		attribList = 4
		stop = (M  0:255),2,"KX1="

	parameter
		name = "-KEY Y1-"
		displayerNum = 5
		type = F
		attribList = 5
		stop = (M  0:255),2,"KY1="		
		
	parameter
		name = "-KEY X2-"
		displayerNum = 7
		type = F
		attribList = 6
		stop = (M  0:255),2,"KX2="

	parameter
		name = "-KEY Y2-"
		displayerNum = 8
		type = F
		attribList = 7
		stop = (M  0:255),2,"KY2="		
		
	parameter
		name = "-KEY X3-"
		displayerNum = 9
		type = F
		attribList = 8
		stop = (M  0:255),2,"KX3="

	parameter
		name = "-KEY Y3-"
		displayerNum = 10
		type = F
		attribList = 9
		stop = (M  0:255),2,"KY3="		
		
	parameter
		name = "-KEY X4-"
		displayerNum = 11
		type = F
		attribList = 10
		stop = (M  0:255),2,"KX4="

	parameter
		name = "-KEY Y4-"
		displayerNum = 12
		type = F
		attribList = 11
		stop = (M  0:255),2,"KY4="		
		
	parameter
		name = "SOFTWIDTH"
		displayerNum = 13
		type = F
		attribList = 12
		stop = (M  0:255),2,"Swd="

	parameter
		name = "SOFTCURVE"
		displayerNum = 14
		type = F
		attribList = 13
		stop = (M  0:255),2,"Scv="		

end
