BASS_SFX v2.4.2.1 for winamp, sonique, bassbox, & WMP visual plugin support!

Started by RevG,

CuriousGuest

Hi,

I wonder if anyone have tested Bass_SFX on Windows 7 and if so what the result was.  ???

Thanks.

RevG

Hey Guys,

Sorry, I have been a away for a bit. I will look into this timer problem and provide a fix as soon as possible :)

Cheers,
Greg

Knight_Rider

i'm pretty sure you don't really know what you were doing while programming with this lib ;-)
if you can't code, then go away!
for me, it's working! thanks RevG for creating this Lib, i hope you can fix the timer problem soon!

CuriousGuest(original)

Quote from: CuriousGuestis a bad and not working LIB

If it does not work in Win7, is there a LIB that will work?  ::)

Knight_Rider

who said it's not working on win 7?
but if it really isn't, try BassVis by BassFan (I hope i remembered the name correctly :P)

Exp

Please give me example (delphi) how to use Winamp Plugins.
thanks.

p.s.
sorry, if such question already was.

andrew510

Hello all;
just a quick question about BassSFX. I've added it to my project and use it through Bass.Net and it works really well for BassBox, Sonique and the Blaze and Alchemy Windows Media Player plugins. The only problem is with Winamp plugins, when i attempt to load the plugin, my program throws an exception saying : Access Violation Exception Unhanded. Other winamp visual plugins just crash my program completely.

Heres my method to load and start the Winamp plugin:
        public void TVis(string file1)
        {
            vis = BassSfx.BASS_SFX_PluginCreate(file1, IntPtr.Zero, 1, 1, BASSSFXFlag.BASS_SFX_DEFAULT);
            BassSfx.BASS_SFX_PluginModuleSetActive(vis, 0);
            BassSfx.BASS_SFX_PluginSetStream(vis, stream);
            BassSfx.BASS_SFX_PluginStart(vis);


        }

Any help is much appreciated. Thanks
Andrew

solairx

Anyone found an answer on this ?

I got the same probleme

It trow a access violation exception when it doesnt crash.

Exp

BASS_SFX v2.4.1.5 Does not work in windows 98se, requirement gdiplus.dll

Patrice Terrier

The GDIPLUS.dll requires true 32-bit OS (NT technology), it won't work on Windows version that are more than 10 years old.

...

Guest

I too have about a 20 second visual then freezes.The samples work great but if for Instance I Add a push button to the sample it too will stall visual.Any Ideas?

G

Well a little update for me. If I put the get HDC inside the time.tick the visuals won't freeze.
hVisDC2 = panel1.CreateGraphics().GetHdc();

Guest

andrew510

Any idea yet on why Winamp plugins won't work ? i still keep getting Access Violation Exception Unhanded

Thanks
Andrew

guest