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.
Recent Posts
1
General - (fb2k) / Re: Integration of Airwindows plugins?
Last post by Squeller -
Quote
Added menu items (under View / DSP) to open individual running VST effects, without having to click through Preferences.
I wonder what it shows there, I guess it's WIP. After switching the presets, mostly it shows only the equalizer, which isn't even part of my presets.
5
foobar2000 for Mac / Re: foobar2000 for Mac: bugs & wishes
Last post by Guildencrantz -
Date column in the main window continues to forget its width. Not systematically, only from time to time, so I’m not sure what causes this. But sometimes I see, say, just two digits instead of four. And, alas, they are still proportional, not tabular.
6
General - (fb2k) / Integration of Airwindows plugins?
Last post by Squeller -
Hey, Peter, others, what do you think? Now fb2k is a player and not a DAW, but since we have the VST host in DSP manager, it opens up possibilities.

And very recently, all the Airwindows plugins got distributed in a very handy package.
https://www.airwindows.com/consolidated/
https://github.com/baconpaul/airwin2rack/releases/tag/DAWPlugin

Which makes this huge collection of 400 quality plugins very organzied and usable. Surge XT VST instrument has them integrated, maybe fb2k could collab with Chris as well?

We can use it of course, but currently the way is a bit clunky... DSP manager, then VST subpage...

Best regards.

X
7
3rd Party Plugins - (fb2k) / Re: 64-bit recompiles
Last post by Squeller -
VLevel DSP in the x64 version is all I need for my life - I can only say THANK YOU
For classical music (or more general, music with high dynamics) listeners, so essential and effective for casual listening, or in car/louder areas.
9
3rd Party Plugins - (fb2k) / Re: JScript Panel
Last post by sveakul -
Would it be possible to scan a file and draw the spectrogram seekbar on playback but without saving the image file - as an option?
Not exactly the same thing, but you can automatically clear the spectrogram image cache every time Foobar is exited by adding the following from marc2k3 to the end of the Spectrogram Seekbar's config script:
Code: [Select]
function on_script_unload() {
utils.ListFiles(spectrogram_cache).toArray().forEach(function (item) {
utils.RemovePath(item);
});
}

10
3rd Party Plugins - (fb2k) / Re: Waveform Minibar (mod)
Last post by Case -
I'm not really a fan of adding countless options that serve no real purpose. I already regret having so many for a component that was supposed to be a simpler version of Zao's waveform seekbar.

The point of central database is that data for similar tracks is stored only once, the database is in memory and accessing it is instant. All these things are lost if the component litters multiple databases all over the storage devices. Also it will add huge complexity to keep the data together with file moves or copies. A lot of downsides, no benefits.

If you are running out of storage space on the drive where foobar2000 profile is stored, you should address that and not ask for options to store data elsewhere.