Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: foo_dsp_vlevel (Read 210480 times) previous topic - next topic
0 Members and 2 Guests are viewing this topic.

foo_dsp_vlevel

Reply #50
It's about how it's compiled, static libraries, isn't it? I also prefer "everything in one place", which would make the whole thing portable...


Static compile make security updates (e.g. one of the MS DLL has a security flaw) much more complex than have it in a separate DLL. Also the files would be bigger.

Wiesl

foo_dsp_vlevel

Reply #51
Static compile make security updates (e.g. one of the MS DLL has a security flaw) much more complex than have it in a separate DLL. Also the files would be bigger.
Is that really a problem? The question is, what weighs more?

Side 1 of the coin: Having a plugin dll which is 400 instead of 60 kb size. Fear of a theoretical security flaw in ms libraries.

Side 2: Having fb2k plus plugins portable.

Maybe you could offer 2 compiles?

foo_dsp_vlevel

Reply #52
Static compile make security updates (e.g. one of the MS DLL has a security flaw) much more complex than have it in a separate DLL. Also the files would be bigger.
Is that really a problem? The question is, what weighs more?

Side 1 of the coin: Having a plugin dll which is 400 instead of 60 kb size. Fear of a theoretical security flaw in ms libraries.

Side 2: Having fb2k plus plugins portable.

Maybe you could offer 2 compiles?


Sources and VS Express Edition are available, so everyone can compile this. So feel free to do this.

Wiesl

foo_dsp_vlevel

Reply #53
Ok, thanks
I'll try to find another plugin then (only portable things here).

foo_dsp_vlevel

Reply #54
Ok, thanks
I'll try to find another plugin then (only portable things here).


I don't unterstand what the problem is, portable means normally portable to different hardware/software platforms.

So in this sense code isn't "portable" of course because it is written for:
1.) Foobar2000
2.) Microsoft Windows

What do you mean by "portable"?
Other Compilers? It should be portable to other compiler.

And:
Look for *.exe on your harddisk and how many files need DLLs ...

Wiesl

foo_dsp_vlevel

Reply #55
fb2k is close to be portable. I'd say the only most necessary thing to do is to change the output device, because the player doesn't default to one.
The problem is, people often want to copy fb2k onto another computer and simply run it on xp boxes, no matter if there's vc++ runtimes, vb runtimes or .net framework installed...
From my understanding is this about the /MT compiler flag? It's build well and without errors (thank you) -> a 136kb dll for me...

foo_dsp_vlevel

Reply #56
fb2k is close to be portable. I'd say the only most necessary thing to do is to change the output device, because the player doesn't default to one.
The problem is, people often want to copy fb2k onto another computer and simply run it on xp boxes, no matter if there's vc++ runtimes, vb runtimes or .net framework installed...
From my understanding is this about the /MT compiler flag? It's build well and without errors (thank you) -> a 136kb dll for me...


When you want a "portable" deployment just extract the DLLs msvcr80.dll, msvcp80.dll and put it into your foobar2000 install directory.

Afterwards just copy all the stuff.

That's it.

Wiesl

 

foo_dsp_vlevel

Reply #57
Can someone please tell me how to operate this plug in? I'm having trouble noticing a difference when I change the settings at the DSP manager screen and press configure selected. What's the difference between strength, max multiplier and buffer length? I'm looking for a compressor and I got foobar just for this, but I don't seem to get it to work. I'm not quite as techie as everyone here sounds, so if it could be put in simple english, that and any help would be appreciated.

foo_dsp_vlevel

Reply #58
Acutum, all description and technical detail is here: http://vlevel.sourceforge.net/.

Quote
VLevel keeps your music from making you jump out of your seat, and it keeps you from having to fiddle with the volume constantly. It's different from other dynamic compressors because it looks ahead. You can think of VLevel as someone who knows your music by heart, and turns the volume up during quiet passages, but smoothly turns it back down when he knows a loud part is coming. It's great for making CDs to listen to in your car, or to play background music on your computer.

foo_dsp_vlevel

Reply #59
I have a crash:
playback_process entry=>dsp/run=>dsp_manager::run=>dsp::run
when playing this file:
http://www.bcae1.com/images/wavs/015prcnt.wav

Crash location depends on position of foo_dsp_vlevel (VLevel 20060324.0) in DSP Manager, but without this plugin, file plays fine.

Code: [Select]
Illegal operation:
Code: C0000005h, flags: 00000000h, address: 012231F2h
Access violation, operation: read, address: 08F57000h
Call path:
playback_process entry=>dsp/run=>dsp_manager::run=>dsp::run
Code bytes (012231F2h):
012231B2h:  DF E0 F6 C4 05 7A 0D DD D8 D9 46 10 D9 5C 24 10
012231C2h:  D9 44 24 10 D9 EE 33 C9 39 4E 08 D9 54 24 10 76
012231D2h:  6B 8B 54 24 24 8B 7C 24 28 2B D7 8D 04 8F 8B 1C
012231E2h:  02 D9 04 AB 8B 1E 8B 6E 18 D9 5C 24 1C 8B 1C 8B
012231F2h:  D9 04 AB 8B 00 8B 6C 24 14 D8 CA D9 5C 24 18 D9
01223202h:  44 24 18 D9 1C A8 8B 06 D9 44 24 1C 8B 04 88 8B
01223212h:  5E 18 D9 14 98 D9 E1 D9 5C 24 1C D9 44 24 1C D9
01223222h:  44 24 10 D8 D9 DF E0 F6 C4 05 7A 06 D9 5C 24 10
Code bytes (012231F2h):
012231B2h:  DF E0 F6 C4 05 7A 0D DD D8 D9 46 10 D9 5C 24 10
012231C2h:  D9 44 24 10 D9 EE 33 C9 39 4E 08 D9 54 24 10 76
012231D2h:  6B 8B 54 24 24 8B 7C 24 28 2B D7 8D 04 8F 8B 1C
012231E2h:  02 D9 04 AB 8B 1E 8B 6E 18 D9 5C 24 1C 8B 1C 8B
012231F2h:  D9 04 AB 8B 00 8B 6C 24 14 D8 CA D9 5C 24 18 D9
01223202h:  44 24 18 D9 1C A8 8B 06 D9 44 24 1C 8B 04 88 8B
01223212h:  5E 18 D9 14 98 D9 E1 D9 5C 24 1C D9 44 24 1C D9
01223222h:  44 24 10 D8 D9 DF E0 F6 C4 05 7A 06 D9 5C 24 10
Registers:
EAX: 01264D4C, EBX: 08F56270, ECX: 00000001, EDX: 00000000
ESI: 07BCEF00, EDI: 01264D48, EBP: 00000364, ESP: 0000036C
Crash location: "foo_dsp_vlevel", loaded at 01220000h - 01244000h

Loaded modules:
foobar2000                      loaded at 00400000h - 00522000h
ntdll                            loaded at 7C900000h - 7C9B2000h
kernel32                        loaded at 7C800000h - 7C8FB000h
COMCTL32                        loaded at 773C0000h - 774BB000h
msvcrt                          loaded at 77C00000h - 77C58000h
ADVAPI32                        loaded at 77DC0000h - 77E6C000h
RPCRT4                          loaded at 77E70000h - 77F01000h
GDI32                            loaded at 77F10000h - 77F57000h
USER32                          loaded at 77D30000h - 77DBE000h
SHLWAPI                          loaded at 77F60000h - 77FD6000h
SHELL32                          loaded at 7C9C0000h - 7EE59000h
ole32                            loaded at 774D0000h - 7760D000h
shared                          loaded at 10000000h - 1002A000h
COMDLG32                        loaded at 76380000h - 763EC000h
IMM32                            loaded at 76360000h - 7637D000h
uxtheme                          loaded at 5B1D0000h - 5B208000h
msctfime                        loaded at 75180000h - 751AE000h
foo_abx                          loaded at 00A80000h - 00AB1000h
foo_albumlist                    loaded at 00AE0000h - 00B45000h
foo_asap                        loaded at 00B70000h - 00BAE000h
foo_audioscrobbler              loaded at 00BC0000h - 00BF0000h
WS2_32                          loaded at 71A50000h - 71A67000h
WS2HELP                          loaded at 71A40000h - 71A48000h
foo_cdda                        loaded at 00C10000h - 00C48000h
foo_control                      loaded at 00C70000h - 00C7C000h
foo_converter                    loaded at 00C80000h - 00CE7000h
foo_cwb_hooks                    loaded at 00D10000h - 00D5D000h
foo_discogs                      loaded at 00D80000h - 00DFE000h
gdiplus                          loaded at 4EBC0000h - 4ED63000h
WINMM                            loaded at 76B20000h - 76B4E000h
foo_dsp_skip_silence            loaded at 00EA0000h - 00EB3000h
libmmd                          loaded at 00ED0000h - 01181000h
MSVCR80                          loaded at 78130000h - 781CB000h
foo_dsp_std                      loaded at 011B0000h - 011F6000h
foo_dsp_vlevel                  loaded at 01220000h - 01244000h
foo_dumb                        loaded at 01270000h - 012F9000h
foo_facets                      loaded at 01320000h - 013A0000h
OLEAUT32                        loaded at 77110000h - 7719C000h
MSIMG32                          loaded at 76350000h - 76355000h
foo_freedb2                      loaded at 013C0000h - 01400000h
foo_infobox                      loaded at 01420000h - 01460000h
foo_infospect                    loaded at 01480000h - 014B7000h
foo_input_monkey                loaded at 014E0000h - 01529000h
foo_input_mslive                loaded at 01550000h - 01597000h
WMVCore                          loaded at 086D0000h - 08917000h
WMASF                            loaded at 070D0000h - 0710A000h
foo_input_shorten                loaded at 015C0000h - 015ED000h
foo_input_std                    loaded at 01610000h - 01738000h
foo_lyricsdb                    loaded at 01760000h - 0178F000h
WININET                          loaded at 771B0000h - 7727E000h
Normaliz                        loaded at 017A0000h - 017A9000h
iertutil                        loaded at 5DCA0000h - 5DCE5000h
foo_navigator                    loaded at 019D0000h - 01A04000h
foo_osd                          loaded at 01A30000h - 01A64000h
foo_playlist_manager            loaded at 01A90000h - 01AD4000h
foo_pqview                      loaded at 01B00000h - 01B2D000h
foo_removefromqueue              loaded at 01B50000h - 01B5A000h
foo_rgscan                      loaded at 01B70000h - 01BCA000h
foo_run                          loaded at 01BF0000h - 01C1B000h
foo_sid                          loaded at 01C40000h - 01CC0000h
foo_uie_albumart                loaded at 01CE0000h - 01D1D000h
foo_uie_albumlist                loaded at 01D40000h - 01D83000h
foo_uie_lyrics                  loaded at 01DB0000h - 01E0D000h
foo_uie_queuemanager            loaded at 01E30000h - 01E69000h
mscoree                          loaded at 79000000h - 79046000h
msvcm80                          loaded at 7C4C0000h - 7C53D000h
mscorwks                        loaded at 79E70000h - 7A3FF000h
mscorlib.ni                      loaded at 790C0000h - 79BF6000h
mscorjit                        loaded at 79060000h - 790B6000h
rsaenh                          loaded at 0FFD0000h - 0FFF8000h
System.ni                        loaded at 7A440000h - 7AC2A000h
System.Drawing.ni                loaded at 7ADE0000h - 7AF7C000h
foo_uie_quicksearch              loaded at 045C0000h - 04606000h
foo_uie_tabs                    loaded at 04620000h - 0464A000h
foo_ui_columns                  loaded at 04670000h - 0478A000h
foo_ui_panels                    loaded at 047B0000h - 04875000h
foo_ui_std                      loaded at 048A0000h - 04973000h
foo_unpack                      loaded at 049A0000h - 049CD000h
foo_vis_shpeck                  loaded at 049F0000h - 04A1E000h
MSVCR90                          loaded at 78520000h - 785C3000h
foo_ui_minilyrics                loaded at 04A40000h - 04A62000h
dciman32                        loaded at 73B50000h - 73B56000h
MiniLyrics                      loaded at 07810000h - 07912000h
RICHED32                        loaded at 73270000h - 73275000h
RICHED20                        loaded at 74DE0000h - 74E4C000h
mswsock                          loaded at 719F0000h - 71A30000h
DNSAPI                          loaded at 76F10000h - 76F37000h
DSOUND                          loaded at 73EA0000h - 73EFC000h
VERSION                          loaded at 77BF0000h - 77BF8000h
WINTRUST                        loaded at 76C20000h - 76C4E000h
CRYPT32                          loaded at 77A70000h - 77B05000h
MSASN1                          loaded at 77B10000h - 77B22000h
IMAGEHLP                        loaded at 76C80000h - 76CA8000h
rasadhlp                        loaded at 76FB0000h - 76FB6000h
hnetcfg                          loaded at 66780000h - 667D8000h
wshtcpip                        loaded at 71A30000h - 71A38000h
wdmaud                          loaded at 72CB0000h - 72CB9000h
msacm32                          loaded at 72CA0000h - 72CA8000h
MSACM32                          loaded at 77BD0000h - 77BE5000h
midimap                          loaded at 77BC0000h - 77BC7000h
KsUser                          loaded at 73E70000h - 73E74000h
Amhooker                        loaded at 07080000h - 07089000h
Secur32                          loaded at 77FE0000h - 77FF1000h
RASAPI32                        loaded at 76ED0000h - 76F0C000h
rasman                          loaded at 76E80000h - 76E92000h
NETAPI32                        loaded at 6FF40000h - 6FF95000h
TAPI32                          loaded at 76EA0000h - 76ECF000h
rtutils                          loaded at 76E70000h - 76E7E000h
USERENV                          loaded at 769A0000h - 76A54000h
msv1_0                          loaded at 77C60000h - 77C83000h
iphlpapi                        loaded at 76D50000h - 76D69000h
sensapi                          loaded at 72260000h - 72265000h
urlmon                          loaded at 61410000h - 61534000h
System.Windows.Forms.ni          loaded at 7AFD0000h - 7BC6C000h
DBGHELP                          loaded at 59BC0000h - 59C61000h

Version info:
foobar2000 v0.9.5.2
UNICODE
Windows 5.1


