//////////////////////////////////////// Showtec Pixelwash LED
// 
// Showtec has "forgotten" to make a intensity dmx channel on the pixelwash.........
//
// Created by Peter Verkerk at: www.geluid-licht.nl 10-10-2005 
// Standarised by RM - Oct 11th 2005

fixture
	manufacturer = "SHOWTEC"
	name = "PixelWash"
	version = 1.2
//  fullmanufacturer = "ShowTec"
//  fullname = "Pixelwash LED"
//  mode = 0
//  description = ""
	
				
	attribute
		name = "RAINBOW"
		channel = 1
		homeVal = 0
		
	attribute
		name = "RED"
		channel = 2
		homeVal = 0
		
	attribute
		name = "GREEN"
		channel = 3
		homeVal = 0
		
	attribute
		name = "BLUE"
		channel = 4
		homeVal = 0

	attribute
		name = "STROBE"
		channel = 5
		homeVal = 0
		
	attribute
		name = "CHASE"
		channel = 6
		homeVal = 0
		


//////////////////////////////////////////////////////

parameter
		name = "-RAINBOW-"
		displayerNum = 1
		type = C
		attribList = 1
		stop = (M  0:255),2,"Rainbw="

	parameter
		name = "-RED-"
		displayerNum = 2
		type = C
		attribList = 2
		stop = (M  0:255),2,"Red="

	parameter
		name = "-GREEN-"
		displayerNum = 3
		type = C
		attribList = 3
		stop = (M  0:255),2,"Green="

	parameter
		name = "-BLUE-"
		displayerNum = 4
		type = C
		attribList = 4
		stop = (M  0:255),2,"Blue="
		
	parameter
		name = "-STROBE-"
		displayerNum = 5
		type = B
		attribList = 5
		stop = (M  0:255),2,"Strobe="
		
	parameter
		name = "-CHASER-"
		displayerNum = 6
		type = B
		attribList = 6
		stop = (   0:  1),N,"Chase Off"
		stop = (   1: 30),N,"Chase 1"
		stop = (  31: 60),N,"Chase 2"
		stop = (  61: 90),N,"Chase 3"
		stop = (  91:120),N,"Chase 4"
		stop = ( 121:150),N,"Chase 5"
		stop = ( 151:180),N,"Chase 6"
		stop = ( 181:210),N,"Chase 7"
		stop = ( 211:240),N,"Chase 8"
		stop = ( 241:255),N,"Sound On"
		
end
