winamp SAP plugin problem

Started by dagoon,

dagoon

Hi
It looks like something changed in plugin initialization
(it's just blind guess).

I'm using SAP player plugin. SAP files contain sub-songs.
The plugin shows own "next/prev subsong" control. With
XMPlay 2.6 moving to next/prev song opens new
"next/prev subsong" control. I guess the screenshot will
describe it better :)

http://www.math.uni.lodz.pl/~dagoon/screen3.png

The plugin is available at support site.
You can get sample .sap file here:
http://www.math.uni.lodz.pl/~dagoon/BMX.sap

regards
btw, Ian - did you get my crash-report sent by email?

Brightguy

Probably not much that can be done about this... unless you turn off the navigation buttons and let it switch sub-songs automatically. :-/

dagoon

QuoteProbably not much that can be done about this... unless you turn off the navigation buttons and let it switch sub-songs automatically. :-/
But
  • It was not like that before 2.6
  • XMPlay cannot switch sub-songs itself (even with the proper checkbox in hotkeys set)

regards

Ian @ un4seen

I don't recall any major changes to the Winamp plugin stuff in 2.6. There may have been a slight change to the next/prev track changing stuff though, for the (few) plugins that XMPlay can change sub-songs with.

I'll check out that SAP plugin, and see what's what.

Quotebtw, Ian - did you get my crash-report sent by email?
Is your name Marcin? If so, yep, I'll reply right away :D

Brightguy

I just tried it on 2.5, and still had the same problem.  Perhaps you set up the configuration slightly differently? ???

Irrational86

#5
Ian, about the SAP Plugin, i think i know the solution to it...a little short story before hand...I am making an audio player that uses bass and winamp plugins, anyways i tried the SAP plugin with it and the sub-song changer problem didnt occur, my guess is that you are not calling
[InputPlugin]->Stop;
when starting to play a new song, am i right?