Giter Club home page Giter Club logo

sveq's Introduction

SVEQ

SVEQ is 'State Space' modeling, clean surgical EQ.
Runs in double precision 64-bit internal processing. Also double precision input / output if supported.
Internal sample rate is oversampled to 192/176.2kHz in 48/44.1kHz, 96/88.1kHz sample rates.
It does run under 44.1kHz, but may have some EQ curve cramping.

Windows and Mac, VST3 and AU.

How to use

  1. Windows

Unzip Win.zip from latest release and copy to "C:\Program Files\Common Files\VST3".

  1. MacOS(Intel tested, Apple Silicon not tested).

Unzip MacOS.zip from latest release and copy vst3 to "/Library/Audio/Plug-Ins/VST3" and component to "/Library/Audio/Plug-Ins/Components".

If it doesn't go well, configure security options in console as

sudo xattr -r -d com.apple.quarantine /Library/Audio/Plug-Ins/VST3/SVEQ.vst3  
sudo xattr -r -d com.apple.quarantine /Library/Audio/Plug-Ins/Components/SVEQ.component

sudo codesign --force --sign - /Library/Audio/Plug-Ins/VST3/SVEQ.vst3  
sudo codesign --force --sign - /Library/Audio/Plug-Ins/Components/SVEQ.component

tested by @jonasborneland here

Licensing

Q: I would like to share the source code of my VST 3 plug-in/host on GitHub or other such platform.

  • You can choose the GPLv3 license and feel free to share your plug-ins/host's source code including or referencing the VST 3 SDK's sources on GitHub.
  • You are allowed to provide a binary form of your plug-ins/host too, provided that you provide its source code as GPLv3 too.
  • Note that you have to follow the Steinberg VST usage guidelines.

https://steinbergmedia.github.io/vst3_dev_portal/pages/FAQ/Licensing.html

120C7E3245DD5916ACD2E8E6AD51E8FD_snapshot

VSTSDK 3.7.9 used
VSTGUI 4.12 used

Fonts

Font used in this plugin is 'Pretendard' by 길형진.
https://github.com/orioncactus/pretendard
The font is under OFL-1.1 license.
Modified for monospace number.

Version logs

v0.0.1 : intial try.
v1.0.0 : stable release.

libs

git submodule init
cd libs
git submodule add -f https://github.com/simd-everywhere/simde.git

sveq's People

Contributors

kiriki-liszt avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

sveq's Issues

Feature Request: Frequency analyzer

Hi there,

really well layed out EQ!

My request is to ask for a frequency analyzer to display the frequency response of the material. That would be a nice addition!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.