HOME | DD

#visualizer #music #rainmeter #skin #sound #monstercat
Published: 2015-08-28 18:27:09 +0000 UTC; Views: 81445; Favourites: 43; Downloads: 15877
Redirect to original
Description
A double bar sound visualizer. Made from the Monstercat Visualizer , made by MarcoPixel , thanks to him for the workI have removed the media info part, just took the sound visualizer, and added flipped bars to create a really cool visualizer
I've modified and added some colors (21 colors in total), all listed in colors.ini.
You can change the bars color directly from the skin, click on the colored square and chose what you want.
There is a random button to automatically and randomly change the color at each second (more or less), just click on it.
The random color changer turns off when you click on the colored square.
The buttons apear when the mouse cursor is over the skin.
You can change the default color with the UsedColor variable, White as default (like the preview image).
Form: UsedColor=#ChosenColorName # replace ChosenColorName by the chosen color variable name from colors.ini.
You can change Scale and BarGap (bars interspaces), try BarGap=0 for a good effect
Enjoy ^^
This Skin uses :
- RainRGB4 Addon by jsmorley
- Factory Script by Madhoe
Update 1.1:
- added personnalized color modifier
click on the white arrounded square and you could chose a personnalized color
Related content
Comments: 23
The100000thTheA380 [2024-09-22 20:58:09 +0000 UTC]
👍: 0 ⏩: 0
audiophile420 [2021-06-20 14:27:41 +0000 UTC]
👍: 0 ⏩: 0
AldoGX [2020-11-12 05:40:10 +0000 UTC]
👍: 0 ⏩: 0
RealityRuinedMy-Life [2019-10-09 08:05:43 +0000 UTC]
👍: 0 ⏩: 1
mwfk6800 In reply to RealityRuinedMy-Life [2020-10-19 00:38:00 +0000 UTC]
👍: 0 ⏩: 0
Termech [2016-09-26 21:46:44 +0000 UTC]
Hey, whenever i try to move the skin it just snaps back to its original position. Is there any fix to this?
👍: 0 ⏩: 0
UsernameMindBlank [2016-02-13 08:25:56 +0000 UTC]
Whenever I restart, the colours I have set change back to white. is there a way to fix this?
👍: 0 ⏩: 0
QPRO22 [2015-12-18 20:50:20 +0000 UTC]
Gemi, what do i need to change for the 2 bars to actually join in the middle and invert their order so the bars start raising from the middle and not the border?
👍: 0 ⏩: 1
GemiWagner In reply to QPRO22 [2015-12-20 08:23:22 +0000 UTC]
You need to add in [ScriptFactoryBars]
Option9=Flip
Value9=1
and remove in [ScriptFactoryBarsDown]
Option9=Flip
Value9=1
👍: 0 ⏩: 1
QPRO22 In reply to GemiWagner [2015-12-21 02:53:58 +0000 UTC]
this just makes the inversed bar to go to the top.
Im talking about making the 4 bars join in the middle instead of having that little space and having them detect the sounds at the inversed order.
👍: 0 ⏩: 1
GemiWagner In reply to QPRO22 [2015-12-21 09:21:21 +0000 UTC]
Ok this is the BarGap variable in the variables.ini file, change it to 0.
You want to have full bars when you have no sound and decreasing bars when sound is detected ?
Or inverse the tone order (bass to the right and high to the left) ?
👍: 0 ⏩: 1
QPRO22 In reply to GemiWagner [2015-12-21 20:58:39 +0000 UTC]
The bargap changes the bargap, not the bar position. Inverse the tone order on all 4 bars, basically what i want is to go from this i.imgur.com/Rk4l3r1.jpg to this i.imgur.com/5q6rynX.jpg
Thanks for helping.
👍: 0 ⏩: 1
GemiWagner In reply to QPRO22 [2015-12-22 08:41:27 +0000 UTC]
Ok so in [ScriptFactoryBars] and [ScriptFactoryBarsDown] for the X value :
Value2={(#BarCount #*(#BarWidthCalc #+(#BarGap #*#Scale #)) + (%%*(#BarWidthCalc #+(#BarGap #*#Scale #))) - #BarWidthCalc #)}
and in [ScriptFactoryBarsM] and [ScriptFactoryBarsDownM] for the X value :
Value2={(%%*(#BarWidthCalc #+(#BarGap #*#Scale #)))}
If you want the file I've done for this :
Here
👍: 0 ⏩: 1
QPRO22 In reply to GemiWagner [2015-12-22 08:54:36 +0000 UTC]
Worked like a charm, thank you.
👍: 0 ⏩: 0
Rellim [2015-09-29 20:23:01 +0000 UTC]
Awesome! Can you help me try and find a way to mirror this horizontally in its entirety? Im trying to make a second one exactly like this but with the bars going from right to left
👍: 0 ⏩: 1
GemiWagner In reply to Rellim [2015-09-30 10:45:58 +0000 UTC]
Yeah
In the ini file, below the [ScriptFactoryBars] and [ScriptFactoryBarsDown] sections, for the BarOrientation Option, change the value Vertical to Horizontal.
Then you have to manage with the positions and size of the bars, with the X, Y, W and H variables.
If you have trouble, tell me i'll be happy to help you
👍: 0 ⏩: 1
Rellim In reply to GemiWagner [2015-09-30 20:36:44 +0000 UTC]
Oh sorry i might not have been clear, so ill visualize what i was tring to do: i.imgur.com/OcFSIB9.jpg .
Basically i just want to load a second instance of this plugin that is mirrored entirely. I have found on reddit that you can edit the Factory.lua. It says you can replace "for i = 0, num-1 do" with "for i = num-1, 0, -1 do". But this doesn't seem to work on this particular plugin.
👍: 0 ⏩: 1
GemiWagner In reply to Rellim [2015-10-02 07:39:49 +0000 UTC]
I will personnaly don't touch the lua script, i'm don't know the lua language yet :/
But you can easily take the scripts already writen, inverse the bar order and add them after my scripts.
Or maybe you don't know how the ini works, so in this case i can do it for you if you want
👍: 0 ⏩: 1
Rellim In reply to GemiWagner [2015-10-03 12:12:19 +0000 UTC]
I tried reversing it in the ini script, after some tip on the internet. and what happens is whenever the plugin is being initialized, it resets the order because the code is generated automatically. I really have no knowledge of this sort of scripting, so i dunno what to do now.
👍: 0 ⏩: 1
GemiWagner In reply to Rellim [2015-10-03 18:15:58 +0000 UTC]
Ok i did it for you, look how it works, it's pretty easy to understand, compare the script to a basic Meter, don't forget to look the Rainmeter Manual
Here is the file.
Put it next to other already downloaded in "My Documents/Rainmeter/Skins/Double Sound Visu" and load it
I'm still here if you have other questions
👍: 0 ⏩: 1
Rellim In reply to GemiWagner [2015-10-03 19:20:14 +0000 UTC]
That is awesome thank you. ill try and read up on the manual.
Look at the result on twitch.tv/thebaseradio !
👍: 0 ⏩: 1
GemiWagner In reply to Rellim [2015-10-04 07:38:02 +0000 UTC]
Your welcome mate! Love the way you use my skin, very happy
👍: 0 ⏩: 0