Additional info:
Tabbed panel modified 0.2.5  (foo_uie_tabs)
Remove from Queue 1  (foo_removefromqueue)
Standard DSP Array 1.0  (foo_dsp_std)
Shorten decoder 0.4.2a  (foo_input_shorten)
VLevel 20060324.0  (foo_dsp_vlevel)
PanelsUI 0.6.1 beta [Feb 16 2007 - 15:57:11]  (foo_ui_panels)
ZIP/GZIP reader 1.0  (foo_unpack)
Queue manager panel 0.2.3  (foo_uie_queuemanager)
Lyric Show Panels 0.3.3.0 [Apr 21 2008 - 11:24:16]  (foo_uie_lyrics)
Shpeck - Winamp vis plugins wrapper 0.2.4 beta 2  (foo_vis_shpeck)
ReplayGain Scanner 2.0.5  (foo_rgscan)
Default User Interface 0.9.5  (foo_ui_std)
Album Art Panel 0.2.7.1  (foo_uie_albumart)
ABX Comparator 1.3.3  (foo_abx)
Navigator 0.63  (foo_navigator)
mslive 0.4.4 (SSE)  (foo_input_mslive)
Playback Queue Viewer 0.2  (foo_pqview)
Quick Search Toolbar 2.8k  (foo_uie_quicksearch)
freedb Tagger 0.6  (foo_freedb2)
ASAP 1.0.0  (foo_asap)
Monkey's Audio decoder 2.1.1  (foo_input_monkey)
Audioscrobbler 1.3.16  (foo_audioscrobbler)
foobar2000 core 0.9.5.2  (Core)
RAR reader 1.1  (foo_unpack)
foo_lyricsdb 0.0.7 beta 5  (foo_lyricsdb)
CD Audio Decoder 2.1.2  (foo_cdda)
Facets 2008-01-04  (foo_facets)
Remote Control 1.1  (foo_control)
Columns UI 0.3 beta 2 preview 4  (foo_ui_columns)
Standard Input Array 1.0  (foo_input_std)
Infospect 1.0.3  (foo_infospect)
Converter 1.1.1  (foo_converter)
Playlist Manager 1.0.2  (foo_playlist_manager)
On-Screen Display GDI+ 1.52  (foo_osd)
Run services 0.3.2  (foo_run)
Album List 4.2  (foo_albumlist)
Skip silence 0.1 (Intel SSE)  (foo_dsp_skip_silence)
Tagger Panel Window 1.0.5 [Jun 12 2007 - 15:14:00]  (foo_cwb_hooks)
sidplay2 1.13  (foo_sid)
Discogs Tagger 1.02  (foo_discogs)
Album list panel 0.2.3 beta  (foo_uie_albumlist)
DUMB module decoder 0.9.8.4  (foo_dumb)
cwbowron's title format hooks 1.2.5 [Jun  8 2007 - 08:49:42]  (foo_cwb_hooks)
Special file info box 2.0.4  (foo_infobox)


Code: [Select]
Illegal operation:
Code: C0000005h, flags: 00000000h, address: 7C910F29h
Access violation, operation: read, address: 00000000h
Call path:
playback_process entry=>dsp/run=>dsp_manager::run=>dsp::run
Code bytes (7C910F29h):
7C910EE9h:  E8 14 D2 FF FF E9 32 FE FF FF 0F B7 0E 03 C8 81
7C910EF9h:  F9 00 FE 00 00 0F 87 45 FD FF FF 80 7D 14 00 0F
7C910F09h:  85 25 8B 03 00 8A 46 05 24 10 A8 10 88 47 05 0F
7C910F19h:  85 92 00 00 00 8B 4E 0C 8D 46 08 8B 10 89 4D 0C
7C910F29h:  8B 09 3B 4A 04 89 55 14 0F 85 EA 0F 00 00 3B C8
7C910F39h:  0F 85 E2 0F 00 00 56 53 E8 4E FC FF FF 8B 45 14
7C910F49h:  8B 4D 0C 3B C1 89 01 89 48 04 74 38 8A 46 05 A8
7C910F59h:  04 0F 85 A9 8B 03 00 0F B7 0E 8B 45 10 01 08 0F
Code bytes (7C910F29h):
7C910EE9h:  E8 14 D2 FF FF E9 32 FE FF FF 0F B7 0E 03 C8 81
7C910EF9h:  F9 00 FE 00 00 0F 87 45 FD FF FF 80 7D 14 00 0F
7C910F09h:  85 25 8B 03 00 8A 46 05 24 10 A8 10 88 47 05 0F
7C910F19h:  85 92 00 00 00 8B 4E 0C 8D 46 08 8B 10 89 4D 0C
7C910F29h:  8B 09 3B 4A 04 89 55 14 0F 85 EA 0F 00 00 3B C8
7C910F39h:  0F 85 E2 0F 00 00 56 53 E8 4E FC FF FF 8B 45 14
7C910F49h:  8B 4D 0C 3B C1 89 01 89 48 04 74 38 8A 46 05 A8
7C910F59h:  04 0F 85 A9 8B 03 00 0F B7 0E 8B 45 10 01 08 0F
Registers:
EAX: 012687B0, EBX: 01260000, ECX: 00000000, EDX: 00000000
ESI: 012687A8, EDI: 01265190, EBP: 00000000, ESP: 00000008
Crash location: "ntdll", loaded at 7C900000h - 7C9B2000h
Symbol: "wcsncpy" (+0000049Ah)

Loaded modules:
foobar2000                      loaded at 00400000h - 00522000h
ntdll                            loaded at 7C900000h - 7C9B2000h
kernel32                        loaded at 7C800000h - 7C8FB000h
COMCTL32                        loaded at 773C0000h - 774BB000h
msvcrt                          loaded at 77C00000h - 77C58000h
ADVAPI32                        loaded at 77DC0000h - 77E6C000h
RPCRT4                          loaded at 77E70000h - 77F01000h
GDI32                            loaded at 77F10000h - 77F57000h
USER32                          loaded at 77D30000h - 77DBE000h
SHLWAPI                          loaded at 77F60000h - 77FD6000h
SHELL32                          loaded at 7C9C0000h - 7EE59000h
ole32                            loaded at 774D0000h - 7760D000h
shared                          loaded at 10000000h - 1002A000h
COMDLG32                        loaded at 76380000h - 763EC000h
IMM32                            loaded at 76360000h - 7637D000h
uxtheme                          loaded at 5B1D0000h - 5B208000h
msctfime                        loaded at 75180000h - 751AE000h
foo_abx                          loaded at 00A80000h - 00AB1000h
foo_albumlist                    loaded at 00AE0000h - 00B45000h
foo_asap                        loaded at 00B70000h - 00BAE000h
foo_audioscrobbler              loaded at 00BC0000h - 00BF0000h
WS2_32                          loaded at 71A50000h - 71A67000h
WS2HELP                          loaded at 71A40000h - 71A48000h
foo_cdda                        loaded at 00C10000h - 00C48000h
foo_control                      loaded at 00C70000h - 00C7C000h
foo_converter                    loaded at 00C80000h - 00CE7000h
foo_cwb_hooks                    loaded at 00D10000h - 00D5D000h
foo_discogs                      loaded at 00D80000h - 00DFE000h
gdiplus                          loaded at 4EBC0000h - 4ED63000h
WINMM                            loaded at 76B20000h - 76B4E000h
foo_dsp_skip_silence            loaded at 00EA0000h - 00EB3000h
libmmd                          loaded at 00ED0000h - 01181000h
MSVCR80                          loaded at 78130000h - 781CB000h
foo_dsp_std                      loaded at 011B0000h - 011F6000h
foo_dsp_vlevel                  loaded at 01220000h - 01244000h
foo_dumb                        loaded at 01270000h - 012F9000h
foo_facets                      loaded at 01320000h - 013A0000h
OLEAUT32                        loaded at 77110000h - 7719C000h
MSIMG32                          loaded at 76350000h - 76355000h
foo_freedb2                      loaded at 013C0000h - 01400000h
foo_infobox                      loaded at 01420000h - 01460000h
foo_infospect                    loaded at 01480000h - 014B7000h
foo_input_monkey                loaded at 014E0000h - 01529000h
foo_input_mslive                loaded at 01550000h - 01597000h
WMVCore                          loaded at 086D0000h - 08917000h
WMASF                            loaded at 070D0000h - 0710A000h
foo_input_shorten                loaded at 015C0000h - 015ED000h
foo_input_std                    loaded at 01610000h - 01738000h
foo_lyricsdb                    loaded at 01760000h - 0178F000h
WININET                          loaded at 771B0000h - 7727E000h
Normaliz                        loaded at 017A0000h - 017A9000h
iertutil                        loaded at 5DCA0000h - 5DCE5000h
foo_navigator                    loaded at 019D0000h - 01A04000h
foo_osd                          loaded at 01A30000h - 01A64000h
foo_playlist_manager            loaded at 01A90000h - 01AD4000h
foo_pqview                      loaded at 01B00000h - 01B2D000h
foo_removefromqueue              loaded at 01B50000h - 01B5A000h
foo_rgscan                      loaded at 01B70000h - 01BCA000h
foo_run                          loaded at 01BF0000h - 01C1B000h
foo_sid                          loaded at 01C40000h - 01CC0000h
foo_uie_albumart                loaded at 01CE0000h - 01D1D000h
foo_uie_albumlist                loaded at 01D40000h - 01D83000h
foo_uie_lyrics                  loaded at 01DB0000h - 01E0D000h
foo_uie_queuemanager            loaded at 01E30000h - 01E69000h
mscoree                          loaded at 79000000h - 79046000h
msvcm80                          loaded at 7C4C0000h - 7C53D000h
mscorwks                        loaded at 79E70000h - 7A3FF000h
mscorlib.ni                      loaded at 790C0000h - 79BF6000h
mscorjit                        loaded at 79060000h - 790B6000h
rsaenh                          loaded at 0FFD0000h - 0FFF8000h
System.ni                        loaded at 7A440000h - 7AC2A000h
System.Drawing.ni                loaded at 7ADE0000h - 7AF7C000h
foo_uie_quicksearch              loaded at 045C0000h - 04606000h
foo_uie_tabs                    loaded at 04620000h - 0464A000h
foo_ui_columns                  loaded at 04670000h - 0478A000h
foo_ui_panels                    loaded at 047B0000h - 04875000h
foo_ui_std                      loaded at 048A0000h - 04973000h
foo_unpack                      loaded at 049A0000h - 049CD000h
foo_vis_shpeck                  loaded at 049F0000h - 04A1E000h
MSVCR90                          loaded at 78520000h - 785C3000h
foo_ui_minilyrics                loaded at 04A40000h - 04A62000h
dciman32                        loaded at 73B50000h - 73B56000h
MiniLyrics                      loaded at 07510000h - 07612000h
RICHED32                        loaded at 73270000h - 73275000h
RICHED20                        loaded at 74DE0000h - 74E4C000h
Amhooker                        loaded at 07020000h - 07029000h
mswsock                          loaded at 719F0000h - 71A30000h
DNSAPI                          loaded at 76F10000h - 76F37000h
rasadhlp                        loaded at 76FB0000h - 76FB6000h
hnetcfg                          loaded at 66780000h - 667D8000h
wshtcpip                        loaded at 71A30000h - 71A38000h
DSOUND                          loaded at 73EA0000h - 73EFC000h
VERSION                          loaded at 77BF0000h - 77BF8000h
WINTRUST                        loaded at 76C20000h - 76C4E000h
CRYPT32                          loaded at 77A70000h - 77B05000h
MSASN1                          loaded at 77B10000h - 77B22000h
IMAGEHLP                        loaded at 76C80000h - 76CA8000h
wdmaud                          loaded at 72CB0000h - 72CB9000h
msacm32                          loaded at 72CA0000h - 72CA8000h
MSACM32                          loaded at 77BD0000h - 77BE5000h
midimap                          loaded at 77BC0000h - 77BC7000h
KsUser                          loaded at 73E70000h - 73E74000h
xpsp2res                        loaded at 20000000h - 20AFF000h
DBGHELP                          loaded at 59BC0000h - 59C61000h

