Official BS.Player forums  

Go Back   Official BS.Player forums > Main forum > Bug Reports And Codecs

Bug Reports And Codecs Report BS.Player bugs here - help us to improve BS.Player even further.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 26th March 2003
Junior Member
BS.Player Newbie
 
Join Date: Aug 2002
Location: Zielona Gora, Poland
Posts: 1
Rep Power: 0
dsp_dee is an unknown quantity at this point
Default 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.
__________________
Dee2 :: Best DSP plug-in EVER! :: http://www.dee2.tk
Reply With Quote
Reply

Tags
plugins, winamp

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules


All times are GMT +1. The time now is 12:16 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