Go Dsp Guitar Versions Save

A cross-platform multichannel multi-effects processor for electric guitars and other instruments.

v1.8.0

1 year ago

Release date: 2023-05-17

Changelog:

New features / enhancements:

  • Add three new "British Vintage" amplifier models.
  • Increment minor version number: v1.7.2 --> v1.8.0

v1.7.2

1 year ago

Release date: 2022-10-23

Changelog:

Maintenance / bugfixes / corrections:

  • Update the sysroot for our Windows builds with libraries extracted from latest Windows 10 install.
  • Increment patch version number: v1.7.1 --> v1.7.2

v1.7.1

1 year ago

Release date: 2022-10-10

Changelog:

Maintenance / bugfixes / corrections:

  • Update go-jack dependency.
  • Increment patch version number: v1.7.0 --> v1.7.1

v1.7.0

1 year ago

Release date: 2022-08-28

Changelog:

New features / enhancements:

  • Add configuration option to disable TLS on the web server. Setting this option will switch to unencrypted HTTP communication. This option is provided to facilitate running the software behind a reverse proxy and should only be used in these scenarios.

Maintenance / bugfixes / corrections:

  • Increment minor version number: v1.6.7 --> v1.7.0

v1.6.7

2 years ago

Release date: 2022-03-17

Changelog:

Maintenance / bugfixes / corrections:

  • Replace usage of deprecated io/ioutil package with equivalent methods from io or os package.
  • Simplify power amp code to no longer supply IDs for compiled filters. Filters are regenerated synchronously for some time in order to avoid race conditions, especially during batch processing, so these IDs are no longer needed in order to guarantee sequential ordering.
  • Change interface of metronome value setters to support them failing to set a value. (This is an interface change in preparation for upcoming features.)
  • Introduce new constants for default values in metronome.
  • Update to latest version of "pure-knob", improving support for high-DPI displays.
  • Several small bugfixes, code improvements and UI changes.
  • Increment patch version number: v1.6.6 --> v1.6.7

v1.6.6

2 years ago

Release date: 2021-09-19

Changelog:

Maintenance / bugfixes / corrections:

  • Improve handling of RIFF WAVE files to enable correct handling of files which have a JUNK chunk as the first sub-chunk inside the RIFF chunk. Files following the ITU-R recommendation BS.2088-1 will have this layout to allow for on-the-fly upgrade to a file format requiring a larger header, such as RF64 or BW64, without re-writing the actual sample data.
  • Correct minimum chunk size for data size chunk for RF64 / BW64 handling.
  • Update to latest version of "pure-knob" to fix an issue with touch screen support.
  • Fix minor mistakes in documentation.
  • Increment patch version number: v1.6.5 --> v1.6.6

v1.6.5

3 years ago

Release date: 2021-02-25

Changelog:

Maintenance / bugfixes / corrections:

  • Fix handling of RF64 files.
  • Implement handling of BW64 files.
  • Increment patch version number: v1.6.4 --> v1.6.5

v1.6.4

3 years ago

Release date: 2021-01-31

Changelog:

Maintenance / bugfixes / corrections:

  • Improve handling of file paths and error messages.
  • Fix issues with messages and sample rate handling.
  • Fix bugs in some tests.
  • Improve documentation.
  • Update to latest version of "pure-knob".
  • Increment patch version number: v1.6.3 --> v1.6.4

v1.6.3

3 years ago

Release date: 2020-12-26

Changelog:

Maintenance / bugfixes / corrections:

  • Update the sysroot for our Windows builds with libraries extracted from latest Windows 10 install.
  • Increment patch version number: v1.6.2 --> v1.6.3

v1.6.2

3 years ago

Release date: 2020-11-24

Changelog:

Maintenance / bugfixes / corrections:

  • Make UI code compatible to ECMAScript 6.
  • Update screenshots to include physical units introduced in v1.4.0.
  • Increment patch version number: v1.6.1 --> v1.6.2