// Martin Stagebar 54 HSI mode
// 
//  By: Jon Lenard
//  4/2/09

fixture
	manufacturer = "MARTIN"
	name = "STGBAR54"
	version = 1
//  fullmanufacturer = "Martin"
//  fullname = "Stagebar 54"
//  mode = HSI
//  description = ""

	attribute
		name = "HUE"
		channel = 1
		homeVal = 0
		
	attribute
		name = "SATURATION"
		channel = 2
		homeVal = 0
		
	attribute
		name = "INTENSITY"
		channel = 3
		homeVal = 0

//////////////////////////////////////////////////////

	parameter
		name = "-HUE-"
		displayerNum = 1
		type = C
		attribList = 1
		stop = (M  0:255),2,"Hue="

	parameter
		name = "-SATURAT-"
		displayerNum = 2
		type = C
		attribList = 2
		stop = (M  0:255),2,"Sat="
		
end
