Skip to content
This repository has been archived by the owner on Mar 16, 2021. It is now read-only.

Releases: teragonaudio/MrsWatson

0.9.8

22 Jan 13:18
Compare
Choose a tag to compare

Changes since version 0.9.7:

  • Bit depth support! Finally MrsWatson understands bit depths other than
    16-bit PCM. Currently supported bitrates include:
    • WAVE: 8/16/24/32-bit
    • AIFF: 16/24-bit
    • PCM: 8/16/24/32-bit
    • Also, 32-bit float PCM is now supported
  • Now using audiofile as default I/O library. This should fix most issues
    having to do with unrecognized WAVE files, or invalid generated files.
  • Support for AIFF files
  • Buffer delay compensation now works (thanks @jarl-dk)
  • Fixed some bugs with channel mapping (thanks @jarl-dk)
  • Several patches merged from GitHub pull requests (thanks, everybody!)
  • Improve support for big-endian systems
  • Added internal gain plugin (mrs_gain)
  • Added internal limiter plugin (mrs_limiter)
  • Remove --tail-time option
  • Code style standard adopted, code indented
  • Lots of code cleanups and organization

0.9.7: Changes since version 0.9.6:

25 Jan 13:37
Compare
Choose a tag to compare
- New command-line option for setting parameters
- Ensure that executable runs on 10.5 and above
- Now have a single option for setting time signature
- Handle key signature & proprietary MIDI meta events
- Fix several small memory leaks
- Fix several crashes
- Log CPU usage overloads
- Bugfixes, tests with 32/64 bit detection
- Bugfixes, tests with big/little endian detection
- New and more robust file API
- Fix CMake project generation on Mac/Windows
- Allow test suite to show log output from app
- Improve internal documentation

0.9.6: Changes since 0.9.5:

25 Jan 13:40
Compare
Choose a tag to compare
- Compatibility with VST shell plugins (including Waves plugins)
- Compatibility fixes with plugins that declare more than 2 outputs
  (including Independence)
- Compatibility fixes for Chainer and other plugins which rely on VstEvents*
  struct to remain in memory during processReplacing()
- MrsWatson now sends correct musical time in PPQ/Bars when asked by plugin
- Add 64-bit binaries to distribution zipfile (experimental)
- Fix tons of memory leaks; test suite now runs with 0 bytes leaked
- Fix several memory corruption bugs, valgrind now runs test suite with no
  errors
- Windows build migrated to cmake
- Several other bugfixes and small improvements