Setekh

February 19, 2026 · View on GitHub

A minimalistic yet sonically powerful distortion plugin created and distributed via Full FX Media.

This is a C++ audio plugin project utilizing the JUCE framework. The build system is CMake. Licensed under GPL.

See Full FX Media for more information and plugins.

GitHub release (latest by date) GitHub all releases GitHub license

About

Setekh is a god of deserts, storms, disorder, violence, and foreigners in ancient Egyptian religion.

drawing

Installing

Built, Signed binaries are available for download at https://fullfxmedia.com/plugins/setekh/

VST3, AU and CLAP formats available for Windows, macOS and Linux.

Building from Source

You can compile from source by following these steps:

git clone --recurse-submodules https://github.com/fullfxmedia/setekh.git
cd setekh

# OSX
cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DCMAKE_OSX_ARCHITECTURES="x86_64;arm64" -S . -B ./build
cmake --build ./build --config Release

Clean target:

cmake --build ./build --target clean --config Release

License

This project is licensed under the GNU General Public License v3.0. See LICENSE.

Third-Party Components