marcopixel / monstercat-visualizer

A real time audio visualizer for Rainmeter similar to the ones used in the Monstercat videos.
MIT License
920 stars 103 forks source link

[Feature request] Clip informations after a set width #185

Closed thaumictom closed 6 years ago

thaumictom commented 6 years ago

Description

To reproduce have the setting "Clip Information" on. Add an setting to Clip Information that allows you to set after how much pixels of width the Text should clip, because without it, long names will clip with the same width of the visualizer, but most people prefer this design.

Versions

Rainmeter Version: 4.2.0 beta r3088 64-bit (Jun 15 2018) OS Version: Windows 10 Home 1709 64-bit (build 16299) Skin Version: 2.0.2 Spotify Version: SpotifyPlugin.dll: 2.1.5

Additional notes/images

584 -- 21-34-38 20 06 2018

marcopixel commented 6 years ago

You can change the width of the clipping by modifying this line in Left.ini:

Line 41:
IfEqualAction=[!SetOption MeterArtist W "#SkinWidth#"][!SetOption MeterTrack W "#SkinWidth#"]

Replace #SkinWidth# with your desired clip width in pixel.