Version info:
foobar2000 v0.9.5.2
UNICODE
Windows 5.1


Additional info:
Facets 2008-01-04  (foo_facets)
foo_lyricsdb 0.0.7 beta 5  (foo_lyricsdb)
VLevel 20060324.0  (foo_dsp_vlevel)
Album list panel 0.2.3 beta  (foo_uie_albumlist)
freedb Tagger 0.6  (foo_freedb2)
Shpeck - Winamp vis plugins wrapper 0.2.4 beta 2  (foo_vis_shpeck)
Tagger Panel Window 1.0.5 [Jun 12 2007 - 15:14:00]  (foo_cwb_hooks)
DUMB module decoder 0.9.8.4  (foo_dumb)
Infospect 1.0.3  (foo_infospect)
cwbowron's title format hooks 1.2.5 [Jun  8 2007 - 08:49:42]  (foo_cwb_hooks)
Album Art Panel 0.2.7.1  (foo_uie_albumart)
Tabbed panel modified 0.2.5  (foo_uie_tabs)
ASAP 1.0.0  (foo_asap)
Skip silence 0.1 (Intel SSE)  (foo_dsp_skip_silence)
Quick Search Toolbar 2.8k  (foo_uie_quicksearch)
Converter 1.1.1  (foo_converter)
foobar2000 core 0.9.5.2  (Core)
Playlist Manager 1.0.2  (foo_playlist_manager)
Playback Queue Viewer 0.2  (foo_pqview)
sidplay2 1.13  (foo_sid)
Discogs Tagger 1.02  (foo_discogs)
Queue manager panel 0.2.3  (foo_uie_queuemanager)
ReplayGain Scanner 2.0.5  (foo_rgscan)
Navigator 0.63  (foo_navigator)
Album List 4.2  (foo_albumlist)
CD Audio Decoder 2.1.2  (foo_cdda)
PanelsUI 0.6.1 beta [Feb 16 2007 - 15:57:11]  (foo_ui_panels)
Shorten decoder 0.4.2a  (foo_input_shorten)
ZIP/GZIP reader 1.0  (foo_unpack)
Monkey's Audio decoder 2.1.1  (foo_input_monkey)
RAR reader 1.1  (foo_unpack)
Standard DSP Array 1.0  (foo_dsp_std)
Special file info box 2.0.4  (foo_infobox)
Columns UI 0.3 beta 2 preview 4  (foo_ui_columns)
On-Screen Display GDI+ 1.52  (foo_osd)
Audioscrobbler 1.3.16  (foo_audioscrobbler)
ABX Comparator 1.3.3  (foo_abx)
Remove from Queue 1  (foo_removefromqueue)
Standard Input Array 1.0  (foo_input_std)
Remote Control 1.1  (foo_control)
mslive 0.4.4 (SSE)  (foo_input_mslive)
Default User Interface 0.9.5  (foo_ui_std)
Run services 0.3.2  (foo_run)
Lyric Show Panels 0.3.3.0 [Apr 21 2008 - 11:24:16]  (foo_uie_lyrics)


foo_dsp_vlevel

Reply #60
Wiesls links are not working ;<

foo_dsp_vlevel

Reply #61
Wiesls links are not working ;<


The old version from 2006 works perfectly for me in Vista. The new versions however give me an error . . . apparently not valid Win32 applications? Do the latest dll's posted give anybody else problems in Vista?

foo_dsp_vlevel

Reply #62
The version from 2006 is compiled with an old version of the SDK however, and may occasionally crash as a result... I'm currently hunting for a new version as well.

foo_dsp_vlevel

Reply #63
I've recompiled G-Lite's source code for foo_dsp_vlevel against the most recent SDK. G-Lite's compile uses an older version of the SDK that can cause some crashes under Vista.

Download the component here, and the source code here.

I'm gonna take one for the team and have the balls to interpret the GPL to allow for the existence of compiles of this component so long as the source is redistributed. If anyone has a problem with this, feel free to contact me.

Important note: This is my first foobar2000 component release! Tell me if you have any issues with this new compile.

foo_dsp_vlevel

Reply #64
no problems with 06 version, but here:

