Skip to content

Commit

Permalink
Version 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
zamaudio committed Feb 18, 2018
1 parent c82ffdf commit a3321af
Show file tree
Hide file tree
Showing 19 changed files with 24 additions and 18 deletions.
6 changes: 6 additions & 0 deletions changelog
Expand Up @@ -45,3 +45,9 @@

3.9 All compressors bugfix release
- Thanks to johmue

3.10 New plugin and DSP review
- New plugin: ZamVerb (convolution reverb with fixed presets)
- ZamHeadX2 DSP algorithm redone (sounds much better)
- Docker file provided for cross-compiling
- Dependencies for all plugins on all OSes provided externally
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, 9, 0);
return d_version(3, 10, 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, 9, 0);
return d_version(3, 10, 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, 9, 0);
return d_version(3, 10, 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, 9, 0);
return d_version(3, 10, 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, 9, 0);
return d_version(3, 10, 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, 9, 0);
return d_version(3, 10, 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, 9, 0);
return d_version(3, 10, 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, 9, 0);
return d_version(3, 10, 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, 9, 0);
return d_version(3, 10, 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, 9, 0);
return d_version(3, 10, 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, 9, 0);
return d_version(3, 10, 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, 9, 0);
return d_version(3, 10, 0);
}

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

uint32_t getVersion() const noexcept override
{
return d_version(3, 9, 0);
return d_version(3, 10, 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, 9, 0);
return d_version(3, 10, 0);
}

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

uint32_t getVersion() const noexcept override
{
return d_version(3, 9, 0);
return d_version(3, 10, 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, 8, 0);
return d_version(3, 10, 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, 9, 0);
return d_version(3, 10, 0);
}

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

uint32_t getVersion() const noexcept override
{
return d_version(3, 9, 0);
return d_version(3, 10, 0);
}

int64_t getUniqueId() const noexcept override
Expand Down

0 comments on commit a3321af

Please sign in to comment.