Hi Jeff07971,
I can't fix it but just in case it helps someone I'll post my findings.
jivelite - VUMeter.lua
Code:
--------------------
function draw(self, surface)
if self.style == "vumeter" then
self.bgImg:blit(surface, self:getBounds())
end
local sampleAcc = vis:vumeter()
local volume = self.player:getVolume()
_drawMeter(self, surface, sampleAcc, 1, self.x1, self.y, self.w, self.h)
_drawMeter(self, surface, sampleAcc, 2, self.x2, self.y, self.w, self.h)
end
--------------------
touch - VUMeter.lua
Code:
--------------------
function draw(self, surface)
if self.style == "vumeter" then
self.bgImg:blit(surface, self:getBounds())
end
local sampleAcc = decode:vumeter()
_drawMeter(self, surface, sampleAcc, 1, self.x1, self.y, self.w, self.h)
_drawMeter(self, surface, sampleAcc, 2, self.x2, self.y, self.w, self.h)
end
--------------------
Extra line looks interesting?
regards
Greg
------------------------------------------------------------------------
Greg Erskine's Profile: http://forums.slimdevices.com/member.php?userid=7403
View this thread: http://forums.slimdevices.com/showthread.php?t=104486
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins