Official BS.Player forums

Official BS.Player forums (http://forum.bsplayer.com/index.php)
-   Bug Reports And Codecs (http://forum.bsplayer.com/forumdisplay.php?f=10)
-   -   Problem with Winamp plug-ins (http://forum.bsplayer.com/showthread.php?t=1329)

dsp_dee 26th March 2003 10:23 PM

Problem with Winamp plug-ins
 
Hello. I'm he author of Dee2 plug-in which doesn't work in BSPlayer :(
BSPlayer 0.86 bld 493 doesn't call plug-in sound processing function. The following piece of code should show the message, but it doesn't:
Code:

int modify_samples1(struct winampDSPModule *this_mod, short int *samples, int numsamples, int bps, int nch, int srate)
{
        char s[256];
        sprintf(s,"%d %d %d %d",numsamples, bps, nch, srate);
        MessageBox(NULL,"s","s",MB_OK);

The plug-in window is showing. Also I tried to select the other plug-ins, they also don't work.


All times are GMT +1. The time now is 04:05 PM.

Powered by vBulletin® Version 3.8.9
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
Ad Management plugin by RedTyger


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20