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
2
3rd Party Plugins - (fb2k) / Re: foo_midi (foobar2000 v2.0)
Last post by Melchior -
I'd like to be able to route the MIDI messages to external MIDI ports to use it with different software or hardware synths. I already have a system-wide software setup using LoopMIDI and FalcoSoft MIDI Player with Yamaha S-YXG50 VST as my main synth. Will such functionality be ever considered and implemented in foo_midi?

Yamaha S-YXG50 VST is my favorite VST too..
Kode54 setup Foo-Midi so it can use it..
you just need VST .dll file(s) and the wave-tables..
he gave me a copy of those a long time ago..
If you want a copy I could PM you?


you just need to extract the VST to a folder and point Foo_midi in the advanced settings of Foobar2000 to look for VSTs in that location.
6
3rd Party Plugins - (fb2k) / Re: foo_midi (foobar2000 v2.0)
Last post by Meowdori -
I'd like to be able to route the MIDI messages to external MIDI ports to use it with different software or hardware synths. I already have a system-wide software setup using LoopMIDI and FalcoSoft MIDI Player with Yamaha S-YXG50 VST as my main synth. Will such functionality be ever considered and implemented in foo_midi?
7
foobar2000 mobile / Re: A few usability suggestions for folder mode
Last post by Tatsuya79 -
An alternative could be to add a way to bypass the tracks you don't want to hear when you're playing a folder.
A swipe gesture (to the left would work there, as the right is used to show the playback big cover screen) or a simple box to (un)check would be a fast way to do so.
8
MP3 - General / Re: Resurrecting/Preserving the Helix MP3 encoder
Last post by Case -
Btw. to build a complete static binary under the clang64/UCRT enviroment it needs another "-static" in line 37 of the makefile.
That statically links the MSYS environment libraries. It will still need Universal CRT dlls. I can build fully static clang compile with Visual Studio though.

Previously I had only benchmarked the compiles standalone encoding a single file. In that use GCC compile wins. But when used with foobar2000 in multiple threads, clang compile is faster here too. The difference is small but I may have to investigate at some point what causes it.