// ArKaos Media Master Layer Mini v1
//
// Written by: Jon Lenard jon@appliednn.com
// Date: 2/2/09
// Modified From: NEW
//

Fixture
   version = 1.0
   manufacturer = "ARKAOS"
   name = "MLmini"
//  fullmanufacturer = "Arkaos"
//  fullname = "Media Master Layer Mini"
//  mode = 
//  description = ""

	attribute
		name = "INTENSITY"
		channel = 1
		
	attribute
		name = "VISLIB"
		channel = 2
		homeVal = 0
		
	attribute
		name = "FILE"
		channel = 3
		homeVal = 0
		
	attribute
		name = "EFFECT"
		channel = 4
		homeVal = 0
		
	attribute
		name = "POSITION"
		channel = 5
		homeVal = 0
		
////////////////////////////////////////////////////////////////

	parameter
		name = "-VISLIB-"
		displayerNum = 1
		type = B
		attribList = 2
		stop = (  0: 15),N,"Folder 0"
		stop = ( 16: 31),N,"Folder 1"
		stop = ( 32: 47),N,"Folder 2"
		stop = ( 48: 63),N,"Folder 3"
		stop = ( 64: 79),N,"Folder 4"
		stop = ( 80: 95),N,"Folder 5"
		stop = ( 96:111),N,"Folder 6"
		stop = (112:127),N,"Folder 7"
		stop = (128:143),N,"Folder 8"
		stop = (144:159),N,"Folder 9"
		stop = (160:175),N,"Folder10"
		stop = (176:191),N,"Generator"
		stop = (192:207),N,"AudioFlsh"
		stop = (208:223),N,"FlshTxt1"
		stop = (224:239),N,"FlshTxt2"
		stop = (240:255),N,"Cameras"
		
	parameter
		name = "-FILE-"
		displayerNum = 2
		type = B
		attribList = 3
		stop = (  0: 15),N,"PrevLayer"    		
		stop = ( 16: 31),N,"File 1"   		
		stop = ( 32: 47),N,"File 2"   		
		stop = ( 48: 63),N,"File 3"   
		stop = ( 64: 79),N,"File 4"           		
		stop = ( 80: 95),N,"File 5"   
		stop = ( 96:111),N,"File 6"  
		stop = (112:127),N,"File 7" 
		stop = (128:143),N,"File 8" 
		stop = (144:159),N,"File 9" 
		stop = (160:175),N,"File 10"
		stop = (176:191),N,"File 11"
		stop = (192:207),N,"File 12"
		stop = (208:223),N,"File 13"
		stop = (224:239),N,"File 14"
		stop = (240:255),N,"File 15"
		
	parameter
		name = "-EFFECT-"
		displayerNum = 3
		type = B
		attribList = 4
		stop = (  0: 15),N,"NoEffect"         		
		stop = ( 16: 31),N,"RotoZoom"         		
		stop = ( 32: 47),N,"Cube In"                    
		stop = ( 48: 63),N,"TileScrol"   
		stop = ( 64: 79),N,"Plane"            
		stop = ( 80: 95),N,"Tunnel"           
		stop = ( 96:111),N,"Kaleido"         
		stop = (112:127),N,"Rad Blur"    
		stop = (128:143),N,"Mot Blur"    
		stop = (144:159),N,"Mirror"         
		stop = (160:175),N,"AsciiArt"       
		stop = (176:191),N,"SplitScrol"
		stop = (192:207),N,"Greyscale"      
		stop = (208:223),N,"Invert"         
		stop = (224:239),N,"RGBCycle"      
		stop = (240:255),N,"LarsSimple"
		
	parameter
		name = "-POSITION-"
		displayerNum = 4
		type = F
		attribList = 5
		stop = (M  0:255),2,"Pos="
		
end      