• Willkommen im Forum „foobar2000 auf Deutsch“.
 

[Archiv] Updates aktueller Plugins und Audio-Decoder

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

Vorheriges Thema - Nächstes Thema

tedgo

#540
Waveform Seekbar 0.2.13.10 (foo_wave_seekbar) Updater
2011-09-11

Zitat
0.2.13.10
* should fix the bad_alloc exception when analysing large broken files.

0.2.13.9 (2011/09/09)
* Direct3D9 now updates at 100 Hz (typically capped by vsync) instead of 10 Hz.
* Frontend settings button now has the right enabled state depending on the frontend selected.
* Extract/Remove context menu commands are now under Utilities.

0.2.13.8 (2011/09/09)
* Does not cache the LZMA encoders between encodings, caused a 400 MiB commit footprint per thread.
* Reduced LZMA compression level to reduce memory footprint while retaining the same amount of compression.

0.2.13.7 (2011/08/25)
* Now requires the Visual Studio 2010 SP1 (x86) redist.
* Fixes some crashes and memory leaks, especially when the profile directory is in a path with fancy characters.
* Experimental CUI toolbar, may be unstable.
* New default effect file for the Direct3D9 frontend, new shader editor integrated.
* Effects are now per-instance and edited through the configuration dialog for the element/panel.
* The database now leverages LZMA compression for the waveforms, resulting in significant space savings.
* Frontends separated into separate DLLs, which should be in the same directory as the component.
* Experimental feature which exports audio data to the clipboard when holding Ctrl and dragging the seekbar slider.
* Advanced preferences item for adjusting the display update rate of the seekbars.
* Support for flipping the waveform.
* Much much more.

tedgo

Playlist Attributes 0.4.0 (foo_playlist_attributes) Updater
2011-09-10

Zitat
* added: possibility to set a stop mark per playlist for the currently focused track of the active playlist
* added: provide a title format status variables for the stop mark: %pla_stop_focused_track_active%, %pla_stop_focused_track_playing%
* changed: most of the attributes are now active immediately for the playing playlist. The start of a new playback session is not required for them anymore.
* changed: the help file is now expected to be in the same folder as the component
* fixed: some minor fixes
* other: compiled with SDK-2011-03-11

tedgo

MIDI decoder 1.144 (foo_midi) Updater
2011-09-10

Zitat
Version 1.142 highlights: Made VSTi search path configurable, see Advanced Preferences under the Playback branch.
Version 1.143 highlights: Rewrote the main sequence player of the Emu de MIDI driver, making it approximately 10% faster, and fixing looping.
Version 1.144 highlights: Implemented drum channel control for Emu de MIDI driver.

tedgo

Queue Contents Editor 0.4.5 (foo_queuecontents) Updater
2011-09-13

Zitat
Improvements:
* Standalone (pop-up) window can be closed with ESC or ALT+F4

Bug fixes:
* Selection behaves similarly to default playlist on item delete (focus & selection)
* Item focus should be preserved on queue update

tedgo

Playlist Attributes 0.4.1 (foo_playlist_attributes) Updater
2011-09-14

Zitat
* fixed: option "use last playing playlist after program restart" was broken

grimes


grimes

#546
[CUI] Tagger Panel 1.2.6 (foo_uie_tagger_mod.dll) Neu: Updater
2011-09-16

Zitat- fixed: some minor fixes
- other: compiled with SDK 2011-03-11

grimes

MIDI decoder 1.145 (foo_midi) Updater
2011-09-16

Zitat
Version 1.145 highlights: Made XMI reader more tolerant of broken files.

grimes

Neu! [CUI] SQL Tree 1.0 (foo_uie_sql_tree.dll) Updater
2011-09-25

Zitatfoo_uie_sql_tree is a foobar2000 component for viewing the media library in a tree structure using SQL queries. The component provides a panel for ColumnsUI, which is a prerequisite for using this component. The underlying database engine is SQLite and with the exception of a few restrictions for building the tree queries the whole functionality of SQLite is supported.

Joa, hamma den scho Weihnachten?


grimes

Neu! [CUI] Popup Panels 0.1.2 (foo_popup_panels.dll) Updater
2011-09-25

ZitatThis component allows displaying ColumnsUI panels in a popup window.
- first public release

