HydrogenAudio

Hosted Forums => foobar2000 => 3rd Party Plugins - (fb2k) => Topic started by: foosion on 2003-07-28 12:39:30

Title: foo_vis_simple_spectrum
Post by: foosion on 2003-07-28 12:39:30
I have written this plugin for my own use and have no intentions to maintain or develop it on a regular basis. If it works for you and you like it, well, great. If it causes problems for you, you have the choice to
1) stop using it, or
2) try to fix it yourself.

Download links (updated for latest version)
foo_vis_simple_spectrum-0.1.6.zip (http://foosion.foobar2000.org/vis/foo_vis_simple_spectrum-0.1.6.zip) (normal version)
foo_vis_simple_spectrum-0.1.6-src.zip (http://foosion.foobar2000.org/vis/foo_vis_simple_spectrum-0.1.6-src.zip) (source code for normal version)
foo_uie_simple_spectrum-0.1.6.zip (http://foosion.foobar2000.org/vis/foo_uie_simple_spectrum-0.1.6.zip) (panel version)
foo_uie_simple_spectrum-0.1.6-src.zip (http://foosion.foobar2000.org/vis/foo_uie_simple_spectrum-0.1.6-src.zip) (source code for panel version)

Documentation (a bit outdated)
You need to have foo_vis_manager.dll installed for this plugin to work.
To enable it, activate visualization processing (under "Preferences->Visualization"), and make sure that the "Simple spectrum" entry in the components menu is checked.
If the plugin is enabled, the window with the spectral view will pop up when you start playing music. It will vanish after two seconds, if playback is stopped. In case seeking takes longer than two seconds, it will vanish as well.
Left clicking on the window cycles through the following display modes:
- all channels: displays all channels
- mixdown: all channels are mixed down to mono
- mean squared difference: computes the mean of all channels, and displays the mean squared difference of all channels from this mean value
Right clicking on the window opens the configuration for the plugin.

Missing features
If someone has a feature request or wants to implement a feature, I suggest to post a message to this thread. I'll start with some missing features:
- make the window resizable
- add configuration for the energy range
- add configuration for intermediate colors in the energy display (the implementation already supports this)
Title: foo_vis_simple_spectrum
Post by: foosion on 2003-07-28 16:32:59
Quote
If it causes problems for you, you have the choice to
1) stop using it, or
2) try to fix it yourself.

I obviously forgot one option:
3) Report the problem in this thread.

Problem 1 (flashing window): While playing music, the window disappears every two seconds, and immediately pops up again. This is triggered by flushing the pipeline (i.e. seeking or stopping playback) while the plugin is disabled.

This should be solved now.
Title: foo_vis_simple_spectrum
Post by: ssamadhi97 on 2003-07-28 21:20:39
more fixes to remedy window flashing after massive seeking..

download meeee (http://www.stud.uni-karlsruhe.de/~uybc/foo_vis_simple_spectrum.zip)

(no src included.. just added KillTimer to g_flush())
Title: foo_vis_simple_spectrum
Post by: Jan S. on 2003-07-28 21:52:43
request: decode whole file and show result as in CEP.
Title: foo_vis_simple_spectrum
Post by: ssamadhi97 on 2003-07-28 22:08:18
fixed channel order (left channel is displayed at the top of the window now etc)

clickie (http://www.stud.uni-karlsruhe.de/~uybc/foo_vis_simple_spectrum.zip)
Title: foo_vis_simple_spectrum
Post by: foosion on 2003-07-28 22:38:19
Quote
request: decode whole file and show result as in CEP.

Would be a nice feature, but after all, this is a vis plugin. I don't know if the vis api supports something like this.
Title: foo_vis_simple_spectrum
Post by: kode54 on 2003-07-29 00:10:14
You could make that a context menu feature for a single file, using the input helper to decode the file. It was also suggested that it be possible to save a print of the entire file as one big PNG file.

Have fun.
Title: foo_vis_simple_spectrum
Post by: Messer on 2003-07-29 00:18:34
Quote
It was also suggested that it be possible to save a print of the entire file as one big PNG file.

... and this suggests using diskwriter service 
Title: foo_vis_simple_spectrum
Post by: ssamadhi97 on 2003-08-02 11:36:30
updated compile for most recent betas:

foo_vis_simple_spectrum for fb2k 0.7b29+ --> download here (http://www.stud.uni-karlsruhe.de/~uybc/foo_vis_simple_spectrum-fb7b29.zip)

:B
Title: foo_vis_simple_spectrum
Post by: foosion on 2003-08-13 22:57:20
New version (still for 0.7b29+):
plugin (http://www.stud.uni-karlsruhe.de/~uzbs/fb2k/foo_vis_simple_spectrum.zip)
source code (http://www.stud.uni-karlsruhe.de/~uzbs/fb2k/foo_vis_simple_spectrum-src.zip)

changes:
1) integrated ssamadhi97's new energy->color mapping into my source (puts more emphasis on low energy values)
2) "Ignore lagged chunks" option replaced by "Process no more than {n} consecutive lagged chunks", where {n} is an input box.
3) added experimental option to try to compensate for windowing artifacts from the FFT.
Title: foo_vis_simple_spectrum
Post by: foosion on 2003-08-14 13:22:27
The lagged chunks option was broken (thanks goes to the spinner control ). The spinner control is no more. After all, pressing the down arrow to increment the value wasn't that intuitive...
Title: foo_vis_simple_spectrum
Post by: foosion on 2003-08-29 13:36:54
made vis window resizable:
plugin (http://www.stud.uni-karlsruhe.de/~uzbs/fb2k/foo_vis_simple_spectrum.zip)
source code (http://www.stud.uni-karlsruhe.de/~uzbs/fb2k/foo_vis_simple_spectrum-src.zip)

What? The display looks crappy after shrinking and immediately re-enlarging the window? Well, don't do this then.
Title: foo_vis_simple_spectrum
Post by: upNorth on 2003-08-29 15:34:21
A very nice improvement, thanks 
Title: foo_vis_simple_spectrum
Post by: McLone on 2003-08-30 00:50:15
d'yo know this winampish vis_nsfs.dll? there's oscilliscope w/configurable color and vertical usage %% along with voiceprint. So i want ocsilliscope and autoscroll too as i don't want winamp.

EDIT: eehh... we need to involve Ryan Geiss to vis programming... But Geiss leaves much to be desired as the person (I had bad experience of dialogue with him about two years ago). Or I simply lucky/stupid?
Title: foo_vis_simple_spectrum
Post by: foosion on 2003-08-31 19:17:31
Quote
d'yo know this winampish vis_nsfs.dll?

No.

Quote
there's oscilliscope w/configurable color and vertical usage %% along with voiceprint. So i want ocsilliscope and autoscroll too as i don't want winamp.

Take the source and add it, that's ok with me.
As I have stated earlier, I use this plugin as a tool, so it's unlikely that I'll add any "fancy stuff". (So it does not have the look&feel of CEP, but that's ok, since it isn't CEP.) I might add autoscrolling, but don't hold your breath.

Disappointed? Dont give up hope, there are more vis programmers than just Ryan Geiss (perhaps even some good ones).
Title: foo_vis_simple_spectrum
Post by: upNorth on 2003-11-14 10:23:21
@foosion: I use this plugin quite alot, but IMHO a scale would be nice. I was thinking of an optinal, vertical scale on the left side to make it easier to place the cut off and other details.

Btw: I downloaded version 0.1.1 from your plugin page, but foobar reports it to be v0.1.0. Not a big deal, but I just thought I should let you know, in case you uploaded an older version or something by accident.
Title: foo_vis_simple_spectrum
Post by: foosion on 2003-11-14 10:53:42
Quote
Btw: I downloaded version 0.1.1 from your plugin page, but foobar reports it to be v0.1.0. Not a big deal, but I just thought I should let you know, in case you uploaded an older version or something by accident.

0.1.1 claims to be 0.1.0, doh.
Title: foo_vis_simple_spectrum
Post by: kalmark on 2004-01-02 13:49:51
Quote
fixed channel order (left channel is displayed at the top of the window now etc)

OK, is this still so? Later in this thread foosion announced a new version, mentioning implementing other changes made by ssamadhi97, but not this one. So, what is the channel order in the vis? 
Thanks

[span style='font-size:8pt;line-height:100%']I think I made a mistake in my own vis's channel ordering, but can't quite see it in my own source...maybe checking against simple_spectrum will help me...[/span]
Title: foo_vis_simple_spectrum
Post by: foosion on 2004-01-05 17:49:10
Quote
Quote
fixed channel order (left channel is displayed at the top of the window now etc)

OK, is this still so?

It is.
Title: foo_vis_simple_spectrum
Post by: kalmark on 2004-01-05 19:15:34
Thanks, foosion. There was some mixup with the channels in my own vis, and I wanted to double-check with your vis. All is fine now
Title: foo_vis_simple_spectrum
Post by: foosion on 2004-10-25 22:05:41
Just a small update:

foo_vis_simple_spectrum-0.1.5.zip (http://www.stud.uni-karlsruhe.de/~uzbs/fb2k/vis/foo_vis_simple_spectrum-0.1.5.zip): now with scrolling
foo_uie_simple_spectrum-0.1.5.zip (http://www.stud.uni-karlsruhe.de/~uzbs/fb2k/vis/foo_uie_simple_spectrum-0.1.5.zip): a panel version (single instance)

Both versions contain several known glitches like frequency scale not redrawing and colors not changing after you edit them; the latter can be fixed be selecting a new color interpolation or by reselecting the old one. Fixing these could reasonably only be done by rewriting the component from scratch, and I'm not planning to do that in the near future. Also if you want some new features, you'll have to add them yourself or find someone else to add them for you (but not me ).
Title: foo_vis_simple_spectrum
Post by: upNorth on 2004-10-25 22:15:59
Love it! Especially the panel. 

Edit: No need for a quote...
Title: foo_vis_simple_spectrum
Post by: upNorth on 2004-10-31 19:26:39
How come the panel version is so much brighter? IIRC, I use the default coloring, and  in the window version the lowest level is close to black, but in the panel it's (medium) purple.

Screenshots:
png (142kB) (http://www.stud.ntnu.no/~mortek/foobar2000/spectrum.png)
jpg (24kB) (http://www.stud.ntnu.no/~mortek/foobar2000/spectrum.jpg)

Not that important, just curious. 
Title: foo_vis_simple_spectrum
Post by: janjan on 2004-11-01 07:57:33
I think there is a bug in the panel plugin when resizing the columns ui sidebar. Just add the simple spectrum to the sidebar and then minimize the width. When the sidebar is about a few pixels wide the plugin will crash.
Title: foo_vis_simple_spectrum
Post by: A_Man_Eating_Duck on 2004-11-01 08:15:52
is there any chance of geting a panel version of VU meter (foo_vis_vu_meter) ?

*runs and hides in the corner awaiting objects to be thrown at him
Title: foo_vis_simple_spectrum
Post by: foosion on 2004-11-01 23:17:19
Quote
I think there is a bug in the panel plugin when resizing the columns ui sidebar. Just add the simple spectrum to the sidebar and then minimize the width. When the sidebar is about a few pixels wide the plugin will crash.[a href="index.php?act=findpost&pid=251318"][{POST_SNAPBACK}][/a]

Confirmed. I'll post a fixed version soon.

Quote
is there any chance of geting a panel version of VU meter (foo_vis_vu_meter) ?[a href="index.php?act=findpost&pid=251321"][{POST_SNAPBACK}][/a]

Well, it's on my personal wishlist already.
Title: foo_vis_simple_spectrum
Post by: foosion on 2004-11-03 20:23:08
Some bug fixes (thanks to kode54 to pointing out the resource leak when resizing the window/panel):

foo_vis_simple_spectrum-0.1.6.zip (http://www.stud.uni-karlsruhe.de/~uzbs/fb2k/vis/foo_vis_simple_spectrum-0.1.6.zip): now with scrolling
foo_uie_simple_spectrum-0.1.6.zip (http://www.stud.uni-karlsruhe.de/~uzbs/fb2k/vis/foo_uie_simple_spectrum-0.1.6.zip): a panel version (single instance)
Title: foo_vis_simple_spectrum
Post by: ep0ch on 2004-11-03 21:12:59
Hello,

Is it possible to remove the grid?

Cheers
Title: foo_vis_simple_spectrum
Post by: foosion on 2004-11-27 19:17:48
Updated panel version for ui_extension SDK 5.0.0, download link remains the same.
Title: foo_vis_simple_spectrum
Post by: Digisurfer on 2004-12-12 15:21:37
Edit: Nevermind, got it working.
Title: foo_vis_simple_spectrum
Post by: khiloa on 2004-12-15 21:51:50
I have put the dll in my components dir and everything and I went to enable vis processing. Its all checked and all that good stuff. But nothing is showing up.

Any idea's why its not showing up?
Title: foo_vis_simple_spectrum
Post by: ssamadhi97 on 2004-12-15 22:28:29
because you didn't start it by using Visualization -> Simple spectrum in the Components menu, maybe?
Title: foo_vis_simple_spectrum
Post by: khiloa on 2004-12-16 02:49:23
Well I copied my playlist formatting and all to a new foobar config file and now it all works fine. Before I didn't have that menu at all.
Title: foo_vis_simple_spectrum
Post by: rexy on 2004-12-17 22:34:04
foosion, don't you think you ought to change
Code: [Select]
wc.hbrBackground = 0;
to
Code: [Select]
wc.hbrBackground = (HBRUSH)(COLOR_BTNFACE+1);
?
I was looking through your code because I wanted to learn how to use your UIE helper and noticed that. I actually had some random occurences (by random, I mean I didn't bother figuring out what was the case) when the panel window was (pseudo) transperant.
By the way, thanks for your UIE helper. It really helps write a much more managable UIE panel.
Title: foo_vis_simple_spectrum
Post by: foosion on 2004-12-18 08:30:40
Quote
foosion, don't you think you ought to change[a href="index.php?act=findpost&pid=260414"][{POST_SNAPBACK}][/a]
I think I ought to change quite a lot in this component occasionally, but thanks for the hint.

Glad that you like the UIE helper.
Title: foo_vis_simple_spectrum
Post by: deer on 2004-12-18 12:27:35
how show(enable) foo_uie_simple_spectrum.dll in foo_ui_columns ? :-/
Title: foo_vis_simple_spectrum
Post by: foosion on 2004-12-18 14:28:48
Quote
how show(enable) foo_uie_simple_spectrum.dll in foo_ui_columns ? :-/[a href="index.php?act=findpost&pid=260505"][{POST_SNAPBACK}][/a]
Do you have the latest version of foo_ui_columns? If so, rightclick on the toolbar or on a header in the sidebar and choose "Visualizations/Simple spectrum".
Title: foo_vis_simple_spectrum
Post by: deer on 2004-12-19 13:31:46
Quote
Quote
how show(enable) foo_uie_simple_spectrum.dll in foo_ui_columns ? :-/[a href="index.php?act=findpost&pid=260505"][{POST_SNAPBACK}][/a]
Do you have the latest version of foo_ui_columns? If so, rightclick on the toolbar or on a header in the sidebar and choose "Visualizations/Simple spectrum".
[a href="index.php?act=findpost&pid=260520"][{POST_SNAPBACK}][/a]


hmmm...

if foo_ui_columns 1.2.b3+foo_uie_simple_spectrum 1.5 work good, why in 1.6 version it not work ?    :-/

PS: this menu "Visualizations/Simple spectrum" is just gone    :-/

2foosion: you don't know, when appear foo_uie_bacon(or g-force), foo_uie_equalizer , foo_uie_id3tag_changer ? 
Title: foo_vis_simple_spectrum
Post by: foosion on 2004-12-19 14:07:30
Quote
if foo_ui_columns 1.2.b3+foo_uie_simple_spectrum 1.5 work good, why in 1.6 version it not work ?    :-/
The UI extension API in foo_ui_columns changed from 0.1.2b3 to 0.1.2b4, foo_uie_simple_spectrum 0.1.6 requires foo_ui_columns 0.1.2b4 or newer.

Quote
2foosion: you don't know, when appear foo_uie_bacon(or g-force), foo_uie_equalizer , foo_uie_id3tag_changer ? 
How would I know that? As for a panel version of the Winamp vis wrapper, I think it has been said that it's impossible.
Title: foo_vis_simple_spectrum
Post by: deer on 2004-12-20 19:07:01
Quote
Quote
if foo_ui_columns 1.2.b3+foo_uie_simple_spectrum 1.5 work good, why in 1.6 version it not work ?    :-/
The UI extension API in foo_ui_columns changed from 0.1.2b3 to 0.1.2b4, foo_uie_simple_spectrum 0.1.6 requires foo_ui_columns 0.1.2b4 or newer.


it's not help
http://www.hydrogenaudio.org/forums/index....ndpost&p=260883 (http://www.hydrogenaudio.org/forums/index.php?showtopic=28869&view=findpost&p=260883)

Quote
Quote
2foosion: you don't know, when appear foo_uie_bacon(or g-force), foo_uie_equalizer , foo_uie_id3tag_changer ? 
How would I know that? As for a panel version of the Winamp vis wrapper, I think it has been said that it's impossible.
[a href="index.php?act=findpost&pid=260664"][{POST_SNAPBACK}][/a]


i's very bad    but somebody create something better 
Title: foo_vis_simple_spectrum
Post by: Dark_Angel on 2005-02-10 21:26:21
Quote
Quote
is there any chance of geting a panel version of VU meter (foo_vis_vu_meter) ?[a href="index.php?act=findpost&pid=251321"][{POST_SNAPBACK}][/a]

Well, it's on my personal wishlist already.
[a href="index.php?act=findpost&pid=251446"][{POST_SNAPBACK}][/a]


Any update on this matter?
Title: foo_vis_simple_spectrum
Post by: foosion on 2005-02-10 23:40:44
Quote
Any update on this matter? [a href="index.php?act=findpost&pid=272399"][{POST_SNAPBACK}][/a]
No, it's rather low on my wishlist.
Title: foo_vis_simple_spectrum
Post by: amonrei on 2005-05-02 22:32:57
I'm not really a fan of any vis but this one rocks.  Good job!
Title: foo_vis_simple_spectrum
Post by: nightgaunt on 2005-06-20 22:07:08
this is a really nice plugin, thanks much.

i have been interested for a long time in getting a simple spectrum with a log-scale y axis. this seems like it should be really simple, and it would have the beautiful consequence that the spectrum could be superimposed on a musical scale. in fact, one could ideally note use chromatic scale halfsteps as the tick marks.

thanks very much for your great work.

stephen
Title: foo_vis_simple_spectrum
Post by: foosion on 2005-06-22 21:37:22
A logarithmic frequency scale is not very high on my to-do list currently. I think some older version had one, but it was removed when I restructured the code. Before you ask: no, it's not trivial to add it back right now.
Title: foo_vis_simple_spectrum
Post by: nightgaunt on 2005-06-26 00:59:11
Quote
A logarithmic frequency scale is not very high on my to-do list currently. I think some older version had one, but it was removed when I restructured the code. Before you ask: no, it's not trivial to add it back right now.
[a href="index.php?act=findpost&pid=308158"][{POST_SNAPBACK}][/a]


Ah, that's too bad. If you ever *do* add it back, or if the older version is lying about somewhere handy, I'd be much obliged. In the meantime, thanks much, anyway. It's a nice piece of software.

stephen
Title: foo_vis_simple_spectrum
Post by: BloKosss on 2005-07-24 03:54:09
I have a problem with this plugin : I was fighting for a long time against some low level noises in my speakers, when foobar's playing. Like a kind of 2-3 seconds wobulation from low to high to low frequencies, appearing ramdomly in time. I recorded a sound played by foobar with cooledit and spectrumed it. I saw the sound I was actually playing, and a parasite noise represented by many diagonal lines. Foobar was the only player to generate such noises, so I decided to deactivate each component one by one. It's a fact that when i close the 'simple spectrum panel', the noise disappears (foo_uie_simple_spectrum-0.1.6). Does anyone have ever noticed that???  is it posible that a vis. plugin affects the sound of foobar?
Anyway, I'm happy to have find the solution, but also disappointed cause i like this nice spectrum... 
Title: foo_vis_simple_spectrum
Post by: visiblyshaken on 2005-12-27 06:29:23
Hate to resurrect old threads, but I was playing with foo_uie_simple_spectrum and I was wondering how trivial (or not) it would be, when running it with all channels (2 in my case) to have them back to back (i.e. flip the bottom display top to bottom)

thoughts?
Title: foo_vis_simple_spectrum
Post by: rats on 2005-12-29 18:15:34
i seem to have a problem with simple spectrum... problem is it isn't showing up 
Title: foo_vis_simple_spectrum
Post by: Cadavre on 2006-02-14 20:43:55
i need foo_vis_manager

please help !
Title: foo_vis_simple_spectrum
Post by: foosion on 2006-02-14 21:49:37
foo_vis_manager is contained in the foobar2000 installer. You have to reinstall foobar2000 and explicitly select it.
Title: foo_vis_simple_spectrum
Post by: My name is Mud on 2006-03-12 02:53:39
Quote
Some bug fixes (thanks to kode54 to pointing out the resource leak when resizing the window/panel):

foo_vis_simple_spectrum-0.1.6.zip (http://www.stud.uni-karlsruhe.de/~uzbs/fb2k/vis/foo_vis_simple_spectrum-0.1.6.zip): now with scrolling
foo_uie_simple_spectrum-0.1.6.zip (http://www.stud.uni-karlsruhe.de/~uzbs/fb2k/vis/foo_uie_simple_spectrum-0.1.6.zip): a panel version (single instance)
[a href="index.php?act=findpost&pid=251855"][{POST_SNAPBACK}][/a]

Polite rant - I spend four days scouring these forums looking for this link, and when I finally find it, it's dead (the panel link, I mean).

- edit - My apologies.  The link in post #1 works.  Oops...
Title: foo_vis_simple_spectrum
Post by: TedFromAccounting on 2006-03-29 17:05:37
Any chance of an 0.9 panel version?
Title: foo_vis_simple_spectrum
Post by: HMage on 2006-03-31 12:01:42
And a non-panel 0.9 version too would be great.

I'll try to port it myself now.
Title: foo_vis_simple_spectrum
Post by: GrumpyDoctor on 2006-04-17 17:20:39
Has this thing died? It's the only thing keeping me from updating to 0.9.
Title: foo_vis_simple_spectrum
Post by: radi0n on 2006-04-20 14:12:47
me too!
Title: foo_vis_simple_spectrum
Post by: aurelio on 2006-04-21 10:57:57
I badly want this plugin.
Was anything similar developed for fb2k 0.9?
Title: foo_vis_simple_spectrum
Post by: radi0n on 2006-04-21 12:00:03
i dont think so.
Title: foo_vis_simple_spectrum
Post by: Rogacz on 2006-04-25 21:30:01
I would like to see this plugin ported to 0.9 too.

It was really handy and fine.
Title: foo_vis_simple_spectrum
Post by: Digisurfer on 2006-04-28 20:15:36
Probably hopeless to post a comment from the looks of things, but what the heck. Can't hurt to try. Both the wife and I love this plug-in, and personally I still hope it will be ported some day. I'm almost tempted to go back to 0.8.3 just to have it back again sometimes. I've always found it to be very useful as a tool and not just a gimmic. It provides a very quick, easy analysis of tracks on the fly. Ok, I'll admit that it's just plain fun to watch sometimes too. Peaceful almost, kind of like watching fish in a fish tank.
Title: foo_vis_simple_spectrum
Post by: GrumpyDoctor on 2006-04-28 20:22:05
Probably hopeless to post a comment from the looks of things, but what the heck. Can't hurt to try. Both the wife and I love this plug-in, and personally I still hope it will be ported some day. I'm almost tempted to go back to 0.8.3 just to have it back again sometimes. I've always found it to be very useful as a tool and not just a gimmic. It provides a very quick, easy analysis of tracks on the fly. Ok, I'll admit that it's just plain fun to watch sometimes too. Peaceful almost, kind of like watching fish in a fish tank.


I still haven't switched from 0.8.3 because I don't want to lose this plugin. I've been seriously strongly considering trying the port myself, and I know absolutely nothing about foobar plugins.
Title: foo_vis_simple_spectrum
Post by: radi0n on 2006-04-30 23:05:26
still waiting....
Title: foo_vis_simple_spectrum
Post by: p0l1m0rph1c on 2006-04-30 23:09:13
still waiting....


Oh really?
Title: foo_vis_simple_spectrum
Post by: Digisurfer on 2006-05-02 07:37:08

still waiting....


Oh really?

Yup... and waiting, and waiting, and waiting, and waiting, and...
Title: foo_vis_simple_spectrum
Post by: Kef on 2006-05-22 14:50:39


still waiting....


Oh really?

Yup... and waiting, and waiting, and waiting, and waiting, and...


There's an early alpha here. It looks very much like the old simple spectrum plugin but it is quite CPU hungry and doesn't have many features yet. Still, looks promising.

<edit>Link removed</edit>



/Kef
Title: foo_vis_simple_spectrum
Post by: foosion on 2006-05-22 15:36:35
If I do not link something on the public pages, then it is on purpose. I have removed the page and the DLL from my site and would appreciate if you did not spread the version you have downloaded. Thanks.
Title: foo_vis_simple_spectrum
Post by: Kef on 2006-05-22 16:33:41
If I do not link something on the public pages, then it is on purpose. I have removed the page and the DLL from my site and would appreciate if you did not spread the version you have downloaded. Thanks.


Sorry, I was not aware it was not for public testing, I found it using google.

/Kef
Title: foo_vis_simple_spectrum
Post by: mpioner on 2006-09-13 04:04:46
foosion
any news?
Title: foo_vis_simple_spectrum
Post by: Hiend_ear on 2006-09-15 13:09:15
No new version for 0.9 ??????????????????????????????????????????????????????????
I want it.
Title: foo_vis_simple_spectrum
Post by: andro77 on 2006-09-15 14:03:13
I want it.


Now this is the best way for NOT getting an update  there's nothing more annoying for a developer than reading "I wand it" and "come on" in forums... be patient...
Title: foo_vis_simple_spectrum
Post by: foosion on 2006-09-15 14:08:07
there's nothing more annoying for a developer than reading "I wand it" and "come on" in forums... be patient...
Or learn C++ (I guess that's the most annoying thing to read for a user ).
Title: foo_vis_simple_spectrum
Post by: Digisurfer on 2006-09-19 21:35:56
Now this is the best way for NOT getting an update

Exactly right. The proper way is through monetary bribes and brown-nosing.
Title: foo_vis_simple_spectrum
Post by: aurelio on 2007-01-19 01:11:05
Is this project abandoned? Nobody is interested in developing for fb2k 0.9?
Title: foo_vis_simple_spectrum
Post by: Papa-Lenin on 2007-01-20 21:04:09
Yes... this is one of my favourite plugins... I and lots of my friends are waiting for this plugin since Foobar 0.9 came out. Please, someone port this to new Foobar
Title: foo_vis_simple_spectrum
Post by: TedFromAccounting on 2007-01-22 06:58:26
It would be greatly appreciated if someone could update this.
Title: foo_vis_simple_spectrum
Post by: leokennis on 2007-07-17 21:03:17
I second (actually, twohundredfourtynine) that
Title: foo_vis_simple_spectrum
Post by: isamu on 2007-08-01 05:58:19
foo_vis_manager is contained in the foobar2000 installer. You have to reinstall foobar2000 and explicitly select it.


Hello foosion how are you?

I tried following your advice and re-installed Foobar2000 0.9 but I did not see ANYWHERE the option to install foo_vis_manager. Is there some other way of obtaining this dll file?
Title: foo_vis_simple_spectrum
Post by: foosion on 2007-08-01 09:40:52
It is not needed for foobar2000 0.9.x. On the other hand, the simple spectrum visualization is not available for foobar2000 0.9.x either.
Title: foo_vis_simple_spectrum
Post by: radi0n on 2010-09-14 18:01:01
Any chance to update this plugin for foobar 1.0 and columnsUI? Panel version.