Forum: Winamp Development
26th October 2007, 12:45
|
|
Replies: 1
Views: 2,419
|
Forum: Winamp Development
19th October 2007, 11:47
|
|
Replies: 1
Views: 2,419
about samples in dps plugins
Hi,
being new to development, I'd like to have clarified a bit of "basics" about the dsp plugin.
Referring to the typical definition of:
modify_samples(struct winampDSPModule *this_mod,...
|
Forum: Winamp Development
11th October 2007, 15:54
|
|
Replies: 9
Views: 4,737
As for any FFT operation, the scale is linear...
As for any FFT operation, the scale is linear with frequency, as the sampling is made in constant steps with frequency. The information retained by the spectrum data is complete (reversing the FFT...
|
Forum: Winamp Development
25th September 2007, 09:19
|
|
Replies: 6
Views: 2,701
Hi, thanks Tril for your latest "smart"...
Hi, thanks Tril for your latest "smart" suggestion!
It was infact a Winamp version issue. I was on 5.32; now I'm on 5.35 and the same DLL I compiled yesterday works perfectly fine - would you...
|
Forum: Winamp Development
24th September 2007, 16:54
|
|
Replies: 6
Views: 2,701
|
Forum: Winamp Development
24th September 2007, 15:23
|
|
Replies: 6
Views: 2,701
Yes I alredy checked that. The extern "C" is...
Yes I alredy checked that. The extern "C" is there.
I can also read the string "winampVisGetHeader" with an hex-editor inside the DLL file... But I can't see te lugin on WinAmp. Any other...
|
Forum: Winamp Development
21st September 2007, 10:48
|
|
Replies: 6
Views: 2,701
Compiling the vis_test plugin with VC8
Hi
after looking around in past threads and FAQ, no success, I have to post this question.
I'm new to plugin development. I managed to compile the vis_test (a test visualisation plugin) under...
|