//////////////////////////////////////// High End Systems ColorPro
// 
//
// Created by Richie Mickan Oct 2004

fixture
	manufacturer = "HIGHEND"
	name = "PowerScn"
	version = 0.90
//  fullmanufacturer = "High End Systems"
//  fullname = "PowerScan"
//  mode = 0
//  description = ""

	attribute
		name = "PAN"
		channel = 1
		homeVal = 128
		
	attribute
		name = "TILT"
		channel = 2
		homeVal = 128
		
	attribute
		name = "GOBO"
		channel = 3
		homeVal = 0

	attribute
		name = "COLOUR"
		channel = 4
		homeVal = 0
		
	attribute
		name = "INTENSITY"
		channel = 5
		homeVal = 0
		minVal = 0
		maxVal = 129
		
	attribute
		name = "GOBO<>"
		channel = 6
		homeVal = 63
				
//////////////////////////////////////////////////////

	parameter
		name = "-PAN-"
		displayerNum = 1
		type = F
		attribList = 1
		stop = (M  0:255),2,"Pan="

	parameter
		name = "-TILT-"
		displayerNum = 2
		type = F
		attribList = 2
		stop = (M  0:255),2,"Ti@="

	parameter
		name = "-COLOUR-"
		displayerNum = 3
		type = C
		attribList = 4
		stop = (   0:  0),N,"White"
		stop = (  26: 26),N,"White+"
		stop = (  39: 39),N,"Cyan"
		stop = (  52: 52),N,"Cyan+"
		stop = (  65: 65),N,"Yellow"
		stop = (  78: 78),N,"Yellow+"
		stop = (  91: 91),N,"Green"
		stop = ( 104:104),N,"Green+"
		stop = ( 117:117),N,"Orange"
		stop = ( 130:130),N,"Orange+"
		stop = ( 143:143),N,"Hot Pink"
		stop = ( 156:156),N,"Hot Pink+"
		stop = ( 169:169),N,"Md Blue"
		stop = ( 182:182),N,"Md Blue+"
		stop = (M250:255),1,"CWhl>:"

	parameter
		name = "-GOBO-"
		displayerNum = 5
		type = B
		attribList = 3 
		stop = (   0:  0),N,"No Gobo"		
		stop = (  64: 64),N,"RdTriangl"
		stop = (  96: 96),N,"GrYl Perf"
		stop = ( 128:128),N,"5 Dots"
		stop = ( 160:160),N,"Tunnel"
		stop = ( 192:192),N,"Spiral"
		stop = (M255:224),1,"GWhl>:"

	parameter
		name = "-GOBO<>-"
		displayerNum = 6
		type = B
		attribList = 6 
		stop = (M  0:127),2,"GboIdx:"
		stop = (M128:255),2,"Gobo<>:"

//---------------------------------------

	parameter
		name = "-STROBE-"
		displayerNum = 7
		type = B
		attribList = 5
		stop = (R  0:129),N,"use Fader"		 
		stop = (   0:  0),N,"StrobeOff"
		stop = (M130:254),2,"Strobe:"
		stop = ( 255:255),N,"Audio"		

end

