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: JScript Panel script discussion/help
Last post by Major_Tom -
Quote
Nope. That one hangs foobar. Probably because all the panels that receive the message will reload and send their own NotifyOthers resulting in deadlock.

If you notify the panel you changed of the changes of all other panels and force a reload of the already changed panel, this definitely will end in a deadlock. If you want to change scripts in different panels, you will have to send different notifications from each panel, e.g. "1" from panel 1, "2" from panel "2" and so on, and in the on_notify data you will have to check for all values except the one sent from the respective panel.

Edit: this will probably also end in a deadlock or take at least some time, because you will force 23 reloads of each panel. Probably not the best solution, if you would like to change different panels and notify others of the changes to force a reload - would be easy if you always change the same panel and just inform others to be redrawn

Edit2: What if you use the same panel for reloads each time? Then you just have to put the window.NotifyOthers in this panel and the others just get the On_Notify part and will be automatically reloaded.
5
General - (fb2k) / Re: Why can jump volume? To me jumping and in my yard(. My foobar2000 1.6.18.
Last post by Case -
I don't understand this topic at all. In second post you said that with another output there is no "jumping", but you need it to work with the default output:
Quote
After change output volume stop jump. But me need "Default: Primary Sound Driver".
If the issue was with Windows mixer the Hard Clip limiter DSP I linked will definitely fix the issue with default output. Or any output.
9
3rd Party Plugins - (fb2k) / Re: foo_truepeak True Peak Scanner
Last post by Case -
What’s the point of repeating units of measurement in each cell of the table?
Units need to go somewhere. They take less space behind the numbers than in the column titles.

Regarding measuring dynamics. If the plugin can measure momentary- and short-term unfiltered true peaks and K-weighted LUFS-M and LUFS-S, you can take the next step and calculate average PMR and PSR values, which would be much more informative than PLR.
I fail to see how. Those might be ok in a realtime meter but there are already several proper loudness values that are designed to work for entire track.

is there a dB threshold where one can expect to hear this clipping?  That is about the only way I think one could present this into a concise single value, well maybe 2 values.  One being total clips and one being clips beyond a certain dB threhold.
I'm not aware of studies about clipping audibility. But I think too many factors affect that, for example in loud metal music it would certainly not be as bad as in some smooth violin play.
The functionality for extra clipping data gathering is on hold for now.

PS: New version with RMS scanning option added. I hope I didn't break anything while I simplified some things internally.
10
3rd Party Plugins - (fb2k) / Re: foo_truepeak True Peak Scanner
Last post by Defender -
@Case

TPS 0.6.12.
You can now write RMS. In settings you can choose what method ... whether normal or AES +3dB mode. The tag you write for both methods is the same, so there is no way to determine afterwards which method was used. Kind of the issue I had with the original RG values not being able to determine what settings were used upon scan.