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
3rd Party Plugins - (fb2k) / Re: foo_midi (foobar2000 v2.0)
Last post by pqyt -
v2.11.0.0-alpha7, 2024-05-19

* New: Recomposer support (.RCP, .R36, .G18, .G36) (#37)
* New: Preferences page to configure Recomposer and HMI/HMP settings. (alpha7)
* New: HMI/HMP default tempo can be configured. (#40) (alpha7)
* Improved: Added support for Unicode paths to RCP converter (alpha3)
* Improved: Detection of mixed-encoding text in metadata (alpha5)
* Fixed: RPG Maker loops should work again.
* Fixed: Recomposer files with strange tempo changes crashed the component. (alpha4)
* Fixed: HMI conversion added a second Note On event after every note instead of a Note Off event.(alpha7)
* Fixed: Apply button remained active even if nothing was changed. (#18) (alpha7)

Only available from GitHub during testing.
5
3rd Party Plugins - (fb2k) / Re: help setting up Georgia-ReBORN please
Last post by TT -
You do not follow my instructions...

Look at the attached video, this is how it should look when you start foobar and you have some albums in the playlist.
The player will display the Playlist panel on startup, no top menu panel buttons are active.

Then you just move the mouse to the Playlist top bar like in the video.
As you see, the text hides when the mouse leaves the top bar, this is the playlist manager text button auto-hide feature.
You can also disable the auto-hide feature as shown in the video. There is nothing more to it, it is just that simple.

If nothing is selected ( i.e on foobar startup ) it will show the total track length of the entire playlist,
if you select few tracks it will calculate the selected tracks total length and if you select all ( CTRL + A )
it will show again the total tracks length.

P.S If one of the top menu panel buttons are active ( Details, Library, Biography, Lyrics ),
you click on the active button again to return to the Playlist panel. These panel buttons can be toggled.

-TT
7
MP3 - General / Re: Resurrecting/Preserving the Helix MP3 encoder
Last post by maikmerten -
Thanks a lot for your effort!  I think that indeed the approach you chose is the best that can be done without turning things upside down and potentially introducing all sorts of nasty surprises!

Locally, I already have a version that omits the 8-bit special case, building on top of your patch :-)
8
MP3 - General / Re: Resurrecting/Preserving the Helix MP3 encoder
Last post by Case -
Happy to hear you also see things working correctly. I initially created routines that converted the read PCM data to float directly, but all the gapless length handling is based on sizes and would have needed fixes everywhere. So I just patched the original on-the-fly floatification. I forgot about unifying the 8-bit case in the excitement.