It is currently March 28th, 2024, 7:58 am

Tilt LanoVisualizer?

Get help with creating, editing & fixing problems with skins
Post Reply
ShwyFxckr
Posts: 1
Joined: December 8th, 2017, 10:35 pm

Tilt LanoVisualizer?

Post by ShwyFxckr »

Is there any way to tilt LanoVisualizer so that its at a 90 degree angle? I am trying to put it on the left side of my screen.

Make it to kinda look like this;
Image

Code: Select all

[Rainmeter]
Group=Spectrum
Update=10
BackgroundMode=2
SolidColor=0,0,0,1

; = IMPORTANT =
; = For configuring the rainmeter skin, right-click the visualizer and click on "Open settings".
; = You can also open the variables.ini file located in:
; = "My Documents\Rainmeter\Skins\Lano-Visualizer\@Resources"

; Small context menu when you right-click the skin
ContextTitle=" Open settings"
ContextAction=[!ActivateConfig "#ROOTCONFIG#\Settings" "general.ini"]

[Metadata]
Name=Lano Visualizer
Author=marcopixel
Version=1.1.0
License=MIT License
Information=A simple but highly configurable visualizer with rounded bars.

[Variables]
; Includes the variables/styles used for the skin.
@include1=#@#variables.ini

; Include media player and styling measures.
@include2=#@#include\Measure#MPMode#.inc
@include3=#@#include\MeasureStyling.inc

; Measure AudioLevel - spectrum input
[MeasureAudio]
Measure=Plugin
Plugin=AudioLevel
Port=Output
FFTSize=#FFTSize#
FFTOverlap=(#FFTSize#/2)
FFTAttack=#FFTAttack#
FFTDecay=#FFTDecay#
Bands=#BarCountCalc#
FreqMin=#FreqMin#
FreqMax=#FreqMax#
Sensitivity=#Sensitivity#
ID=#AudioDeviceID#

; Script Factory - generates the bars for the visualizer
[ScriptFactoryBars]
Measure=Script
ScriptFile=#@#scripts\Factory.lua
IncFile=#@#include\MeterBars.inc
Number=#BarCount#
SectionName=MeterBar%%
Option0=Meter
Value0=Shape
Option1=Group
Value1=GroupBars | GroupDynamicColors
Option2=X
Value2=#BarGap#R
Option3=Y
Value3=#BarHeight#
Option4=Shape
Value4=Rectangle 0,0,(#BarWidth#*#ScaleVisualizer#),(-(#BarHeight#-(#BarWidth#*#ScaleVisualizer#))*[MeasureAudioSmoothed{%%}]-(#BarWidth#*#ScaleVisualizer#)),((#BarWidth#*#ScaleVisualizer#)/2) | Fill Color #*Color*# | StrokeWidth 0
Option5=DynamicVariables
Value5=1
UpdateDivider=-1

; Script Refresher - refreshes the code to apply the changes from the factory scripts
[ScriptRefresher]
Measure=Script
ScriptFile=#@#scripts\Refresher.lua
UpdateDivider=-1
Refreshed=0

; Include the BandMeasures with raw data
@include4=#@#include\MeasureBands.inc

; Include the BandMeasures with smoothed data
@include5=#@#include\MeasureBandsSmoothed.inc

; Include the band meters
@include6=#@#include\MeterBars.inc
User avatar
CyberTheWorm
Posts: 860
Joined: August 22nd, 2016, 11:32 pm
Location: Surrey, B.C., Canada

Re: Tilt LanoVisualizer?

Post by CyberTheWorm »

Yes but you will have to re-write the skin to make the bars appear on that side. Might be simpler to get a skin that has bars already on that side.
User avatar
MarcoPixel
Posts: 41
Joined: June 8th, 2012, 9:43 am
Location: Austria
Contact:

Re: Tilt LanoVisualizer?

Post by MarcoPixel »

There is a experimental build which allows for rotation, but it ultimately got paused because it will use a lot more CPU because of the rotation. You can still use it, just follow the Manual Installation guide on the bottom of the page and you can use it.

Link: https://github.com/MarcoPixel/Lano-Visualizer/tree/experimental
MasonLaney
Posts: 1
Joined: August 15th, 2018, 6:25 pm

Re: Tilt LanoVisualizer?

Post by MasonLaney »

MarcoPixel wrote:There is a experimental build which allows for rotation, but it ultimately got paused because it will use a lot more CPU because of the rotation. You can still use it, just follow the Manual Installation guide on the bottom of the page and you can use it.

Link: https://github.com/MarcoPixel/Lano-Visualizer/tree/experimental
Sorry to necro this thread, but I tried this and I don't see any way to rotate the visualizer. Any help?
User avatar
eclectic-tech
Rainmeter Sage
Posts: 5380
Joined: April 12th, 2012, 9:40 pm
Location: Cedar Point, Ohio, USA
Contact:

Re: Tilt LanoVisualizer?

Post by eclectic-tech »

MasonLaney wrote:Sorry to necro this thread, but I tried this and I don't see any way to rotate the visualizer. Any help?
If you followed the manual installation instructions in the link above, it requires you to extract that package, then copy the 'Lano-Visualizer-experimental' folder to your Rainmeter skins folder, and 'refresh all' to see the added skin.

You should have the experimental version in your skin folder:
lanoX1.png
The rotation is set by opening the settings skin:
lanoX2.png
Post Reply