Skip to content

Commit

Permalink
Version 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zamaudio committed Nov 5, 2023
1 parent 01aab37 commit 19307a5
Show file tree
Hide file tree
Showing 19 changed files with 24 additions and 18 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -27,5 +27,5 @@ Bleeding edge installation:
Package Maintainers:
====================

git checkout 4.1
git checkout 4.2
make dist
6 changes: 6 additions & 0 deletions changelog
@@ -1,3 +1,9 @@
4.2 Bugfixes and DSP improvements
- ZamTube: Introduced both sides of 12AX7 valve emulation
with tonestack sandwiched between the valves.
- ZamHeadX2: Fixed bug with wrong array dimensions.
- Updated DPF to fix VST2 param bug among other improvements.

4.1 Patch release
- Install CLAP and VST3 versions
- Makefile tweaks
Expand Down
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(4, 1, 0);
return d_version(4, 2, 0);
}

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

uint32_t getVersion() const noexcept override
{
return d_version(4, 1, 0);
return d_version(4, 2, 0);
}

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

uint32_t getVersion() const noexcept override
{
return d_version(4, 1, 0);
return d_version(4, 2, 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(4, 1, 0);
return d_version(4, 2, 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(4, 1, 0);
return d_version(4, 2, 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(4, 1, 0);
return d_version(4, 2, 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(4, 1, 0);
return d_version(4, 2, 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(4, 1, 0);
return d_version(4, 2, 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(4, 1, 0);
return d_version(4, 2, 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(4, 1, 0);
return d_version(4, 2, 0);
}

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

uint32_t getVersion() const noexcept override
{
return d_version(4, 1, 0);
return d_version(4, 2, 0);
}

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

uint32_t getVersion() const noexcept override
{
return d_version(4, 1, 0);
return d_version(4, 2, 0);
}

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

uint32_t getVersion() const noexcept override
{
return d_version(4, 1, 0);
return d_version(4, 2, 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(4, 1, 0);
return d_version(4, 2, 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(4, 1, 0);
return d_version(4, 2, 0);
}

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

uint32_t getVersion() const noexcept override
{
return d_version(4, 1, 0);
return d_version(4, 2, 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(4, 1, 0);
return d_version(4, 2, 0);
}

int64_t getUniqueId() const noexcept override
Expand Down

0 comments on commit 19307a5

Please sign in to comment.