Code: [Select]
Illegal operation:
Code: C0000005h, flags: 00000000h, address: 025F1D63h
Access violation, operation: write, address: 988AD0C4h
Call path:
playback_process entry=>dsp/run=>dsp_manager::run
Code bytes (025F1D63h):
025F1D23h:  50 08 8B CF FF D2 66 8B 08 8A 40 02 66 89 4C 24
025F1D33h:  04 8A D8 EB 04 8A 5C 24 06 8A 54 24 04 8A 4C 24
025F1D43h:  05 0F BE D2 89 54 24 04 8B 46 10 DB 44 24 04 0F
025F1D53h:  BE C9 DC 35 A0 55 5F 02 D9 5C 24 04 D9 44 24 04
025F1D63h:  D9 58 0C 89 4C 24 04 DB 44 24 04 8B 4E 10 D9 5C
025F1D73h:  24 04 D9 EE D8 5C 24 04 DF E0 F6 C4 01 75 0C 8B
025F1D83h:  15 5C 50 5F 02 DD 02 D9 5C 24 04 D9 44 24 04 8B
025F1D93h:  C6 D9 59 10 88 5E 28 C6 46 29 01 5B 59 C3 CC CC
Stack (04F3F528h):
04F3F508h:  00000246 804DC98B E156DDA8 E19F05D0
04F3F518h:  00000000 009F05E4 F44A2CEC 804DC9B2
04F3F528h:  00000000 3F4CCCCD 025F25C9 BF55AD26
04F3F538h:  04748C54 025F75D0 04F3F5AC 00000000
04F3F548h:  04748C54 EC001F79 4DC89D79 09107A8D
04F3F558h:  EC001F79 4DC89D79 8140CBB7 09107A8D
04F3F568h:  04F3F5A0 025F493B 00000000 0049744E
04F3F578h:  04748C50 01014318 04748C48 00000000
04F3F588h:  0041F5BC EC001F79 4DC89D79 8140CBB7
04F3F598h:  09107A8D 025F75D0 04F3F630 004B6D60
04F3F5A8h:  00000000 04F3F63C 0049C4EA 04748C50
04F3F5B8h:  04719338 047192C8 047192C8 004A32C3
04F3F5C8h:  00015545 00000003 04F3F52C 11B13A25
04F3F5D8h:  41F6C282 B7CEF0B1 A8EABCEC FFFFFFFF
04F3F5E8h:  7C91056D 004A2DD9 0471F4C0 04718F90
04F3F5F8h:  00000004 00000000 00000000 0009001F
04F3F608h:  03000300 0000001F 00000000 04748C48
04F3F618h:  04F3F668 04718F90 00000000 00000004
04F3F628h:  0000F670 04F3F5B8 04F3F664 004B97E3
04F3F638h:  0000000D 04F3F670 00447B6C 04719300
Registers:
EAX: 988AD0B8, EBX: 00000014, ECX: 00000019, EDX: 00000050
ESI: 01014318, EDI: 04748C54, EBP: 8140CBB7, ESP: 04F3F528
Crash location: "foo_dsp_vlevel", loaded at 025F0000h - 025FA000h

