[Archiv] Updates aktueller Plugins und Audio-Decoder

Begonnen von wallawalla, 10. Juli 2006, 16:20:19

Vorheriges Thema - Nächstes Thema

tedgo

WASAPI shared output 0.6.7 (foo_out_wasapis) Updater
2019-09-03

Zitat von: undefinedShared mode WASAPI output for Vista and newer Windows versions.

This component tries to provide smoother volume adjustment and seek/pause/stop transitions than existing outputs.

Changes:
0.6.7 (2019-09-03): Fixed stuttering with extreme downsampling ratios. Problem was introduced by the processing change in v0.6.5.


tedgo


tedgo

Youtube Source 3.2 (foo_youtube) Updater
2019-09-13

Zitat* added Managed source for madVR
* auto checking for updated third-party libraries now is also possible for External and System sources
* few other improvements and fixes



tedgo


tedgo

#802
MathAudio Room EQ 2.7.2 (foo_room_eq)
2019-09-19

ZitatThe new version allows one to redo the last measurement if an occasional noise has happened during the measurement.
Please don't forget to save your preset as a SNR file before upgrading the component.



tedgo

libopenmpt Module Decoder 0.4.7 (foo_openmpt) Updater
2019-09-23

Zitat* [Bug] Compilation fix for various platforms that do not provide std::aligned_alloc in C++17 mode. The problematic dependency has been removed. This should fix build problems on MinGW, OpenBSD, Haiku, and others for good.
* J2B: Ignore notes with non-existing instrument (fixes Ending.j2b).
* mpg123: Update to v1.25.13 (2019-08-24).
* ogg: Update to v1.3.4. (2019-08-31).
* flac: Update to v1.3.3. (2019-08-04).




tedgo

JScript Panel v2.3.0 (foo_jscript_panel)
2019-09-27

Zitat- CHG: Drop support for foobar2000 v1.3.x. Now requires v1.4 or later.
- NEW: Add utils.DateStringFromTimestamp and utils.TimestampFromDateString
       See docs\interfaces.txt for full details.
- CHG: (Beta3) The Properties dialog has been rewritten and there is no longer
       any "Clear" or "Delete" buttons. Now you can multi-select using your mouse
       and combinations of Ctrl/Shift keys. There is a right click menu to Select
       All/Select None/Invert selection and Remove. Ctrl+A and the Delete keyboard
       shortcuts are also supported.
- CHG: (Beta3) The list view under File>Preferences>JScript Panel now supports
       inline editing from a single click on the value. You no longer
       double click items to open a new dialog.
- CHG: The following methods no longer support the previously optional "force"
       paramter.
       window.Repaint();
       window.RepaintRect(x, y, w, h);
       IFbTitleFormat Eval() // returns an empty string when not playing
- CHG: The following methods no longer support the previously optional "flags"
       parameter. All commands are ran if they exist. It no longer matters if
       they are hidden or not.
       fb.RunContextCommand(command);
       fb.RunContextCommandWithMetadb(command, handle_or_handle_list);
- CHG: These previously optional parameters have been removed:
       IContextMenuManager BuildMenu "max_id"
       IMainMenuManager BuildMenu "count"
       utils.CheckComponent "is_dll"
       utils.WriteTextFile "write_bom" (writing a BOM is no longer supported)
       See docs\interfaces.txt for full details.
- CHG: plman.PlayingPlaylist is now a read-only property.
- CHG: The IPlaylistRecyclerManager interface has been removed and replaced
       with fixed "plman" methods. All previous functionality remains.
       Look at the description for plman.RecyclerCount in docs\interfaces.txt
       or check the" Breaking Changes" wiki page.
- CHG: fb.GetLibraryRelativePath has been removed. Use IMetadbHandleList
       GetLibraryRelativePaths instead.
- CHG: utils.FileTest has been removed and replaced with the following 4 methods:
       utils.Chardet(filename)
       utils.GetFileSize(filename)
       utils.IsFile(filename)
       utils.IsFolder(folder)
       There is no replacement for "split" mode.
- CHG: The "Grab focus" checkbox in the "Configuration Window" and the
       "dragdrop" preprocessor have both been removed. Both features are
       disabled by default but are automatically enabled if relevant
       callbacks like "on_drag_drop" or "on_key_up" are present in the
       script.