If it's system volume level it shouldn't matter.
If it's the app volume, you have to formulate something that can get the app's volume level and dynamically change the sensitivity of the plugin accordingly.
If it's system volume level it shouldn't matter.
when i change system volume. the vizualizer get less strong.
death.crafter wrote: ↑July 22nd, 2021, 6:23 pm If it's the app volume, you have to formulate something that can get the app's volume level and dynamically change the sensitivity of the plugin accordingly.
Code: Select all
[Measure001_audioParent]
Measure=Plugin
Type=Parent
Plugin=AudioAnalyzer_1_1
Processing=proc1
Processing_proc1=channels auto | handlers fft,resampler,blur,transform,fir,mapper
Handler_fft=type fft |attack 50 |binWidth 25 |cascadesCount 5 | testRandom 0
Handler_resampler=type BandResampler |source fft |freqList flist | proportionalValues 1| minCascade 0 | maxCascade 2
Handler_blur=type weightedBlur |source resampler | minRadius 0 | maxRadius 5 | MinRadiusAdaptation 1
Handler_transform=type BandCascadeTransformer |source blur | minWeight 0 | mixFunction product | weightFallback 0 | targetWeight 100
Handler_fir=type FiniteTimeFilter |source transform | smoothingFactor 5 | smoothingCurve flat
Handler_mapper=type LogarithmicValueMapper |source fir | offset -0.1
FreqList_flist=log 100 40 16000
Code: Select all
[Measure002_band0]
Measure=Plugin
Parent=Measure001_audioParent
Index=0
Channel=Auto
ValueId=[#valID]
NumberTransform=Linear
AverageSize=1
Plugin=AudioAnalyzer_1_1
Code: Select all
[Meter000_bar0]
Meter=Bar
MeasureName=Measure002_band0
BarOrientation=Vertical
X=0
W=4
H=100
I don't understand a thing about what you are doing here. But you are using an outdated plugin.Judian81 wrote: ↑July 22nd, 2021, 6:53 pm this is the settings for the vizualizer.Code: Select all
[Measure001_audioParent] Measure=Plugin Type=Parent Plugin=AudioAnalyzer_1_1 Processing=proc1 Processing_proc1=channels auto | handlers fft,resampler,blur,transform,fir,mapper Handler_fft=type fft |attack 50 |binWidth 25 |cascadesCount 5 | testRandom 0 Handler_resampler=type BandResampler |source fft |freqList flist | proportionalValues 1| minCascade 0 | maxCascade 2 Handler_blur=type weightedBlur |source resampler | minRadius 0 | maxRadius 5 | MinRadiusAdaptation 1 Handler_transform=type BandCascadeTransformer |source blur | minWeight 0 | mixFunction product | weightFallback 0 | targetWeight 100 Handler_fir=type FiniteTimeFilter |source transform | smoothingFactor 5 | smoothingCurve flat Handler_mapper=type LogarithmicValueMapper |source fir | offset -0.1 FreqList_flist=log 100 40 16000
how do i install the plugins?death.crafter wrote: ↑July 22nd, 2021, 7:24 pmLatest release: https://github.com/d-uzlov/Rainmeter-Plugins-by-rxtd/releases
Place them in AppData\Rainmeter\Plugins.
Depends on your system. Put 64 if your OS is 64 bit and 32 if 32.