Loaded modules:
foobar2000                      loaded at 00400000h - 00523000h
ntdll                            loaded at 7C900000h - 7C9B0000h
kernel32                        loaded at 7C800000h - 7C8F4000h
COMCTL32                        loaded at 773D0000h - 774D2000h
msvcrt                          loaded at 77C10000h - 77C68000h
ADVAPI32                        loaded at 77DD0000h - 77E6B000h
RPCRT4                          loaded at 77E70000h - 77F01000h
GDI32                            loaded at 77F10000h - 77F56000h
USER32                          loaded at 77D40000h - 77DCF000h
SHLWAPI                          loaded at 77F60000h - 77FD6000h
SHELL32                          loaded at 7C9C0000h - 7D1A3000h
ole32                            loaded at 774E0000h - 77623000h
shared                          loaded at 10000000h - 1002A000h
COMDLG32                        loaded at 763B0000h - 763F9000h
uxtheme                          loaded at 5AD70000h - 5ADA8000h
MSCTF                            loaded at 74720000h - 7476B000h
foo_input_std                    loaded at 00AE0000h - 00C0D000h
foo_convolve                    loaded at 00C30000h - 00C81000h
foo_cdda                        loaded at 00CB0000h - 00CF1000h
foo_dsp_std                      loaded at 00D20000h - 00D69000h
foo_rgscan                      loaded at 00D90000h - 00DEB000h
foo_converter                    loaded at 00E10000h - 00E77000h
foo_fileops                      loaded at 00EA0000h - 00EE6000h
foo_abx                          loaded at 00F10000h - 00F41000h
foo_freedb2                      loaded at 00F70000h - 00FB0000h
foo_vis_shpeck                  loaded at 00FD0000h - 00FFA000h
MSIMG32                          loaded at 76380000h - 76385000h
MSVCR90                          loaded at 78520000h - 785C3000h
foo_channel_mixer                loaded at 01020000h - 0105A000h
foo_runcmd                      loaded at 01070000h - 010A4000h
OLEAUT32                        loaded at 77120000h - 771AC000h
foo_uie_vis_peakmeter_spectrum  loaded at 010D0000h - 0110F000h
gdiplus                          loaded at 4EC50000h - 4EDF3000h
foo_dsp_xover                    loaded at 01140000h - 011C0000h
foo_cdtext                      loaded at 01DE0000h - 01E09000h
foo_uie_lyrics_panel            loaded at 01E30000h - 01E94000h
foo_lyricsgrabber                loaded at 01EC0000h - 01F13000h
WS2_32                          loaded at 71AB0000h - 71AC7000h
WS2HELP                          loaded at 71AA0000h - 71AA8000h
WINMM                            loaded at 76B40000h - 76B6D000h
serwvdrv                        loaded at 5CD70000h - 5CD77000h
umdmxfrm                        loaded at 5B0A0000h - 5B0A7000h
foo_input_ds                    loaded at 01FC0000h - 01FED000h
foo_input_mkx                    loaded at 02010000h - 02041000h
foo_adpcm                        loaded at 02060000h - 020B5000h
foo_ac3                          loaded at 020E0000h - 0210F000h
foo_pqview                      loaded at 02130000h - 0215D000h
foo_trackpos                    loaded at 02180000h - 0219F000h
foo_vis_screensaver              loaded at 021C0000h - 021EB000h
foo_utils                        loaded at 02210000h - 02254000h
foo_dumb                        loaded at 02280000h - 0230E000h
foo_out_asio                    loaded at 02330000h - 02367000h
foo_alarm                        loaded at 02390000h - 023CE000h
foo_dsp_crossfeed                loaded at 023F0000h - 02414000h
foo_navigator                    loaded at 02440000h - 02474000h
foo_dockable_panels              loaded at 024A0000h - 024D3000h
foo_dsp_bs2b                    loaded at 02500000h - 0251C000h
foo_input_monkey                loaded at 02540000h - 02585000h
foo_dsp_tube                    loaded at 025B0000h - 025D6000h
offguard                        loaded at 65F00000h - 65F0F000h
foo_dsp_vlevel                  loaded at 025F0000h - 025FA000h
foo_dsp_vst                      loaded at 02610000h - 02632000h
foo_input_dts                    loaded at 11BE0000h - 11C45000h
foo_lyricsdb                    loaded at 02680000h - 026AF000h
WININET                          loaded at 771B0000h - 7725B000h
CRYPT32                          loaded at 77A80000h - 77B14000h
MSASN1                          loaded at 77B20000h - 77B32000h
foo_playlist_bind                loaded at 026D0000h - 026F5000h
foo_plbench                      loaded at 02710000h - 02741000h
foo_osd                          loaded at 02780000h - 027B4000h
foo_out_ks                      loaded at 027E0000h - 0280A000h
SETUPAPI                        loaded at 77920000h - 77A1A000h
foo_rg_trn                      loaded at 02830000h - 0284B000h
foo_run                          loaded at 02870000h - 0289E000h
foo_scheduler                    loaded at 028C0000h - 0292F000h
POWRPROF                        loaded at 74AD0000h - 74AD8000h
foo_shutdown                    loaded at 02950000h - 02969000h
foo_removeplayed                loaded at 02990000h - 029A8000h
foo_uie_explorer                loaded at 029D0000h - 02A0C000h
foo_verifier                    loaded at 02A30000h - 02A60000h
foo_version                      loaded at 02A80000h - 02AA6000h
dbghelp                          loaded at 59A60000h - 59B01000h
VERSION                          loaded at 77C00000h - 77C08000h
foo_uie_tabs                    loaded at 02BD0000h - 02BFA000h
foo_uie_panel_splitter          loaded at 02C20000h - 02C68000h
foo_cuefilter                    loaded at 02C90000h - 02C9D000h
foo_dsp_delta                    loaded at 02CB0000h - 02CCE000h
foo_biometric                    loaded at 02CF0000h - 02D23000h
FooID                            loaded at 02D40000h - 02D5A000h
foo_uie_albumlist                loaded at 02D90000h - 02DC9000h
foo_uie_playlists_dropdown      loaded at 02DF0000h - 02E2A000h
foo_uie_trackinfo                loaded at 02E50000h - 02E7E000h
foo_extm3u                      loaded at 02EA0000h - 02EBD000h
foo_input_ofr                    loaded at 02ED0000h - 02F0C000h
OptimFROG                        loaded at 02F20000h - 02F52000h
foo_input_tta                    loaded at 02F80000h - 02FAD000h
foo_input_avs                    loaded at 02FD0000h - 02FEF000h
foo_input_shorten                loaded at 03010000h - 0303E000h
foo_uie_quicksearch              loaded at 03060000h - 030A6000h
foo_uie_bookmarks                loaded at 030D0000h - 03125000h
foo_dbsearch                    loaded at 03140000h - 031B0000h
foo_binpack                      loaded at 031D0000h - 031F0000h
foo_ui_std                      loaded at 03210000h - 032E5000h
foo_vis_channelusage            loaded at 03310000h - 03333000h
foo_dsp_continuator              loaded at 03360000h - 03378000h
MSVCP80                          loaded at 7C420000h - 7C4A7000h
MSVCR80                          loaded at 78130000h - 781CB000h
foo_playcount                    loaded at 033A0000h - 033CA000h
foo_autoplaylist                loaded at 033F0000h - 03420000h
foo_dsp_stereoconv              loaded at 03440000h - 0346F000h
foo_dsp_span                    loaded at 03490000h - 034BC000h
foo_cuesheet_creator            loaded at 034D0000h - 034FC000h
foo_benchmark                    loaded at 03520000h - 03548000h
foo_bitcompare                  loaded at 03570000h - 03597000h
foo_skip                        loaded at 035C0000h - 035DB000h
foo_uie_single_column_playlist  loaded at 03600000h - 0364C000h
foo_discogs                      loaded at 03660000h - 036F4000h
foo_spdif                        loaded at 03710000h - 03726000h
DSOUND                          loaded at 73F10000h - 73F6C000h
foo_albumlist                    loaded at 03750000h - 037BA000h
foo_quicktag                    loaded at 037E0000h - 0381E000h
foo_burninate                    loaded at 03840000h - 03877000h
foo_texttools                    loaded at 038A0000h - 038D4000h
foo_uie_typefind                loaded at 03900000h - 03930000h
foo_winamp_ipc                  loaded at 03950000h - 03967000h
foo_playlist_tree_mod            loaded at 03980000h - 039E7000h
libmzsch360_000                  loaded at 10400000h - 105D0000h
WSOCK32                          loaded at 71AD0000h - 71AD9000h
libmzgc360_000                  loaded at 03A10000h - 03AB4000h
foo_uie_lyrics                  loaded at 03B00000h - 03B5C000h
foo_infobox                      loaded at 03B80000h - 03BC0000h
foo_input_alac                  loaded at 03BE0000h - 03C00000h
foo_gep                          loaded at 03C20000h - 03CBD000h
foo_facets                      loaded at 03CE0000h - 03D61000h
foo_dirwatch                    loaded at 03D90000h - 03DBE000h
foo_uie_elplaylist              loaded at 03DE0000h - 03E27000h
foo_exvar                        loaded at 03E50000h - 03E78000h
foo_masstag                      loaded at 03FA0000h - 03FF0000h
foo_infospect                    loaded at 04010000h - 04047000h
foo_dbsearch_api_demo            loaded at 04070000h - 04091000h
foo_popupplus                    loaded at 040C0000h - 04149000h
RICHED20                        loaded at 74E30000h - 74E9C000h
foo_textdisplay                  loaded at 04170000h - 041AF000h
foo_guidlookup                  loaded at 041D0000h - 041E8000h
foo_uie_albumart                loaded at 04210000h - 0424D000h
foo_utils_matroska              loaded at 04270000h - 0428A000h
foo_uie_console                  loaded at 042B0000h - 042CC000h
foo_ui_columns                  loaded at 042F0000h - 0441D000h
foo_dsp_downmix                  loaded at 04440000h - 04478000h
libfftw3f-3                      loaded at 63740000h - 6380B000h
foo_packet_decoder_ac3          loaded at 044C0000h - 044E7000h
foo_dsp_fsurround                loaded at 04510000h - 04541000h
foo_dsp_pl2                      loaded at 04570000h - 0458E000h
CLBCATQ                          loaded at 76FD0000h - 7704F000h
COMRes                          loaded at 77050000h - 7711E000h
appHelp                          loaded at 77B40000h - 77B62000h
cscui                            loaded at 04CB0000h - 04D26000h
CSCDLL                          loaded at 76600000h - 7661D000h
USERENV                          loaded at 769C0000h - 76A73000h
winroll                          loaded at 057C0000h - 057C7000h
wdmaud                          loaded at 72D20000h - 72D29000h
WINTRUST                        loaded at 76C30000h - 76C5E000h
IMAGEHLP                        loaded at 76C90000h - 76CB8000h
msacm32                          loaded at 72D10000h - 72D18000h
MSACM32                          loaded at 77BE0000h - 77BF5000h
midimap                          loaded at 77BD0000h - 77BD7000h
KsUser                          loaded at 73EE0000h - 73EE4000h

