The UK Home Automation Archive

Archive Home
Group Home
Search Archive


Advanced Search

The UKHA-ARCHIVE IS CEASING OPERATIONS 31 DEC 2024


[Message Prev][Message Next][Thread Prev][Thread Next][Message Index][Thread Index]

Re: xpl winamp seek feature


  • Subject: Re: xpl winamp seek feature
  • From: "rleong1" <rleong1@xxxxxxxxx>
  • Date: Fri, 10 Jun 2005 19:48:19 -0000

forgot to take out that if < 0 statement i copied from the balance
function

// SEEK
if (strcmp(pszRHS,"SEEK")==0)
{
INT seekTime = atoi(param);
seekTime = seekTime * 1000;

PostMessage(plugin.hwndParent, WM_USER, seekTime, 106);
}


--- In ukha_xpl@xxxxxxx, "rleong1" <rleong1@y...> wrote:
> John,
>
> any chance of implementing the winamp seek feature in the xpl
plugin?
>
> i even coded up what i think it should be :)
>
>   // SEEK
>   if (strcmp(pszRHS,"SEEK")==0)
>   {
>     INT seekTime = atoi(param);
>     if (seekTime < 0)
>       seekTime = seekTime * 1000;
>
>     PostMessage(plugin.hwndParent, WM_USER, seekTime, 106);
>   }
>
> i just can't compile it to test it out since i don't have the
> windows/winsock headers.  i just have cygwin g++ installed.
>
> thanks.




xPL Links: http://www.xplproject.org.uk http://www.xplhal.com http://www.xpl.myby.co.uk
To Post a Message: ukha_xpl@xxxxxxx
To Subscribe:  ukha_xpl-subscribe@xxxxxxx
To Unsubscribe:  ukha_xpl-unsubscribe@xxxxxxx

xPL Main Index | xPL Thread Index | xPL Home | Archives Home

Comments to the Webmaster are always welcomed, please use this contact form . Note that as this site is a mailing list archive, the Webmaster has no control over the contents of the messages. Comments about message content should be directed to the relevant mailing list.