//////////////////////////////        miniMAC Wash DMX Mode 4
// GP
// Revised by Adrian Pistritto, Unfinished

Fixture 
// version = 0.91
   manufacturer = "Martin"
   name = "MacWash4"
//  fullmanufacturer = "Martin"
//  fullname = "miniMac Wash"
//  mode = 4
//  description = ""

   Attribute
      name = "INTENSITY"
      channel = 1

   Attribute
      name = "COLOUR"
      homeVal = 0
      channel = 2

   Attribute
      name = "PAN"
      homeVal = 32768
      channel = 3
      fineChan = 4

   Attribute
      name = "TILT"
      homeVal = 32768
      channel = 5
      fineChan = 6

   Attribute
      name = "MOVSPEED"
      homeVal = 0
      channel = 7

   Attribute
      name = "EFXSPEED"
      homeVal = 0
      channel = 8

//////////////////////////////////////////////////////////////////

   Parameter
      name = "-PAN-"   
      displayerNum = 1
      type = f
      attribList = 3
      stop = (M0:65535),W,"Pan="

   Parameter
      name = "-TILT-"   
      displayerNum = 2
      type = f
      attribList = 5
      stop = (M0:65535),W,"Ti@="

   Parameter
      name = "-COLOUR-"   
      displayerNum = 3
      type = c
      attribList = 2
      
      stop = ( 204:207),N,"White"
      stop = ( 200:203),N,"Color 1"
      stop = ( 196:199),N,"Color 2"
      stop = ( 192:195),N,"Color 3"
      stop = ( 188:191),N,"Color 4"
      stop = ( 184:187),N,"Color 5"
      stop = ( 180:183),N,"Color 6"
      stop = ( 176:179),N,"Color 7"
      stop = ( 172:175),N,"Color 8"
      stop = ( 168:171),N,"Color 9"
      stop = ( 164:167),N,"Color 10"
      stop = ( 160:163),N,"Color 11"
      stop = ( 151:159),N,"Color 12"

      stop = (M208:245),2,"CSpin:"
      stop = (M246:255),2,"RndCol:"
      
      stop = (  M0:150),2,"CWheel:"

   Parameter
      name = "-MOVSPD-"   
      displayerNum = 4
      type = b
      attribList = 7
      stop = (   0:  2),N,"Tracking"
      stop = (  M3:245),2,"Vector:"
      stop = ( 246:248),N,"SlowTrack"
      stop = ( 249:251),N,"FastTrack"
      stop = ( 252:255),N,"Mov Blak"

   Parameter
      name = "-EFXSPD-"   
      displayerNum = 5
      type = b
      attribList = 8
      stop = (   0:  2),N,"Tracking"
      stop = (  M3:251),2,"Vector:"
      stop = ( 252:255),N,"Fx Blak"

end