Stack dump analysis:
Address: 025F25C9h, location: "foo_dsp_vlevel", loaded at 025F0000h - 025FA000h
Address: 025F75D0h, location: "foo_dsp_vlevel", loaded at 025F0000h - 025FA000h
Address: 025F493Bh, location: "foo_dsp_vlevel", loaded at 025F0000h - 025FA000h
Address: 0049744Eh, location: "foobar2000", loaded at 00400000h - 00523000h
Address: 0041F5BCh, location: "foobar2000", loaded at 00400000h - 00523000h
Address: 025F75D0h, location: "foo_dsp_vlevel", loaded at 025F0000h - 025FA000h
Address: 004B6D60h, location: "foobar2000", loaded at 00400000h - 00523000h
Address: 0049C4EAh, location: "foobar2000", loaded at 00400000h - 00523000h
Address: 004A32C3h, location: "foobar2000", loaded at 00400000h - 00523000h
Address: 7C91056Dh, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlFreeHeap" (+00000130h)
Address: 004A2DD9h, location: "foobar2000", loaded at 00400000h - 00523000h
Address: 004B97E3h, location: "foobar2000", loaded at 00400000h - 00523000h
Address: 00447B6Ch, location: "foobar2000", loaded at 00400000h - 00523000h
Address: 004D11E8h, location: "foobar2000", loaded at 00400000h - 00523000h
Address: 004B9EA9h, location: "foobar2000", loaded at 00400000h - 00523000h
Address: 004477F6h, location: "foobar2000", loaded at 00400000h - 00523000h
Address: 004D6980h, location: "foobar2000", loaded at 00400000h - 00523000h
Address: 0048FF60h, location: "foobar2000", loaded at 00400000h - 00523000h
Address: 0044AE9Fh, location: "foobar2000", loaded at 00400000h - 00523000h
Address: 004D28F0h, location: "foobar2000", loaded at 00400000h - 00523000h
Address: 004D5DC8h, location: "foobar2000", loaded at 00400000h - 00523000h
Address: 004BB8AAh, location: "foobar2000", loaded at 00400000h - 00523000h
Address: 00449C38h, location: "foobar2000", loaded at 00400000h - 00523000h
Address: 7C802530h, location: "kernel32", loaded at 7C800000h - 7C8F4000h
Symbol: "WaitForSingleObject" (+00000000h)
Address: 7C809C28h, location: "kernel32", loaded at 7C800000h - 7C8F4000h
Symbol: "SetEvent" (+00000000h)
Address: 004DD198h, location: "foobar2000", loaded at 00400000h - 00523000h
Address: 004DD198h, location: "foobar2000", loaded at 00400000h - 00523000h
Address: 7C919AF0h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "towlower" (+00000384h)
Address: 7C919AEBh, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "towlower" (+0000037Fh)
Address: 7C919D27h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "LdrGetProcedureAddress" (+0000019Fh)
Address: 7C900000h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Address: 004DD198h, location: "foobar2000", loaded at 00400000h - 00523000h
Address: 045757E6h, location: "foo_dsp_pl2", loaded at 04570000h - 0458E000h
Address: 04570000h, location: "foo_dsp_pl2", loaded at 04570000h - 0458E000h
Address: 0457586Fh, location: "foo_dsp_pl2", loaded at 04570000h - 0458E000h
Address: 7C918E94h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "CsrNewThread" (+0000001Ah)
Address: 7C918F87h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "CsrNewThread" (+0000010Dh)
Address: 76601270h, location: "CSCDLL", loaded at 76600000h - 7661D000h
Symbol: "Ordinal19" (+00001270h)
Address: 7C910732h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+0000015Eh)
Address: 7C90EE18h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "strchr" (+00000117h)
Address: 7C910738h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+00000164h)
Address: 7C910732h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+0000015Eh)
Address: 7C911596h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "wcsncpy" (+00000B07h)
Address: 7C9106EBh, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+00000117h)
Address: 7C910732h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+0000015Eh)
Address: 7C90EE18h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "strchr" (+00000117h)
Address: 7C910738h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+00000164h)
Address: 7C910732h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+0000015Eh)
Address: 7C9106ABh, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+000000D7h)
Address: 7C9106EBh, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+00000117h)
Address: 77E7610Ch, location: "RPCRT4", loaded at 77E70000h - 77F01000h
Symbol: "NdrTypeFlags" (+000003E4h)
Address: 77E76115h, location: "RPCRT4", loaded at 77E70000h - 77F01000h
Symbol: "NdrTypeFlags" (+000003EDh)
Address: 77E76098h, location: "RPCRT4", loaded at 77E70000h - 77F01000h
Symbol: "NdrTypeFlags" (+00000370h)
Address: 77E760A4h, location: "RPCRT4", loaded at 77E70000h - 77F01000h
Symbol: "NdrTypeFlags" (+0000037Ch)
Address: 7C9105D4h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+00000000h)
Address: 7C911596h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "wcsncpy" (+00000B07h)
Address: 7C810856h, location: "kernel32", loaded at 7C800000h - 7C8F4000h
Symbol: "CreateThread" (+00000027h)
Address: 004D6954h, location: "foobar2000", loaded at 00400000h - 00523000h
Address: 775286C7h, location: "ole32", loaded at 774E0000h - 77623000h
Symbol: "CoInitialize" (+000000F4h)
Address: 77605998h, location: "ole32", loaded at 774E0000h - 77623000h
Address: 004BF26Eh, location: "foobar2000", loaded at 00400000h - 00523000h
Address: 774F23E7h, location: "ole32", loaded at 774E0000h - 77623000h
Symbol: "IsValidIid" (+0000004Eh)
Address: 77605938h, location: "ole32", loaded at 774E0000h - 77623000h
Address: 770089AFh, location: "CLBCATQ", loaded at 76FD0000h - 7704F000h
Address: 00449075h, location: "foobar2000", loaded at 00400000h - 00523000h
Address: 7C802530h, location: "kernel32", loaded at 7C800000h - 7C8F4000h
Symbol: "WaitForSingleObject" (+00000000h)
Address: 7C809C28h, location: "kernel32", loaded at 7C800000h - 7C8F4000h
Symbol: "SetEvent" (+00000000h)
Address: 774F43E3h, location: "ole32", loaded at 774E0000h - 77623000h
Symbol: "CoInitializeEx" (+000000F0h)
Address: 7C8399F3h, location: "kernel32", loaded at 7C800000h - 7C8F4000h
Symbol: "FindAtomW" (+00000094h)
Address: 7C802608h, location: "kernel32", loaded at 7C800000h - 7C8F4000h
Symbol: "WaitForSingleObjectEx" (+000000B8h)
Address: 7C802600h, location: "kernel32", loaded at 7C800000h - 7C8F4000h
Symbol: "WaitForSingleObjectEx" (+000000B0h)
Address: 7C802542h, location: "kernel32", loaded at 7C800000h - 7C8F4000h
Symbol: "WaitForSingleObject" (+00000012h)
Address: 004BF288h, location: "foobar2000", loaded at 00400000h - 00523000h
Address: 0044900Dh, location: "foobar2000", loaded at 00400000h - 00523000h
Address: 100025CCh, location: "shared", loaded at 10000000h - 1002A000h
Symbol: "uCallStackTracker::uCallStackTracker" (+0000002Fh)
Address: 004BF2A5h, location: "foobar2000", loaded at 00400000h - 00523000h
Address: 00448F67h, location: "foobar2000", loaded at 00400000h - 00523000h
Address: 7C9105D4h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+00000000h)
Address: 004BF2B9h, location: "foobar2000", loaded at 00400000h - 00523000h
Address: 7C80B50Bh, location: "kernel32", loaded at 7C800000h - 7C8F4000h
Symbol: "GetModuleFileNameA" (+000001B4h)
Address: 7C9105D4h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+00000000h)
Address: 7C8399F3h, location: "kernel32", loaded at 7C800000h - 7C8F4000h
Symbol: "FindAtomW" (+00000094h)
Address: 7C80B518h, location: "kernel32", loaded at 7C800000h - 7C8F4000h
Symbol: "GetModuleFileNameA" (+000001C1h)
Address: 00448F30h, location: "foobar2000", loaded at 00400000h - 00523000h

Version info:
foobar2000 v0.9.5.5
UNICODE
Windows 5.1


