i want to simply be able to hide my visualizer when it's not being used, for example when there's no audio being played. i've been trying to mess with the .ini but cant seem to figure it out.
[MeasurePlaying]
Measure=Plugin
Plugin=Win7AudioPlugin
PlayerName=NowPlaying
PlayerType=State
IfCondition=(MeasureWin7Audio<0)||(MeasurePlaying<>1)&&([&mConfig[#Current]:IsActive(ModularVisualizer\Main)]=1)
IfTrueAction=[!DeactivateConfig "ModularVisualizer\Main"]
IfCondition2=(MeasureWin7Audio>-1)&&(#Current#<>1)&&(MeasurePlaying=1)&&([&mConfig[#Current]:IsActive(ModularVisualizer\Main)]=-1)
IfTrueAction2=[!ActivateConfig "ModularVisualizer - SP11\Main" "Main.ini"]
IfConditionMode=1
is there anyone who can help me with the code, maybe i'm looking in the wrong place entirely. i did set up the visualizer config paths and playernames, but let's assume i'm starting from scratch just in case i messed up somewhere.
[MeasurePlaying]
Measure=Plugin
Plugin=Win7AudioPlugin
PlayerName=NowPlaying
PlayerType=State
IfCondition=(MeasureWin7Audio<0)||(MeasurePlaying<>1)&&([&mConfig[#Current]:IsActive(ModularVisualizer\Main)]=1)
IfTrueAction=[!DeactivateConfig "ModularVisualizer\Main"]
IfCondition2=(MeasureWin7Audio>-1)&&(#Current#<>1)&&(MeasurePlaying=1)&&([&mConfig[#Current]:IsActive(ModularVisualizer\Main)]=-1)
IfTrueAction2=[!ActivateConfig "ModularVisualizer - SP11\Main" "Main.ini"]
IfConditionMode=1
is there anyone who can help me with the code, maybe i'm looking in the wrong place entirely. i did set up the visualizer config paths and playernames, but let's assume i'm starting from scratch just in case i messed up somewhere.
Statistics: Posted by rakien999 — 19 minutes ago — Replies 11 — Views 37700