Ich glaubs ja nicht!!


tedgo

Waveform Seekbar 0.2.14 (foo_wave_seekbar) Updater
2011-10-15

Zitat
0.2.14
* previous versions apparently tried to create debug factories with Direct2D, resulting in mysterious failure to load that frontend.

0.2.13.13 (2011/09/30)
* The padding fix in 0.2.13.10 led to negative allocations for tracks that are longer than they promise. The extra few samples are ignored.

0.2.13.12 (2011/09/27)
* Fix crash in effect editor on some configurations, caused by careless usage of the STL.

0.2.13.11 (2011/09/26)
* Fixed eternal analysis for tracks of particular kinds of length.
* Removed meta-hook for channel count, caused horrible overall performance.
* Using a static VC10 runtime, size grew by around 600 KiB as a result.

grimes

WSH Panel mod v1.5.0 (foo_uie_wsh_panel_mod)
2011-11-09

Zitatv1.5.0
- FIX: Fix a bug that the timers continue running after script error.

v1.5.0 Beta 5
- FIX: Fix a bug that that alpha channel will be lost while converting to RawBitmap.
- FIX: gdi.Image() will not lock files any more.
- ADD: Add optional parameter "interpolationMode" (default value is 0) to the Resize() method of the IGdiBitmap interface.

v1.5.0 Beta 4
- ADD: Add new timer methods: window.SetInterval(), window.SetTimeout(), window.ClearInterval() and window.ClearTimeout().
- CHG: Mark old timer methods as obsolete: window.CreateTimerInterval(), window.CreateTimerTimeout(), window.KillTimer(), please use the new ones.
- CHG: [Breaking Change] Callback functions now must be defined in global scope on script initialization (This change should not affect most scripts).

v1.5.0 Beta 3
- ADD: Add AppendTo() method to IMenuObj interface.
- CHG: Creating sub menu by AppendMenuItem() is now obsolete, use AppendTo() method instead.
- FIX: Fix a bug that GdiDrawText() doesn't support OpenType fonts.
- FIX: JScript and JScript9 now can use new features which are shipped with JScript 5.8 or later, such as native JSON support.

v1.5.0 Beta 2
- FIX: Fix a bug that foobar2000 will crash when calling EvalWithMetadb() method from a metadb handle after disposed.
- FIX: Fix "Variable uses an Automation type not supported in JScript" error while using plman.InsertPlaylistItems() and plman.InsertPlaylistItemsFilter().

v1.5.0 Beta 1
- ADD: Add support for new JScript engine (aka "Chakra") from IE9.
      In order to get it work, select "JScript9" from the script editior, and ensure the IE9 is installled, or it will fallback to the default JScript engine.

v1.5.0 Preview 9
- FIX: Fix a problem that InsertPlaylistItems() and InsertPlaylistItemsFilter() don't work at all.
- ADD: Add plman.PlaylistRecyclerManager property.
- ADD: Add IFbPlaylistRecyclerManager interface.

v1.5.0 Preview 8
- ADD: Add support for tooltip tracking with "TrackActivate" property and "TrackPosition" method of IFbTooltip interface.
- ADD: Add a new preprocessor directive "tooltip" and two values: "custom-paint", "custom-paint-no-background".
- ADD: Add new callback "on_tooltip_custom_paint" for use with newly added "tooltip" directive.

v1.5.0 Preview 7
- FIX: Fix a problem that the callback "on_metadb_changed" may never get called.
- ADD: Add "on_playlist_item_ensure_visible" callback.
- ADD: Add "fb.AcquireUiSelectionHolder" method.
- ADD: Add "IFbUiSelectionHolder" interface.

v1.5.0 Preview 6
- CHG: "Item" property of "IFbMetadbHandleList" interface is writable now.
- ADD: Add four new methods("Insert", "InsertRange", "AddRange" and "RemoveRange") to "IFbMetadbHandleList" interface.
- CHG: Change callback prototype "on_item_focus_change()" to "on_item_focus_change(playlist, from, to)".
- FIX: Fix a problem that "plman.GetPlaylistFocusItemIndex" always returns 0.