Additional info:
RAC decoder 1.0  (foo_adpcm)
OKI-ADPCM decoder 0.14  (foo_adpcm)
BRR decoder and converter 0.7  (foo_adpcm)
Channel Mixer 0.9.6.5  (foo_channel_mixer)
Monkey's Audio Decoder 2.1.3  (foo_input_monkey)
Console panel 0.3  (foo_uie_console)
kode's ADPCM decoders 1.2  (foo_adpcm)
Channel Usage Visualisation 1.0  (foo_vis_channelusage)
Track info panel 0.8  (foo_uie_trackinfo)
Lyric Show Panel 0.3.3.2 [Aug 17 2008 - 15:30:33]  (foo_uie_lyrics)
Dockable Panels 1.0.7b [Mar 28 2007 - 09:18:48]  (foo_dockable_panels)
Cue sheet filter 0.0.1  (foo_cuefilter)
Alarm 1.61  (foo_alarm)
Facets 2008-02-25  (foo_facets)
Remove played Files 1.3.0  (foo_removeplayed)
Lyrics panel 0.35  (foo_uie_lyrics_panel)
Dolby ProLogic II Wrapper 0.1  (foo_dsp_pl2)
Extended Variables 0.3.1  (foo_exvar)
ASIO support 1.2.6  (foo_out_asio)
Navigator 0.63  (foo_navigator)
CD-TEXT Reader 0.2  (foo_cdtext)
Converter 1.1.2  (foo_converter)
Bookmarks 0.2.5.3a  (foo_uie_bookmarks)
Database Search 1.4  (foo_dbsearch)
Special file info box 2.0.4  (foo_infobox)
Convolver 0.3  (foo_convolve)
Quick Tagger 1.0  (foo_quicktag)
ELPlaylist 0.2.9.3(alpha)  (foo_uie_elplaylist)
Database Search Toolbar Demo 1.0  (foo_dbsearch_api_demo)
TTA Audio Decoder (unofficial) 2.4.2  (foo_input_tta)
foo_skip 0.2  (foo_skip)
Interplay ACM decoder 1.0  (foo_adpcm)
Surround Pan 1.2  (foo_dsp_span)
Cuesheet Creator 0.4.6  (foo_cuesheet_creator)
Masstagger 1.6  (foo_masstag)
Stereo Convolution 1.0.1  (foo_dsp_stereoconv)
LPCM <--> delta-PCM converter 0.1.1  (foo_dsp_delta)
Playlist Bind 3.2  (foo_playlist_bind)
foobar2000 core 0.9.5.5  (Core)
Crossover 0.38  (foo_dsp_xover)
Continuator 0.6.1  (foo_dsp_continuator)
XA ADPCM decoder 1.2  (foo_adpcm)
File Integrity Verifier 1.0.1  (foo_verifier)
Downmix AC3/DTS to PL2 0.2  (foo_dsp_downmix)
Scheduler 3.53  (foo_scheduler)
Panel Stack Splitter 0.3.4(alpha)  (foo_uie_panel_splitter)
Playback Statistics 2.1.5  (foo_playcount)
ReplayGain Scanner 2.0.8   (foo_rgscan)
Run Command 1.0 beta 3  (foo_runcmd)
FreeSurround 0.3.5  (foo_dsp_fsurround)
BinPack Playlist Generator 1.0.0  (foo_binpack)
Playback Queue Viewer 0.2  (foo_pqview)
Components versions viewer 0.3  (foo_version)
ALAC Decoder 1.0.1  (foo_input_alac)
Run services 0.3.4  (foo_run)
Binary Comparator 1.1  (foo_bitcompare)
Quick Search Toolbar 2.8l  (foo_uie_quicksearch)
DirectShow input 0.1  (foo_input_ds)
ReplayGain override 0.1.2  (foo_rg_trn)
Playlist Loader Benchmark 0.3  (foo_plbench)
CD Audio Decoder 2.1.3  (foo_cdda)
Text Tools 1.0.1  (foo_texttools)
EXTM3U playlist format plugin 1.3  (foo_extm3u)
Tube Sound 0.8  (foo_dsp_tube)
foo_lyricsdb 0.0.7 beta 5  (foo_lyricsdb)
Columns UI 0.3.4.2  (foo_ui_columns)
Text Display UI Element 1.0 RC 3  (foo_textdisplay)
Single Column Playlist Display 0.5.4 beta [Jan  9 2007 - 15:42:59]  (foo_uie_single_column_playlist)
OptimFROG Lossless/DualStream Decoder 1.21b  (foo_input_ofr)
Directory watcher 0.2 beta 3  (foo_dirwatch)
Shpeck - Winamp vis plugins wrapper 0.2.4  (foo_vis_shpeck)
Standard Input Array 1.0  (foo_input_std)
Shorten decoder 0.4.2a  (foo_input_shorten)
bs2b 2.1.0  (foo_dsp_bs2b)
Album Art Panel 0.2.7.1  (foo_uie_albumart)
Crossfeed 0.92  (foo_dsp_crossfeed)
VLevel 200809.0  (foo_dsp_vlevel)
GCN DSP decoder 1.3  (foo_adpcm)
Kernel Streaming Output 1.2.2  (foo_out_ks)
AVS input 0.1  (foo_input_avs)
AC3 decoder 0.9.1  (foo_ac3)
Track Positioner 1.0  (foo_trackpos)
Winamp IPC emulator 0.1.3  (foo_winamp_ipc)
Default User Interface 0.9.5  (foo_ui_std)
Peakmeter Spectrum Visualisation 0.2.0.0 beta  (foo_uie_vis_peakmeter_spectrum)
PopUp Plus 20080424  (foo_popupplus)
Playlist Tree Mod Panel 3.0.6.1 [Jul 31 2008 - 00:00:57]  (foo_playlist_tree_mod)
DTS decoder 0.1.7  (foo_input_dts)
VST bridge 0.60 Beta  (foo_dsp_vst)
ATSC A/52 (AC3) Packet Decoder 0.9  (foo_packet_decoder_ac3)
Matroska input 0.1  (foo_input_mkx)
Matroska Utility Plugin 1.0.2  (foo_utils_matroska)
Explorer Tree 1.04.6b  (foo_uie_explorer)
Fingerprint tools 0.2  (foo_biometric)
On-Screen Display GDI+ 1.52  (foo_osd)
Lyrics Grabber 0.2.0 Beta  (foo_lyricsgrabber)
Typefind 0.2 beta 2  (foo_uie_typefind)
Screen Saver Visualisation 1.1  (foo_vis_screensaver)
Infospect 1.0.3  (foo_infospect)
Standard DSP Array 1.0  (foo_dsp_std)
Tabbed panel modified 0.2.6  (foo_uie_tabs)
File Operations 2.1  (foo_fileops)
ABX Comparator 1.3.3  (foo_abx)
DUMB module decoder 0.9.8.4  (foo_dumb)
Playlists Dropdown 0.5.7.5  (foo_uie_playlists_dropdown)
Album list panel 0.3.1  (foo_uie_albumlist)
freedb Tagger 0.6  (foo_freedb2)
Album List 4.3  (foo_albumlist)
Game Emu Player 1.5  (foo_gep)
SPDIF support 1.3  (foo_spdif)
Decoding Speed Test 1.0  (foo_benchmark)
ADX decoder 1.7  (foo_adpcm)
Foo Shutdown 0.9.3  (foo_shutdown)
Audio CD Writer 2.0.1  (foo_burninate)
Autoplaylist Manager 1.0  (foo_autoplaylist)
Discogs Tagger 1.13  (foo_discogs)
Playlist Tools 0.6.2 beta 6  (foo_utils)

foo_dsp_vlevel

Reply #65
Reproduced... Now to figure out why... But first, sleep!


foo_dsp_vlevel

Reply #67
i was searching for the last 2 versions, so thank you Melomane
i didn't notice any difference, but probably the point is not to crash some OSs.

and of course not to discourage Canar's work (don't sleep).

foo_dsp_vlevel

Reply #68
I have a build that is fixed, but really, use Wiesl's build for now.

foo_dsp_vlevel

Reply #69
I have a build that is fixed, but really, use Wiesl's build for now.


Ok, I uploaded the source code only because the source code has no dependencies to the foobar2000 SDK (only at compile time to build the *.DLL).
http://www.wiesinger.com/opensource/foobar...-20080302.0.zip

Please don't ask me for binaries because of the SDK dependecy and the GPL issue. See http://www.hydrogenaudio.org/forums/index....st&p=554947 for details.

Wiesl

foo_dsp_vlevel

Reply #70
Thank you Wiesl.

foo_dsp_vlevel

Reply #71
i have latest compiled version you proposed (march 2008 i guess), and it seems to no longer rely on those c++ dll (?)
Or is it because they are bundled with xp sp3 (and not sp2) ?
Still, great plugin, thanks.
I regret we can't download compiled binaries anymore, few people will bother compiling it i guess (including me).

cheers

foo_dsp_vlevel

Reply #72
Would it be possible to extend the buffer length setting to more than 5 seconds? I've several tracks in which in the end the volume fades out over a longer period of time, so that analyzing it 5 secs ahead makes vlevel turn the volume up, thus emphasizing the static. I guess having a longer buffering (=read-ahead?) setting would help.


foo_dsp_vlevel

Reply #74
Is there a working version of this?

Ones I have tried are either making foobar2000 crash as soon as added to the DSP list (or playback starts if it wasnt when added) or else just tell me that it wont work because its old and I am using vista (actually windows 7 now)