Skip to content

A minimalistic yet sonically powerful distortion plugin

License

Notifications You must be signed in to change notification settings

fullfxmedia/setekh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setekh

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