Winamp Visualisations. Finally :-) (3 Viewers)

Holzi

Super Moderator
  • Team MediaPortal
  • April 21, 2010
    7,934
    2,235
    Ba-Wü
    Home Country
    Germany Germany
    AW: Winamp Visualisations. Finally :)

    Are these the latest milkdrop files?
     
    B

    BassFan

    Guest
    AW: Re: Winamp Visualisations. Finally :)

    Sure are, not much point testing without them ;)

    added instructions in post 390

    i have checked your file
    has the same effect as mine no any difference (File self to)

    Yes!
    upmix to 5.1 with same song has a big difference.
    allways more beat :)

    i think is a question how Helmut send the stream to BassVis
    i can change the spectrum sensitivity in BassVis ..
    also from 32 to 8192 Sample to

    32 * 256 Sample to

    greets

    EDIT:
    ok i have show in the source again..
    and missing the function BASSVIS_SetOption for set the FFT Value.

    any like this!

    Code:
            private void sliFFTSpectrum_ValueChanged(object sender, EventArgs e)
            {
                if (mVisParam.Kind == BASSVISKind.BASSVISKIND_WINAMP)
                {
                    BassVis.BASSVIS_SetOption(mVisParam, BASSVIS_CONFIGFLAGS.BASSVIS_CONFIG_FFTAMP, Convert.ToInt32(sliFFTSpectrum.Value));
                    lblFFTSensitivityVal.Text = (sliFFTSpectrum.Value * 32).ToString();
                }
            }

    EDIT2:
    i will go to XP and added this self then upload a new Core.dll
    only for testing without set upmix 5.1 to

    greets
     
    B

    BassFan

    Guest
    AW: Winamp Visualisations. Finally :)

    update of core.dll
    with FFTSample of 4096

    Code:
    BassVis.BASSVIS_SetOption(_visParam, BASSVIS_CONFIGFLAGS.BASSVIS_CONFIG_FFTAMP, 128);
    Do use it only you has install this Update befor Here

    i hope it work now better without Upmix 5.1
    when not then i think Helmut should show for this problem..

    Archive delete!
    greets

    @Helmut (Upmix 5.1 fixed)
    Was ist der unterschied zwischen upmix und standard?
    Wäre vielleicht besser wenn ich das dann direkt in BassVis implementiere
    so das es keinen unterschied mehr macht ob es eingeschaltet ist oder nicht. (für die Visulalisierung)
     

    Baron of L/S

    MP Donator
  • Premium Supporter
  • July 31, 2009
    184
    47
    Gippsland Lakes
    Home Country
    Australia Australia
    Re: AW: Winamp Visualisations. Finally :)

    update of core.dll
    with FFTSample of 4096


    greets

    First of all thank you very much for your work on this:D
    I've followed your instructions and have spent the last 5 hours testing until my eyes can now see visualisations all the time!
    I'm using a laptop which is my test bed, running XP sp3 and MP1.2Beta,
    StreamedMP skin and the song "Mr Bass Man" by Johnny Cymbal (1963) as I thought this was appropriate ;)
    At this time I still believe it needs upmix to 5.1 ticked but I will carry on tomorrow when my tired old eyes have recovered, all else seems ok and thank you for getting rid of that message "Press F1"
     

    Paranoid Delusion

    Moderation Manager
  • Premium Supporter
  • June 13, 2005
    13,052
    2,978
    Cheshire
    Home Country
    United Kingdom United Kingdom
    Hi Emil

    The core dll you supplied in post 394 made it worse, no reaction in stereo or 5.1 upmix, reverted and can see the obvious difference ;(
     
    B

    BassFan

    Guest
    AW: Re: Winamp Visualisations. Finally :)

    Hi Emil

    The core dll you supplied in post 394 made it worse, no reaction in stereo or 5.1 upmix, reverted and can see the obvious difference ;(

    Not understand it this should boost the samples of a stream
    spectrum should have a higher deciding :)
    And work by me with MP

    Ok then i will delete it..

    Thanks for the Information.

    i think that should test with a fixed Metronom Sample(mp3) and a beat visualisation.
    so all have the same effect when testing

    greets
     

    Holzi

    Super Moderator
  • Team MediaPortal
  • April 21, 2010
    7,934
    2,235
    Ba-Wü
    Home Country
    Germany Germany
    AW: Winamp Visualisations. Finally :)

    I will try tomorrow if I find the time. Got lots of things to test..
    Milkdrop2 goes into Plugins folder right?
     

    Paranoid Delusion

    Moderation Manager
  • Premium Supporter
  • June 13, 2005
    13,052
    2,978
    Cheshire
    Home Country
    United Kingdom United Kingdom
    Yes as in picture

    sshot-11.jpg
     

    Users who are viewing this thread

    Top Bottom