v1.5.0 Preview 5
- ADD: Add "InsertPlaylistItems" and "InsertPlaylistItemsFilter" to plman object.
- ADD: Add "MovePlaylistSelection" and "RemovePlaylistSelection" to plman object.
- ADD: Add "SetActivePlaylistContext" method to plman object.
- FIX: Fix a problem that "plman.GetPlaylistFocusItemIndex" doesn't exist.

v1.5.0 Preview 4
- ADD: Add "GetPlaylistFocusItemIndex" method to plman object.
- ADD: Add "GetPlaylistSelectedItems" method to plman object.
- ADD: Add "IsPlaylistItemSelected" method to plman object.
- ADD: Add "OrderByFormat", "OrderByPath" and "OrderByRelativePath" method to IFbMetadbHandleList interface.

v1.5.0 Preview 3
- FIX: Fix a problem that "on_playlist_items_reordered" doesn't work at all.
- ADD: Add "EnsurePlaylistItemVisible" method to IFbPlaylistManager interface.
- ADD: Add "GetPlayingItemLocation" method to IFbPlaylistManager interface and corresponding IFbPlayingItemLocation interface.
- ADD: Add "ExecutePlaylistDefaultAction" method to IFbPlaylistManager interface.

v1.5.0 Preview 2
- CHG: This component now requires foobar2000 1.1+.
- ADD: Add "flags" (default is 0) parameter to fb.RunContextCommand() and fb.RunContextCommandWithMetadb().
- ADD: Add plman.CreatePlaybackQueueItem(), to create an empty IFbPlaybackQueueItem instance.
- ADD: Add new on_playlist_items_reordered() callback.
- ADD: Add three new "Name", "Size" and "Style" properties to IGdiFont interface.
- FIX: Fix a problem that plman.RemoveItemsFromPlaybackQueue() will crash.
- FIX: Fix stack overflow and inproper line wrapes in IGdiGraphics.EstimateLineWrap() method.

v1.5.0 Preview 1
- ADD: Add new "plman" object, which is an instance of IFbPlaylistManager, in order to manipulate foobar2000 playlist.
- ADD: Add new "IFbPlaybackQueueItem" interface.
- ADD: Add new callback "on_playback_queue_changed".

tedgo

Lyrics Show Panel3 0.2 beta (foo_uie_lyrics3) Updater
2011-11-19

Zitat
- Fading of highlight colour while the lyric is scrolling.
- Improved accent support.
- Added lyric editor to more neatly support editing/reloading lyrics.
- Improved fallback text and simplified GUI.
- Crash fix with long file names.
- Uses the new version of album art extractor.
- Other crash fixes.
- Sorted blurring of lyrics when no album art found.
- Simplified context menu and foobar 'View' menu (extra options available by pressing shift).
- Improved settings page GUI (hopefully easier to understand).
- Lyric rating is now saved in the lyric file (which was why the rating was not retained on replaying a track).
- It will try harder to display a lyric of the type desired. This only affects the 'prefer synced' and 'prefer unsynced' options.
- Retains the blend with background setting on restart.
- Sorted custom lyric search path (in file search) - it used the save path instead.
- Removed Internet search tab in preferences - those settings are now in the properties dialogue of any online source.
- Stopped error messages popping up if an error occurs with saving to the tag.
- Fixed loading/saving file names with illegal file name characters.
- 3 More online databases.
- Allow changing of background colour when 'image' is selected without have to change background mode.
- Load fallback text when CUI layout changed.
- Retaining codepage.
- Fixed searching sub-directories for the local file search.
- Stopped black screen when editing layout with playback stopped.
- Re-added global variables (%lyric_exists%, %lyric_issynced%, %lyric_currentline%)
- More robust detection of synced or non-synced.
- Saving of offset (by scrolling etc).
- Bugs with ' and $ in artist name would mess up the file search.
- Now support for [hh:mm:ss.xx] ('.xx' doesn't have to present either).
- Fixed availability of 'copy lyrics'

tedgo

MIDI decoder 1.146 (foo_midi) Updater
2011-11-27

Zitat
Version 1.146 highlights: Implemented GMF format support again, which now forces MT-32 emulation playback, so it requires a properly configured emulator path to MT-32 or CM-32L ROM dump files.

tedgo

Organya decoder 1.6 (foo_input_org) Updater
2011-11-30

Zitat
Version 1.6 highlights: Replaced interpolation modes with band-limited synthesis.