Forum: Winamp Development
21st January 2008, 17:16
|
|
Replies: 4
Views: 2,643
|
Forum: Winamp Development
18th January 2008, 18:19
|
|
Replies: 1
Views: 776
|
Forum: Winamp Development
28th November 2007, 14:28
|
|
Replies: 6
Views: 2,993
|
Forum: Winamp Development
15th November 2007, 16:43
|
|
Replies: 9
Views: 2,996
It depends on your interpretation of the GPL...
It depends on your interpretation of the GPL regarding runtime-loaded DLLs. In my opinion, that doesn't differ a great deal in real terms from piping data through a program, but some GPL nuts would...
|
Forum: Winamp Bug Reports
14th November 2007, 08:24
|
|
Replies: 45
Views: 23,366
|
Forum: Winamp Development
13th November 2007, 10:27
|
|
Replies: 4
Views: 1,559
|
Forum: Winamp Development
7th November 2007, 21:37
|
|
Replies: 108
Views: 95,385
|
Forum: Winamp Development
7th November 2007, 12:26
|
|
Replies: 2
Views: 961
|
Forum: Winamp Development
18th October 2007, 11:55
|
|
Replies: 5
Views: 1,597
1. WinExec probably returns a PID, which is no...
1. WinExec probably returns a PID, which is no good for FindWindow. Use the classname (Joel's response).
2. SendMessage(hwnd_winamp, WM_COMMAND, 40058, 0)
WM_COMMAND is the message type, 40058 is...
|
Forum: Winamp Development
16th October 2007, 18:52
|
|
Replies: 1
Views: 895
|
Forum: Winamp Development
13th October 2007, 13:27
|
|
Replies: 108
Views: 95,385
|
Forum: Winamp Development
11th October 2007, 07:39
|
|
Replies: 2
Views: 1,031
|
Forum: Winamp Development
10th October 2007, 12:21
|
|
Replies: 108
Views: 95,385
5.5 SDK updates
What's the spec for winampUninstallPlugin? void(void)?
Should I be replying to requests for "family" tags?
Is there anything I can do (as an in_plugin) to support album art, or to get into the...
|
Forum: Winamp Development
22nd September 2007, 08:20
|
|
Replies: 108
Views: 95,385
Backwards compatibility fix for Global Config
Bugfix:
api_config *GetConfigAPI()
{
if (!serviceApi)
{
serviceApi = (api_service *)SendMessage(mod.hMainWindow, WM_WA_IPC, 0, IPC_GET_API_SERVICE);
}
if ((int)serviceApi == 1)
...
|
Forum: Winamp Discussion
21st September 2007, 11:33
|
|
Replies: 388
Views: 234,739
[repeat]
Load images based on the data in...
[repeat]
Load images based on the data in them, not the extension, so folder.jpg starting with 0x89 "PNG" gets to the PNG decoder... or at least say you won't so I'll stop asking.
|
Forum: Winamp Discussion
20th September 2007, 10:22
|
|
Replies: 383
Views: 309,462
Get my in_vgm plugin (see my sig, the exe...
Get my in_vgm plugin (see my sig, the exe installer gives you a couple of demo files), and change the loop count in the config to some high number and it'll scale the track length accordingly.
A...
|
Forum: Winamp Discussion
15th September 2007, 21:26
|
|
Replies: 383
Views: 309,462
|
Forum: Winamp Discussion
14th September 2007, 11:12
|
|
Replies: 383
Views: 309,462
|
Forum: Winamp Discussion
11th September 2007, 09:53
|
|
Replies: 386
Views: 206,352
|
Forum: Winamp Discussion
10th September 2007, 20:19
|
|
Replies: 386
Views: 206,352
File type sniffing
Apologies if this has been posted, I didn't read the whole thread.
I have some cover art in PNG format but named as folder.jpg because Windows XP doesn't treat folder.png specially. (Fixed in...
|
Forum: Winamp Development
20th August 2007, 09:42
|
|
Replies: 5
Views: 2,772
|
Forum: Winamp Development
10th May 2007, 17:40
|
|
Replies: 5
Views: 2,772
Well, much progress has been made exceedingly...
Well, much progress has been made exceedingly slowly. I have successfully got it all working (I think), leading to a few questions:
1. Is there any good way to tell if Replay Gain analysis is...
|
Forum: Winamp Development
8th February 2007, 14:18
|
|
Replies: 5
Views: 2,772
|
Forum: Winamp Development
7th February 2007, 21:15
|
|
Replies: 5
Views: 2,772
|
Forum: Winamp Development
31st December 2006, 01:19
|
|
Replies: 3
Views: 1,603
Well, I'm still having trouble. This: ...
Well, I'm still having trouble. This:
SendMessage(mod.hMainWindow,WM_COMMAND,40047,0); // stop playback
has no effect - 40047 == WINAMP_BUTTON4, ie. stop, but I notice that WINAMP_BUTTON*...
|