Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
42579
Reakcje/Polubienia
36187

Monkey's Audio 8.36​

July 29, 2022
  • Changed: Made the whole file and buffer I/O objects independent classes so they can work with the Windows or non-Windows I/O objects.
  • Changed: Switched from a memset to zero to setting individual variables to avoid problems over smart pointers.
  • Changed: Switched to next byte packing and removed all the paddings added to avoid warning 4820.
  • Fixed: Corrected a few mixtures of signed and unsigned numbers
Pobieramy na stronie:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
42579
Reakcje/Polubienia
36187

Monkey's Audio 8.40​

Version 8.40 (July 30, 2022)

  1. Fixed: Seeking to the end of files was broken in build 39.

Version 8.39 (July 30, 2022)

  1. Fixed: Setting the EOF wasn't working nicely in a whole file reader.
  2. Changed: Switched from = { 0 } to a memset to initialize arrays and other objects.
  3. Changed: Introduced a CLEAR macro for emptying an object to make the code cleaner.
  4. Fixed: Seeking to the end of the file could fail in some cases due to sign flipping.
Pobieramy na stronie:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
42579
Reakcje/Polubienia
36187

Monkey's Audio 8.41

Version 8.41 (July 31, 2022)

  1. Changed: Switched to the stock Winamp file information dialog instead of showing a custom one.
  2. Changed: Set a timer for three seconds after Winamp queries for file information to unload the file (since Winamp doesn't provide a finished function call).
Pobieramy na stronie:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
42579
Reakcje/Polubienia
36187

Monkey's Audio 8.42

Version 8.42 (August 10, 2022)

  1. Changed: Updated to Visual Studio 17.3.0.
  2. Changed: Define NOMINMAX so Windows won't add min / max macros to avoid accidental usage instead of ape_min / ape_max (which breaks cross-building).
  3. Changed: Reenabled warning 4710 and worked around it (now MSVC uses the function used earlier for number to string conversion, etc.).
  4. Changed: Added a size_t cast to remove the final couple warnings about possible overflows.
Pobieramy na stronie:
Zaloguj lub Zarejestruj się aby zobaczyć!
 
Do góry