Skip to content

Commit

Permalink
Version 3.8
Browse files Browse the repository at this point in the history
Signed-off-by: Damien Zammit <damien@zamaudio.com>
  • Loading branch information
zamaudio committed Feb 11, 2017
1 parent f8a1984 commit 830ab2e
Show file tree
Hide file tree
Showing 22 changed files with 29 additions and 22 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -8,7 +8,7 @@ Note:
This is a new repo that contains the full history of the old repo.
Submodules are now required (>= 3.6).
Uses Distrho Plugin Framework.
Please use versions >= 3.6 of this package.
Please use version 3.8 for a stable package, latest git is experimental.

Build Dependencies:
===================
Expand All @@ -28,5 +28,5 @@ Bleeding edge installation:
Package Maintainers:
====================

git checkout 3.6
git checkout 3.8
make dist
7 changes: 7 additions & 0 deletions changelog
Expand Up @@ -35,3 +35,10 @@
- Mousewheel feels nicer on all knobs
- Travis build integration
- Various bugfixes

3.8 Wild-Tube release
- Major revamp of ZamTube DSP, no wave discontinuities
- Major DSP upgrade for multiband crossovers - flat response
- New plugin: ZamDynamicEQ
- New plugin: ZamPhono
- Fixed various compiler warnings
2 changes: 1 addition & 1 deletion plugins/ZaMaximX2/ZaMaximX2Plugin.hpp
Expand Up @@ -71,7 +71,7 @@ class ZaMaximX2Plugin : public Plugin

uint32_t getVersion() const noexcept override
{
return d_version(3, 7, 0);
return d_version(3, 8, 0);
}

int64_t getUniqueId() const noexcept override
Expand Down
2 changes: 1 addition & 1 deletion plugins/ZaMultiComp/ZaMultiCompPlugin.hpp
Expand Up @@ -116,7 +116,7 @@ class ZaMultiCompPlugin : public Plugin

uint32_t getVersion() const noexcept override
{
return d_version(3, 7, 0);
return d_version(3, 8, 0);
}

int64_t getUniqueId() const noexcept override
Expand Down
2 changes: 1 addition & 1 deletion plugins/ZaMultiCompX2/ZaMultiCompX2Plugin.hpp
Expand Up @@ -121,7 +121,7 @@ Stereo version of ZaMultiComp, with individual threshold controls for each band

uint32_t getVersion() const noexcept override
{
return d_version(3, 7, 0);
return d_version(3, 8, 0);
}

int64_t getUniqueId() const noexcept override
Expand Down
2 changes: 1 addition & 1 deletion plugins/ZamAutoSat/ZamAutoSatPlugin.hpp
Expand Up @@ -65,7 +65,7 @@ You can apply this plugin generously without affecting the tone.";

uint32_t getVersion() const noexcept override
{
return d_version(3, 7, 0);
return d_version(3, 8, 0);
}

int64_t getUniqueId() const noexcept override
Expand Down
2 changes: 1 addition & 1 deletion plugins/ZamChild670/ZamChild670Plugin.hpp
Expand Up @@ -72,7 +72,7 @@ class ZamChild670Plugin : public Plugin

uint32_t getVersion() const noexcept override
{
return d_version(3, 6, 1);
return d_version(3, 8, 0);
}

int64_t getUniqueId() const noexcept override
Expand Down
2 changes: 1 addition & 1 deletion plugins/ZamComp/ZamCompPlugin.hpp
Expand Up @@ -73,7 +73,7 @@ class ZamCompPlugin : public Plugin

uint32_t getVersion() const noexcept override
{
return d_version(3, 7, 0);
return d_version(3, 8, 0);
}

int64_t getUniqueId() const noexcept override
Expand Down
2 changes: 1 addition & 1 deletion plugins/ZamCompX2/ZamCompX2Plugin.hpp
Expand Up @@ -78,7 +78,7 @@ class ZamCompX2Plugin : public Plugin

uint32_t getVersion() const noexcept override
{
return d_version(3, 7, 0);
return d_version(3, 8, 0);
}

int64_t getUniqueId() const noexcept override
Expand Down
2 changes: 1 addition & 1 deletion plugins/ZamDelay/ZamDelayPlugin.hpp
Expand Up @@ -78,7 +78,7 @@ class ZamDelayPlugin : public Plugin

uint32_t getVersion() const noexcept override
{
return d_version(3, 7, 0);
return d_version(3, 8, 0);
}

int64_t getUniqueId() const noexcept override
Expand Down
2 changes: 1 addition & 1 deletion plugins/ZamDynamicEQ/ZamDynamicEQPlugin.hpp
Expand Up @@ -82,7 +82,7 @@ class ZamDynamicEQPlugin : public Plugin

