JohnSwenson;561293 Wrote: > The c code for the VU meter is pretty simple, it shouldn't be taking up > much CPU. It seems to me the problem is copying over the pixmap for > each image. We ought to be able to apply some accelerations for this. > The video hardware has some fast block copy functions we ought to make > use of. > > Even better would be to put the static part of the image in the frame > buffer and use an overlay to add the pointer using line draw > primitives. This should be very fast and take almost no time. > > Either of these should be available on all three platforms > Is anything of this exposed to the lua part of the code ? Or would it require changes to the C-code ?
The Custom Clock logic is based on the logic of the standard VU meters, so if you like to look at this and don't want to mess with Custom Clock you can just create a patch for the standard VU meters. -- erland Erland Isaksson 'My homepage' (http://erland.isaksson.info) (Install my plugins through Extension Downloader) (Developer of 'TrackStat, SQLPlayList, DynamicPlayList, Custom Browse, Custom Scan, Custom Skip, Multi Library, Title Switcher and Database Query plugins' (http://wiki.erland.isaksson.info/index.php/Category:SlimServer)) ------------------------------------------------------------------------ erland's Profile: http://forums.slimdevices.com/member.php?userid=3124 View this thread: http://forums.slimdevices.com/showthread.php?t=80267 _______________________________________________ Touch mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/touch
