[Archiv] Updates aktueller Plugins und Audio-Decoder

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

Vorheriges Thema - Nächstes Thema

grimes





grimes

#679
MIDI decoder 1.229 (foo_midi) Updater
2013-12-15

Zitat- Removed CC 111 from EMIDI track exclusion check ...
- Added RPG Maker loop support, which is CC 111 with values of 0 for start and 1 for end, so long as no other values are used with that control change throughout the same file
- Implemented an option to disable BASSMIDI reverb and chorus processing

https://github.com/kode54/foo_midi/commits/master
https://github.com/kode54/munt/commits/master
https://github.com/kode54/scc/commits/master
https://bitbucket.org/kode54/midisynth/commits/all

grimes

#680
DUMB Module decoder 1.0.71 (foo_dumb) Updater
2014-01-06

Zitat+2014-01-06 03:00 UTC - kode54
+- Updated unmo3 library to version 2.4.0.5, which fixes decoding MP3
+  compressed samples
+- Version is now 1.0.71
+
2013-12-14 02:53 UTC - kode54
- Updated unmo3 API like I should have in the first place
- Version is now 1.0.70

tedgo

ASAP Decoder 3.1.6 (foo_asap) Updater
2014-01-16

Zitat
* fixed parallel conversion (previously the results were corrupted if you converted more than one file at once or converted during playback)
* added support for MyDOS ATR disk images larger than 256k
* fixed playback of blank CMS patterns

grimes

Waveform Seekbar 0.2.41 (foo_wave_seekbar) Updater
2014-01-17

Zitat0.2.41 (2014/01/17)

Use libuv for almost all concurrency, it should now run in a limited fashion on Wine; watch out for new threading bugs.
Restrict the set of files that are considered frontends.
Shrink effect editor dialog slightly for netbooks.
Scrolling the bar seeks by a minute per notch.
Delay-load D3D9/D2D1, only use RGBA8 textures instead of RGBA32F or RGB10A2.
Draw each channel in Direct3D 9 as a single triangle instead of a pair of triangles, due to interpolation problems.
Clear GDI background properly instead of to black for streams and missing waveforms.

grimes

Waveform Seekbar 0.2.43 (foo_wave_seekbar) Updater
2014-01-28

ZitatChange seek intervals to whatever grimes conjured
Add config to disable scroll-to-seek
Record the currently displayed song


tedgo

#685
Lyric Show Panel 3 v0.4.3 (foo_uie_lyrics3) Updater
2014-02-06

EDIT: Version 0.4.3 gerade nachgeschoben!

Zitat
v0.4.3
- just a quick update to fix a crash when using the batch search (thanks WilB)

v0.4.2
- Fixed high CPU usage
- Fixed tag saving/loading
- Fixed Timestamped 3 and the errors with punctuation
- Made tag loading asynchronous
- Potential crash fixes
- It now retains the custom fallback font

VORSICHT: Momentan sind noch einige Bugs in der aktuellen Version! Besser abwarten, bis diese behoben sind! Es ist zu erwarten, dass diese in den nächsten Stunden/Tagen behoben werden.

tedgo


tedgo

Automatic song BPM analysis 0.2.4.2 (foo_bpm)
2014-02-11

Nachdem der Original-Entwickler offenbar nicht mehr aktiv ist, hat sich nun foosion dem Plugin zugewandt und wohl hauptsächlich einen Crash gefixt.
Zitat
The crashes probably come from the complete lack of exception handling in the worker thread. I couldn't sleep so I gave this a little overhaul. You can get foo_bpm 0.2.4.2 on GitHub.
It shouldn't crash anymore for those damaged FLAK files. There should be an error message in the console instead.

Zitat
Changelog:
* Added basic exception handling in worker thread.
* Fixed checks for user-triggered abort.
* Refactorings.


tedgo

Automatic song BPM analysis 0.2.4.3 (foo_bpm)
2014-02-12

Zitat
* Updated preferences page UI design.
* Enabled dialog navigation for BPM scan result and manual dialog (e.g. Tab and Escape keys).
* Created wrapper for FFTW to prepare replacement by another FFT library.
* Protected creation and destruction of FFTW plans by a mutex.