Winamp Visualisations. Finally :-) (6 Viewers)

Sebastiii

Development Group
  • Team MediaPortal
  • November 12, 2007
    16,583
    10,403
    France
    Home Country
    France France
    why i have upkoad the files or? heheheheh
    found a other problem destroy my Render over Device after focus patch
    so a new patch comming.

    greets


    Yeah this is strange, patch should give the whole bin (as patch) maybe a setting ? i have see 3-way in patch maybe that need to be disable (but i'm not sure)
     
    B

    BassFan

    Guest
    latest patch i think..
    Reactivated Render over Device destroyed after focus patch
    you can not use this patch then i will uplad binary file

    i think should work all..
    Only
    other mistake should fixed..
    • 1. from fullcreeen to Windowmode visualization not resize (fixed)
    • 2. from Windowmode to MiniTV mode visualization not resize (fixed)
    • 3. fix hibernation and stand-by problem (not fixed! i can nothing do for it) :unsure:
    • 4. save/load last used preset or Visualization Combo is allways none when use a preset > 0 (not fixed)
    this is all GUI related.

    Ideas/Tips:
    • add: a toggle Key left STRG: for VisualisationWindow (enable/disable the Window) so user can configuration the Plugin over mouse or Key Input from Plugin Window (not Visualisation or MP Window) this is recommend for Winamp, BassBox or Sonique Plugins is in running mode.
    • add: tree Key A/S/D for change presets on the fly or Randomize for VisualisationWindow. (used by AVS and Milk2)
    • add: Slider in Configuration Window so user can set the FFT Samples self for Spectrum sensitivity
     
    Last edited by a moderator:
    B

    BassFan

    Guest
    and again
    is hard testing all alone :oops:

    Das ist kein Fehler sondern beabsichtigt
    This is not an error but intends
    Code:
    		VisualizationBase.VisualizationWindow.Height = ClientRectangle.Width;
    		VisualizationBase.VisualizationWindow.Width = ClientRectangle.Height;

    Damit zwinge ich die BassAudioEngine das VisWindow neu zu setzen
    So I force the BassAudioEngine to put the new VizWindow

    In der BassAudioEngine werden die Koordinaten dann richtig gesetzt
    In the BassAudioEngine, the coordinates are then set correctly

    Code:
    _VideoWidth = GUIGraphicsContext.form.ClientRectangle.Width;
    _VideoHeight = GUIGraphicsContext.form.ClientRectangle.Height;

    greets
     
    Last edited by a moderator:

    Users who are viewing this thread

    Top Bottom