/////////////////////////////////////////
//    MARTIN MX 1
// DMX Protocol version 2
// This template requires software version 0.97 or higher to work.

fixture

	manufacturer = "MARTIN"
	name = "Mx-1"
	version = 1.0
//  fullmanufacturer = "Martin"
//  fullname = "MX 1"
//  mode = 1
//  description = ""

	attribute
		name = "INTENSITY"
		channel = 1
		minval = 0
		maxval = 169
		homeVal = 0

	attribute
		name = "COLOR-GOBO"
		channel = 3
		homeVal = 0

	attribute
		name = "PAN"
		channel = 4
		homeVal = 128

	attribute
		name = "TILT"
		channel = 5
		homeVal = 128

	attribute
		name = "PT SPEED"
		channel = 6
		homeVal = 0


////////////////////////////////////////////////////////////////////////

	parameter
		name = "-PAN-"					
		displayerNum = 1 
		type = F
		attribList = 4
		stop = (M  0:255),D,0,230,"Pan="

	parameter
		name = "-TILT-"					
		displayerNum = 2 
		type = F
		attribList = 5
		stop = (M  0:255),D,0,76,"Ti@="

	parameter
		name = "-COL+GB-"					
		displayerNum = 3 
		type = C
		attribList = 3

		stop = (   0: 11),N,"Open"	
		stop = (  12: 23),N,"Worms"
		stop = (  24: 35),N,"Web"
		stop = (  36: 47),N,"Petals"
		stop = (  48: 59),N,"Spokes"
		stop = (  60: 71),N,"Cone"
		stop = (  72: 83),N,"Maze"
		stop = (  84: 95),N,"Crater"
		stop = (  96:107),N,"Holes"
		stop = ( 108:119),N,"Cross"
		stop = ( 120:131),N,"JagCross"
		stop = ( 132:143),N,"Atomic"
		stop = ( 144:155),N,"DotCircle"
		stop = ( 156:167),N,"Nordic"
		stop = ( 168:179),N,"Aim"
		stop = ( 180:191),N,"Pie"
		stop = ( 192:203),N,"Tie"
		stop = ( 204:215),N,"Nova"
		stop = ( 216:227),N,"TripleBm"
		stop = ( 228:239),N,"BlackOut"
		
		stop = ( 240:255),N,"Trigger"

	parameter                      
		name = "-PTSPEED-"             
		displayerNum = 4              
		type = F                      
		attribList = 6                
		stop = (   0:  2),N,"Tracking"
		stop = (M  3:255),2,"Vector:" 
		
	parameter                      
		name = "-STROBE-"             
		displayerNum = 5              
		type = B                      
		attribList = 1                
		stop = (   0:  0),N,"StrobeOff"		
		stop = (M229:170),2,"Strobe:"
		stop = (R  1:169),N,"StrobeOff"		
		stop = (R230:255),N,"StrobeOff"		

	parameter                      
		name = "-TRIGGER-"             
		displayerNum = 6              
		type = F                      
		attribList = 1                
		stop = (   0:  0),N,"TrigOff"
		stop = (R  1:229),N,"TrigOff"				
		stop = ( 230:239),N,"MusicTrig"
		stop = ( 240:249),N,"AutoTrig" 
		stop = (R250:255),N,"TrigOff"				

// ------------------------
	parameter                      
		name = "-CONTROL-"             
		displayerNum = 24             
		type = N                      
		attribList = 1                
		stop = (   0:  0),N,"NoReset"
		stop = (R  1:249),N,"NoReset"
		stop = ( 250:255),N,"Reset"				

end

