// American DJ Emerald Sky
//
// Written by: Jon Lenard jon@appliednn.com
// Date: 4/20/09 
//

Fixture
   version = 1.0
   manufacturer = "AMERICANDJ"
   name = "EmrldSky"
//  fullmanufacturer = "American DJ"
//  fullname = "Emerald Sky"
//  mode = 0
//  description = ""

    Attribute
      name = "LINE"
      channel = 1
      homeVal = 0
      
	attribute
		name = "PATTERN"
		channel = 2
		homeVal = 0
		
/////////////////////////////////////

	parameter
		name = "-LINE-"
		displayerNum = 1
		type = F
		attribList = 1
		stop = (  0:  0),N,"Off"    
		stop = (  1: 52),N,"Line"   
		stop = ( 53:104),N,"Dotted 1"
		stop = (105:156),N,"Dotted 2"
		stop = (157:207),N,"Dotted 3"
		stop = (208:225),N,"3 sec"  
		stop = (226:255),N,"5 sec"
		
	parameter
		name = "-PATTERN-"
		displayerNum = 2
		type = F
		attribList = 2
		stop = (  0:  1),N,"Stop"   
		stop = (  2: 15),N,">Fst>Fst"
		stop = ( 16: 29),N,">Mod>Fst"
		stop = ( 30: 43),N,">Mod>Mod"
		stop = ( 44: 57),N,">Fst>Mod"
		stop = ( 58: 71),N,">Fst<Fst"
		stop = ( 72: 85),N,">Mod<Fst"
		stop = ( 86: 99),N,">Mod<Mod"
		stop = (100:113),N,">Fst<Mod"
		stop = (114:127),N,"<Fst<Fst"
		stop = (128:141),N,"<Mod<Fst"
		stop = (142:155),N,"<Mod<Mod"
		stop = (156:169),N,"<Fst<Mod"
		stop = (170:183),N,"<Fst>Fst"
		stop = (184:197),N,"<Mod>Fst"
		stop = (198:211),N,"<Mod>Mod"
		stop = (212:225),N,"<Fst>Mod"
		stop = (226:255),N,"Sound"
		
End