
Fixture 
	manufacturer = "CLAY PAKY"
	name = "mScan HPE"
	version = 1.02
//  fullmanufacturer = "Clay Paky"
//  fullname = "MiniScan HPE"
//  mode = 0
//  description = ""

   Attribute
      name = "COLOUR"
      homeVal = 0
      channel = 1

   Attribute
      name = "GOBO<>"
      homeVal = 0
      channel = 2

   Attribute
      name = "GOBO"
      homeVal = 0
      channel = 3

   Attribute
      name = "INTENSITY"
      channel = 4
      maxVal = 127
      homeval = 0

   Attribute
      name = "PAN"
      homeVal = 128
      channel = 5

   Attribute
      name = "TILT"
      homeVal = 128
      channel = 6

   Attribute
      name = "FX-PRISM"
      homeVal = 0
      channel = 7

///////////////////////////////////////////////////////////////////////////
   Parameter
      name = "-PAN-"   
      displayerNum = 1
      type = F
      attribList = 5
      stop = (M  0:255),D,0,180,"Pan="

   Parameter
      name = "-TILT-"   
      displayerNum = 2
      type = F
      attribList = 6
      stop = (M  0:255),D,0,110,"Ti@="

   Parameter
      name = "-COLOUR-"   
      displayerNum = 3
      type = C
      attribList = 1
      stop = (   0:  0),N,"White"
      stop = (   8: 24),N,"Red"
      stop = (  25: 41),N,"Yellow"
      stop = (  42: 58),N,"Purple"
      stop = (  59: 74),N,"Green"
      stop = (  75: 89),N,"Orange"
      stop = (  90:107),N,"Blue"
      stop = ( 108:123),N,"Pink"
      stop = (M128:255),2,"CWhl>:"

   Parameter
      name = "-GOBO-"   
      displayerNum = 4
      type = B
      attribList = 3
      stop = (   0: 36),N,"NoGobo"
      stop = (  37: 73),N,"Breakup"
      stop = (  74:110),N,"Phono"
      stop = ( 111:147),N,"Cone"
      stop = ( 148:184),N,"Radial"
      stop = ( 185:221),N,"Spiral"
      stop = ( 222:255),N,"Line"

   Parameter
      name = "-GOBO<>-"   
      displayerNum = 5
      type = B
      attribList = 2
      stop = (M  0:127),D,0,540,"Gobo:"
      stop = (M190:128),2,"Gobo<:"
      stop = ( 191:192),N,"GoboStop"
      stop = (M193:255),2,"Gobo>:"

	parameter
		name = "-SHUTTER-"
		displayerNum = 6
		type = B
		attribList = 4
		stop = (   0:  0),N,"Use Fader"		// Forces the patpad output to 0 so that fader can take over
		stop = (R  1:127),N,"Use Fader"		// Any values provided by the fader will read as dimmer
		stop = (R128:139),N,"Shtr Open"		// Not used as it overrides dimmer!!		
		stop = (M140:243),2,"Strobe:"
		stop = (R244:255),N,"Shtr Open"		// Not used as it overrides dimmer!!		
      
//---------------------------------------      
      
   Parameter
      name = "-FxPRISM-"
      displayerNum = 7
      type = B
      attribList = 7
      stop = (   0:  0),N,"No FX"
      stop = (  32: 64),N,"Warm"
      stop = (  65: 97),N,"Cool"
      stop = (  98:130),N,"LtFrost"
      stop = ( 131:163),N,"HvFrost"
      stop = ( 164:196),N,"3-Prism"
      stop = ( 197:229),N,"UV"
      stop = ( 230:255),N,"LiteBlue"
      
end

