- Moderator
- #101
i think an conflictalso is a Problem with atmolight process plugin or?
i think an conflictalso is a Problem with atmolight process plugin or?
this was the version from about 3 hours ago, not the most recent. i'm going to try that in a moment. it would seem from azzuro that having the AtmoWin plugin enabled is causing the LEDs off. i wonder what the solution is to get them both working enabled together?
if (!g_Player.IsMusic)
i have tell you no..@kenwonders for me i think only atmolight should manage atmowin, and bassviz must, give acces to his own framegrabbe, for capture viz
yes, i know, but can add an exception if used in MP, don't manage atmowini have tell you no..
Bassvis should work without Atmolight
yes, when is disabled (disabled has the same effect than uninstalled)And it work after uninstall Atmolight Or?
no. why?@azzuro yes, i know, but can add an exception if used in MP, don't manage atmowin
nooooooooooooooooooooit's simple AtmoLight should not work or checked for Filetypes which not used..
and my\your Problem are gone.
void g_Player_PlayBackEnded(g_Player.MediaType type, string filename)
{
DisableLEDs();
}
void g_Player_PlayBackStopped(g_Player.MediaType type, int stoptime, string filename)
{
DisableLEDs();
}
public enum MediaType
{
Video = 0,
TV = 1,
Radio = 2,
RadioRecording = 3,
Music = 4,
Recording = 5,
Unknown = 6,
}
else if (type == g_Player.MediaType.Music)
{
currentEffect = AtmolightSettings.effectMusic;
lasteff = 1;
}