XMPlay bueg by unknownfile at 11:59 AM EDT on September 11, 2006
I found a bug in 64th Note. Apparently, some tracks don't work in XMPlay for unknown reasons. Starfox 64 and Super Smash Bros. are two sets that don't work.
Did you try turning "Round Frequency" and "Seek Backwords" on? HCS has noted (in the "help" section of 64th Note's options) that compatibility is increased/corrected for other programs when these are turned on. If that doesn't fix it, then there might indeed be a bug. Try that first though. Mouser X out.
GetWindowText(hMainWindow,s,sizeof(s)); if(strstr(s,"Winamp")) { // do nothing //MessageBox(hMainWindow,"Winamp detected","Winamp",0); } else if(strstr(s,"XMPlay")) { // XMPlay only specifies its name at xmplay startup MessageBox(hMainWindow,"XMPlay detected","XMPlay",0); EnableBackwards = 1; round_frequency = 1; } else { // other programs, I don't know EnableBackwards; //MessageBox(hMainWindow,"What program are we running?","Eh?",0); } //GetWindowText(h,s,sizeof(s)); //MessageBox(hMainWindow,s,"Winamp!",0); //MessageBox(NULL,GetWindowText(hMainWindow,windowdata_type_thing,50),"Detected stuff",0); }