uint32_t getVersion() const noexcept override
{
return d_version(3, 7, 0);
return d_version(3, 8, 0);
}

int64_t getUniqueId() const noexcept override
Expand Down
2 changes: 1 addition & 1 deletion plugins/ZamEQ2/ZamEQ2Plugin.hpp
Expand Up @@ -75,7 +75,7 @@ class ZamEQ2Plugin : public Plugin

uint32_t getVersion() const noexcept override
{
return d_version(3, 7, 0);
return d_version(3, 8, 0);
}

int64_t getUniqueId() const noexcept override
Expand Down
2 changes: 1 addition & 1 deletion plugins/ZamGEQ31/ZamGEQ31Plugin.hpp
Expand Up @@ -95,7 +95,7 @@ class ZamGEQ31Plugin : public Plugin

uint32_t getVersion() const noexcept override
{
return d_version(3, 7, 0);
return d_version(3, 8, 0);
}

int64_t getUniqueId() const noexcept override
Expand Down
2 changes: 1 addition & 1 deletion plugins/ZamGate/ZamGatePlugin.hpp
Expand Up @@ -74,7 +74,7 @@ class ZamGatePlugin : public Plugin

uint32_t getVersion() const noexcept override
{
return d_version(3, 7, 0);
return d_version(3, 8, 0);
}

int64_t getUniqueId() const noexcept override
Expand Down
2 changes: 1 addition & 1 deletion plugins/ZamGateX2/ZamGateX2Plugin.hpp
Expand Up @@ -74,7 +74,7 @@ class ZamGateX2Plugin : public Plugin

uint32_t getVersion() const noexcept override
{
return d_version(3, 7, 0);
return d_version(3, 8, 0);
}

int64_t getUniqueId() const noexcept override
Expand Down
2 changes: 1 addition & 1 deletion plugins/ZamHeadX2/ZamHeadX2Plugin.hpp
Expand Up @@ -67,7 +67,7 @@ class ZamHeadX2Plugin : public Plugin

uint32_t getVersion() const noexcept override
{
return d_version(3, 7, 0);
return d_version(3, 8, 0);
}

int64_t getUniqueId() const noexcept override
Expand Down
2 changes: 1 addition & 1 deletion plugins/ZamNoise/ZamNoisePlugin.hpp
Expand Up @@ -74,7 +74,7 @@ class ZamNoisePlugin : public Plugin

uint32_t getVersion() const noexcept override
{
return d_version(3, 6, 1);
return d_version(3, 8, 0);
}

int64_t getUniqueId() const noexcept override
Expand Down
2 changes: 1 addition & 1 deletion plugins/ZamPhono/ZamPhonoPlugin.hpp
Expand Up @@ -56,7 +56,7 @@ class ZamPhonoPlugin : public Plugin

uint32_t getVersion() const noexcept override
{
return d_version(3, 7, 0);
return d_version(3, 8, 0);
}

int64_t getUniqueId() const noexcept override
Expand Down
2 changes: 1 addition & 1 deletion plugins/ZamPiano/ZamPianoPlugin.hpp
Expand Up @@ -87,7 +87,7 @@ class ZamPianoPlugin : public Plugin

uint32_t getVersion() const noexcept override
{
return d_version(3, 6, 1);
return d_version(3, 8, 0);
}

int64_t getUniqueId() const noexcept override
Expand Down
2 changes: 1 addition & 1 deletion plugins/ZamSFZ/ZamSFZPlugin.hpp
Expand Up @@ -73,7 +73,7 @@ class ZamSFZPlugin : public Plugin

uint32_t getVersion() const noexcept override
{
return d_version(3, 6, 1);
return d_version(3, 8, 0);
}

int64_t getUniqueId() const noexcept override
Expand Down
2 changes: 1 addition & 1 deletion plugins/ZamSynth/ZamSynthPlugin.hpp
Expand Up @@ -72,7 +72,7 @@ class ZamSynthPlugin : public Plugin

uint32_t getVersion() const noexcept override
{
return d_version(3, 6, 1);
return d_version(3, 8, 0);
}

int64_t getUniqueId() const noexcept override
Expand Down
2 changes: 1 addition & 1 deletion plugins/ZamTube/ZamTubePlugin.hpp
Expand Up @@ -131,7 +131,7 @@ Wave digital filter physical model of a triode tube amplifier stage, with modell

uint32_t getVersion() const noexcept override
{
return d_version(3, 7, 0);
return d_version(3, 8, 0);
}

int64_t getUniqueId() const noexcept override
Expand Down

0 comments on commit 830ab2e

Please sign in to comment.