///////////////////////////////////////////    RadLite Text Module 
// 
//  Written: R. Mickan

fixture

	version = 0.91
	manufacturer = "RADLITE"
	name = "Text"
//  fullmanufacturer = "RadLite"
//  fullname = "Text"
//  mode = 0
//  description = ""

	attribute
		name = "INTENSITY"
		channel = 1
		
	attribute
		name = "TEXT"
		channel = 2
		homeVal = 0
		
	attribute
		name = "SHADOW"
		channel = 6
		homeVal = 0

	attribute
		name = "X POS"
		channel = 7
		homeVal = 128

	attribute
		name = "Y POS"
		channel = 8
		homeVal = 128

	attribute
		name = "ZOOM"
		channel = 9
		homeVal = 128

	attribute
		name = "ASPECT"
		channel = 10
		homeVal = 128

	attribute
		name = "ROTATION"
		channel = 11
		fineChan = 12
		homeVal = 0
	
	attribute
		name = "RED"
		channel = 3
		homeVal = 255
	
	attribute
		name = "GREEN"
		channel = 4
		homeVal = 255

	attribute
		name = "BLUE"
		channel = 5
		homeVal = 255
					
//////////////////////////////////////////////////////////////////////////////
	
	parameter
		name = "-TEXT-"					
		displayerNum = 1 
		type = B
		attribList = 2
		stop = (M  0:255),B,"Text="
				
	parameter
		name = "-SHADOW-"					
		displayerNum = 2
		type = B
		attribList = 6
		stop = (M  0:255),2,"Shdow="		

	parameter
		name = "-X POS-"					
		displayerNum = 3
		type = F
		attribList = 7
		stop = (M  0:255),2,"X Pos="
				
	parameter
		name = "-Y POS-"					
		displayerNum = 4
		type = F
		attribList = 8
		stop = (M  0:255),2,"Y Pos="
	
	parameter
		name = "-ZOOM-"					
		displayerNum = 5
		type = B
		attribList = 9
		stop = (M  0:255),2,"Zoom="
				
	parameter
		name = "-ASPECT-"					
		displayerNum = 6
		type = B
		attribList = 10
		stop = (M  0:127),2,"AspctH:"
		stop = ( 128:128),N,"Aspct1-1"
		stop = (M129:255),2,"AspctV:"
		
//------------------------------------------
		
	parameter
		name = "-ROTATE-"					
		displayerNum = 7
		type = B
		attribList = 11
		stop = (     0:    0),N,"Static"
		stop = (M    1:32767),2,"Index:"
		stop = (M32768:49151),2,"Rot>:"
		stop = (M49452:65535),2,"Rot<:"
	
	parameter
		name = "-RED-"					
		displayerNum = 8
		type = C
		attribList = 3
		stop = (M  0:255),2,"Red="
	
	parameter
		name = "-GREEN-"					
		displayerNum = 9
		type = C
		attribList = 4
		stop = (M  0:255),2,"Green="
	
	parameter
		name = "-BLUE-"					
		displayerNum = 10 
		type = C
		attribList = 5
		stop = (M  0:255),2,"Blue="
					
end

