///////////////////////////////////////////    DynaTwin
// Cooma Little Theatre 
// maXim fixture Template
// ACME DynaTwin
// Author: A.C. Monticone 08 Sept. 2007
// Updated: A.C. Monticone 18 Oct. 2008
// Checked by: Jon Lenard 10/31/08
  

fixture
	manufacturer = "ACME"
	name = "DYNATWIN"
	version = 0.95
//  fullmanufacturer = "Acme"
//  fullname = "DynaTwin"
//  mode = 0
//  description = ""
	
	attribute
		name = "PAN1"
		channel = 1
		homeVal = 128
		
	attribute
		name = "TILT1"
		channel = 2
		homeVal = 128
		
	attribute
		name = "SHUTR1"
		channel = 3
		homeVal = 0

	attribute
		name = "GOBO1"
		channel = 4
		homeVal = 0

	attribute
		name = "PAN2"
		channel = 5
		homeVal = 128
		
	attribute
		name = "TILT2"
		channel = 6
		homeVal = 128
		
	attribute
		name = "SHUTR2"
		channel = 7
		homeVal = 0

	attribute
		name = "GOBO2"
		channel = 8
		homeVal = 0
				  
////////////////////////////////////////////////////////////
	parameter
		name = "-PAN1-"					
 		displayerNum = 1 
		type = F
 		attribList = 1
 		stop = (M  0:255),2,"Pan="

	parameter
		name = "-TILT1-"					
 		displayerNum = 2 
		type = F
 		attribList = 2
 		stop = (M  0:255),2,"Ti@="

	parameter
		name = "-GOBO1-"					
 		displayerNum = 3 
		type = C
 		attribList = 4
 		stop = (   0: 11),N,"No Gobo"
 		stop = (  12: 23),N,"GnPk X"
 		stop = (  24: 34),N,"Ye Star"
 		stop = (  35: 46),N,"RGB Blobs"
 		stop = (  47: 58),N,"Gn Atom"
 		stop = (  59: 69),N,"Pk Arcs"
 		stop = (  70: 81),N,"RGBY Dots"
 		stop = (  82: 93),N,"Mgn Spots"
 		stop = (  94:104),N,"Bu Rings"
 		stop = ( 105:116),N,"Bu Mgn O"
 		stop = ( 117:127),N,"Gn Paw"

 		stop = (M128:255),2,"G1Whl>:"

	parameter
		name = "-SHUTR1-"					
 		displayerNum = 4 
		type = B
 		attribList = 3
 		stop = (   0:  7),N,"Closed"
 		stop = (   8: 15),N,"Open"

 		stop = (M 16:131),2,"Strobe:"

 		stop = (M132:247),2,"Shake:"

 		stop = (R248:255),N,"Open"

//////////////////////////////////

	parameter
		name = "-PAN2-"					
 		displayerNum = 7 
		type = F
 		attribList = 5
 		stop = (M  0:255),2,"Pan="

	parameter
		name = "-TILT2-"					
 		displayerNum = 8 
		type = F
 		attribList = 6
 		stop = (M  0:255),2,"Ti@="

	parameter
		name = "-GOBO2-"					
 		displayerNum = 9 
		type = C
 		attribList = 8
 		stop = (   0: 11),N,"No Gobo"
 		stop = (  12: 23),N,"GnPk X"
 		stop = (  24: 34),N,"Ye Star"
 		stop = (  35: 46),N,"RGB Blobs"
 		stop = (  47: 58),N,"Gn Atom"
 		stop = (  59: 69),N,"Pk Arcs"
 		stop = (  70: 81),N,"RGBY Dots"
 		stop = (  82: 93),N,"Mgn Spots"
 		stop = (  94:104),N,"Bu Rings"
 		stop = ( 105:116),N,"Bu Mgn O"
 		stop = ( 117:127),N,"Gn Paw"

 		stop = (M128:255),2,"G2Whl>:"

	parameter
		name = "-SHUTR2-"					
 		displayerNum = 10 
		type = B
 		attribList = 7
 		stop = (   0:  7),N,"Closed"
 		stop = (   8: 15),N,"Open"

 		stop = (M 16:131),2,"Strobe:"

 		stop = (M132:247),2,"Shake:"

 		stop = (R248:255),N,"Open"
 		
end