Skip to content

Add WetEQ 1.0.0 - #938

Merged
kmturley merged 1 commit into
open-audio-stack:mainfrom
yonie:plugin/weteq
Aug 31, 2026
Merged

Add WetEQ 1.0.0#938
kmturley merged 1 commit into
open-audio-stack:mainfrom
yonie:plugin/weteq

Conversation

@yonie

@yonie yonie commented Aug 30, 2026

Copy link
Copy Markdown
Contributor

Adds WetEQ 1.0.0, a four-band console EQ. Free, MIT, VST3.

First release, 2026-08-30: https://github.com/yonie/WetEQ/releases/tag/v1.0.0

Same author as the existing yonie/wetdelay and yonie/wetreverb entries. WetDelay was added
by @kmturley in #720; this is its sibling.

One thing worth flagging for review: npm run dev:fetch produced everything here except
the files: block — it skipped the release asset with "no system/platform recognized, even
after archive inspection"
. The asset is a single universal VST3 bundle carrying all three
platforms in one zip:

WetEQ.vst3/Contents/MacOS/WetEQ              (universal, arm64 + x64)
WetEQ.vst3/Contents/x86_64-win/WetEQ.vst3
WetEQ.vst3/Contents/x86_64-linux/WetEQ.so

Nothing in the filename says which platforms it covers, hence the miss. I wrote the files:
block by hand to match the already-merged yonie/wetdelay/1.1.4 entry, which describes the same
kind of asset. Size and sha256 are computed from the published zip.

npm run dev:validate passes. Tags trimmed from the raw GitHub topics to semantic ones in
Title Case, and changes shortened from the release body to one line.

No audio preview — none of the existing yonie entries have one.

@kmturley

Copy link
Copy Markdown
Member

VirusTotal results:

@kmturley
kmturley merged commit 1daadb6 into open-audio-stack:main Aug 31, 2026
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants