HOME | DD

#3d #audio #rainmeter #ufo #visualizer
Published: 2018-04-20 21:59:37 +0000 UTC; Views: 85021; Favourites: 31; Downloads: 7900
Redirect to original
Description
Unidentifiable Fluctuating Ovals
Rainmeter Audio Visualizer (YouTube Video Preview: www.youtube.com/watch?v=hzMsvt… )
Requires Rainmeter v4.1.0.2879 minimum available here
Inspired by r/rainmeter reddit post by GlobTwo
Wallpaper "Crescent City Connection Bridge" sonurai.com/wallpaper/Crescent…
V 1.2018.04.22
Corrected typo causing error message about clamping
Modified satellite shape gradient
V 1.2018.04.21
Corrected hiding when audio is muted and when Satellite shape is hidden
Related content
Comments: 7
Eclectic-Tech In reply to Benjamin247 [2018-08-26 13:21:47 +0000 UTC]
Yes, Win7 through Win10 should work fine.
👍: 0 ⏩: 0
gameuno [2018-05-19 18:20:42 +0000 UTC]
Im running three monitors and when I put the disc exactly in the middle of the center monitor this happens: The satellite hits the left edge of the center screen (thats what I want) and then moves to the right. But it does not return after hitting the right edge of the center screen, instead it moves another 50 pixels onto the right monitor and then starts to move to the left again. How can I make it return when hitting the right edge of the center monitor?
👍: 0 ⏩: 1
Eclectic-Tech In reply to gameuno [2018-05-20 13:49:59 +0000 UTC]
Modify the [MeasureXLoop] section and remove '+#XSpeed #' from IfCondition=
It should look like this:
[MeasureXLoop]
Measure = Loop
StartValue = 0
EndValue = (#WorkAreaWidth #+#XSpeed #)
Increment = (1+#XSpeed #*[&MeasureAudioOut_RMS_SUM])
LoopCount = 0
IfCondition = (#CurrentSection #>=#WorkAreaWidth #)
IfTrueAction = [!SetOption #CurrentSection # InvertMeasure 1]
IfCondition2 = (#CurrentSection #<=0)
IfTrueAction2 = [!SetOption #CurrentSection # InvertMeasure 0]
Or change the '+' sign to '-' sign in that IfCondition; this will make it switch before the right edge is reached.
👍: 0 ⏩: 0
JediWarrior-II In reply to Eclectic-Tech [2018-05-14 20:17:10 +0000 UTC]
You're welcome my mate......Us oldies have got to do something to keep us out of mischief so why not be good at it, as you are, Brilliant work......
👍: 0 ⏩: 0