Announcement

Collapse
No announcement yet.

Visualizer: Analog VU Meter Sizing

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Visualizer: Analog VU Meter Sizing

    Just been tinkering with the meters as made a set of meters which are larger than i normally do and found out with my very limited knowledge that no matter what i do it won't let me make a space bigger than 272 pixels which is the normal space for meters when using a 7" screen which is 800 x 480 thing is i'm using my TV so running at 1920 x 1080 so have extra space which i want to use

    Thing is when testing using SqueezePlay on my PC everything works but when i move the edited JogglerSkinApplet.lua over to my Raspberry Pi and test when i click to display the meters the Pi locks-up every other display type works fine so is there another file about that needs changing ?

    -- Visualizer: Analog VU Meter
    s.nowplaying_vuanalog_text = _uses(s.nowplaying_visualizer_common, {
    npvisu = {
    hidden = 0,
    position = LAYOUT_NONE,
    x = 935,
    y = 490,
    w = 960,
    h = 350, (h which is height of frame anything above 272 will lock-up)
    border = { 0, 0, 0, 0 },
    padding = { 0, 0, 0, 0 },

    vumeter_analog = {
    position = LAYOUT_NONE,
    x = 935,
    y = 490,
    w = 960,
    h = 350, (h which is height of frame anything above 272 will lock-up)
    border = { 0, 0, 0, 0 },
    padding = { 0, 0, 0, 0 },
    bgImg = _loadImage(self, "UNOFFICIAL/VUMeter/vu_analog_25seq_w.png"),​

    Click image for larger version

Name:	1.jpg
Views:	134
Size:	46.5 KB
ID:	1627360

    Click image for larger version

Name:	11.jpg
Views:	90
Size:	263.7 KB
ID:	1627361





Working...
X