AtmoLight and Visualization (1 Viewer)

B

BassFan

Guest
it also needs to know it isn't configured for a different option (like colourcycle) before ignoring stop for music doesn't it?

Atmolight do nothing with Color or other in bassvis
i do this all self
do see bassvis work do disable Atmolight.

i'm grabbing the source, i think i'd like to see what i can do
that i great you can Show in to and fixed any.

i think all Music related should be ignored and only deactivate the LEDs at once if Change from
TV/Video to Music (g_Player.IsMusic) also Music/WebRadio and so on which work with Visualization

greets
 
Last edited by a moderator:
B

BassFan

Guest
What do with Music ?
i think, the effect is, whay you have set in atmolight setting, so if is "led disabled"
simple that is disabled allways on start. also LEDs disabled
regardless of that I even do it ;)
if create a Vis then i do following..

Code:
      BassSoVis.FAtmoWin := TAtmoWinLive.Create;
      BassSoVis.FAtmoRunning := BassSoVis.FAtmoWin.Start(pf32Bit);
      if BassSoVis.FAtmoRunning then
      begin
        BassSoVis.FAtmoWin.DisableLEDs;
        BassSoVis.FDisableLEDs := False;
      end;

greets
 
Last edited by a moderator:

kenwonders

MP Donator
  • Premium Supporter
  • January 19, 2007
    791
    741
    Home Country
    England England
    Code:
    void g_Player_PlayBackEnded(g_Player.MediaType type, string filename)
    {
    if (AtmolightSettings.effectMusic != ContentEffect.LEDs_disabled)
    {
    DisableLEDs();
    }
    }

    and the same for PlayBackStopped.

    I have to retire now, but I'll try and get a build from the version I have to test. @angie05 can you provide up to date source for AtmoLight plugin?

    cheers all.
     
    B

    BassFan

    Guest
    upload new build and hold the old one
    old file can Crash when plugin Change with pgup/pgdown

    if you has no blanck Screen after Change vis then i will delete the old file.
    yes any Trouble with AtmoLight.. that should free the Ole Server after Change from
    TV/Video Mode to Music related

    i can not do it self if AtmoLight used it on the same time.
    And AtmoLight should destroy the process AtmoWin.exe after MP closed

    greets
     
    Last edited by a moderator:

    kenwonders

    MP Donator
  • Premium Supporter
  • January 19, 2007
    791
    741
    Home Country
    England England
    i bought rush blu ray the other day, converted to mkv (passthrough), so we're having a film night tonight :) . will check out your new build tomorrow!
     

    Users who are viewing this thread

    Top Bottom