Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [Rainmeter]
- Update=10
- [Variables]
- ;"Strength" 1 - 255 (Low visibility to high visibility)
- ; Default = 100 (Medium Visibility)
- Strength=100
- ;
- ;"Speed" 1-1000 (Fast blinking/pulsating - slow blinking/pulsating)
- ; Default = 300 (medium-slow)
- Speed=5
- ;==================;
- ;Set FFT reading up
- ;==================;
- [FFTAudio]
- Measure=Plugin
- Plugin=AudioLevel
- Port=Output
- FFTSize=256
- FFTOverlap=128
- FFTAttack=#Speed#
- FFTDecay=#Speed#
- Bands=3
- FreqMin=30
- FreqMax=20000
- Sensitivity=100
- DynamicVariables=1
- ;======================================================;
- ;Set 3 Bands based on parent FFT
- ;======================================================;
- [Band_Low]
- Measure=Plugin
- Plugin=AudioLevel
- Parent=FFTAudio
- Type=Band
- BandIdx=0
- [Band_Mid]
- Measure=Plugin
- Plugin=AudioLevel
- Parent=FFTAudio
- Type=Band
- BandIdx=1
- [Band_High]
- Measure=Plugin
- Plugin=AudioLevel
- Parent=FFTAudio
- Type=Band
- BandIdx=2
- ;=======================================================;
- ;Compare 3 bands to image opacity and change accordingly
- ;=======================================================;
- [ConvertMeasure]
- Measure=Calc
- Formula=(Band_High * #Strength#)
- [Light1]
- Meter=Image
- ;ImageName=light1.jpg
- Solidcolor=255,255,255,[ConvertMeasure]
- W=1440
- H=900
- Tile=0
- PreserveAspectRatio=0
- DynamicVariables=1
Advertisement
Add Comment
Please, Sign In to add comment