Skip to content

Releases: prof-spock/SoX-Plugins

Minor Bugfix Release

13 Jun 20:55
Compare
Choose a tag to compare

bug fix release:

  • fixed integer effect parameters not correctly updated from host

Minor Cosmetical Changes

19 Feb 16:28
Compare
Choose a tag to compare

Only tiny changes have been done for this release:

  • The editor font "Arial" used so far has been replaced by the generic font selected by the JUCE framework, because in standard Linux distributions its glyphs were not displayed at all.
  • Some additional consolidation with the "FluidSynthPlugin" project has been done.
  • The requirement in Windows for the installed Microsoft C++ Library has been mentioned in the documentation.
  • The _DISTRIBUTION directory has been removed, because it redundantly contained the data from the binary release files.

Code Consolidation and Interface for Parameter Automation

24 Nov 23:01
Compare
Choose a tag to compare

This release has several changes:

  • The code has been massively consolidated with my FluidSynthPlugin project and also has been restructured.
  • It is now possible to automate the effect parameters from the plugin host.
    Note that this might lead to some audio glitches, because no special provisions have been taken (e.g. to preserve audio contents in a delay queue), but for effects like gain, overdrive or filters this should work fine.

As always you can find the binaries either below or in the _DISTRIBUTION/targetPlatforms directory, the documentation in _DISTRIBUTION/doc and the doxygen code documentation in _DISTRIBUTION/internalDocumentation.
Note that the MacOSX version is not signed; you have to put the plugins out of quarantine by using the command-line as described in the documentation.

Unified Version for Windows, MacOSX and Linux (x86_64)

03 Aug 19:54
Compare
Choose a tag to compare

This is the first version of the SoX plugins running on Windows, MacOSX and Linux (all with the x86_64) architecture.
You can find the binaries either below or in the _DISTRIBUTION/targetPlatforms directory, the documentation in _DISTRIBUTION/doc.
Note that the MacOSX version is not signed; you have to put the plugins out of quarantine by using the command-line as described in the documentation.