//
// Elementlabs Versatility Fixture Definition
//
// Written July 2006 - Michael A. Calder (MAC)
//

Fixture
	manufacturer = "ELEMENT"
	name = "Vmedia"
	version = 0.92
//  fullmanufacturer = "Element Labs"
//  fullname = "Versatility"
//  mode = 0
//  description = ""

	Attribute
		name = "INTENSITY"
		channel = 1

	Attribute
		name = "CLIP"
		channel = 2
		homeVal = 0

	Attribute
		name = "TRANSTIME"
		channel = 3
		homeVal = 0


////////////////////////////////////////////////////

	Parameter
		name = "-CLIP-"
		displayerNum = 1
		type = B
		attribList = 2
			stop = (   0:  0),N,"No Clip"
            stop = (   1:  1),N,"Clip1"
            stop = (   2:  2),N,"Clip2"
            stop = (   3:  3),N,"Clip3"
            stop = (   4:  4),N,"Clip4"
            stop = (   5:  5),N,"Clip5"
            stop = (   6:  6),N,"Clip6"
            stop = (   7:  7),N,"Clip7"
            stop = (   8:  8),N,"Clip8"
            stop = (   9:  9),N,"Clip9"
            stop = (  10: 10),N,"Clip10"
			stop = (R 11:255),N,"OutOfRange"

	Parameter
		name = "-T TIME-"
		displayerNum = 2
		type = B
		attribList = 3
			stop = (M  0:255),2,"Time="

end

