Giter Site home page Giter Site logo

sst-effects's Introduction

sst-effects

sst-effects is a header-only set of templates which implement the effects used in surge, surge-fx surge for rack and short circuit. As of April 24 2023, they are a work in progress with only the Reverb and Flanger effect being factored here. As we adapt more effects to ShortCircuit and other properties, more effects will move quickly, with the ultimate goal being all the current Surge effects other than Airwindows and Nimbus being in this repository.

The effects use C++ templates to allow various configurations to interface with the DSP code. To understand this strategy currently, your clearest document is

1: The extensive header in include/sst/effects/EffectCore.h 2: The tests in tests/concrete-runs and tests/create-effect

This module depends on the surge modules 'sst-basic-blocks' and 'sst-filters'. If you are using this software in your project, you must make those available at cmake time. If you build the tests in this project in a standalone basis without those modules available they will be retrieved via CPM (which is how our CI works).

Finally, these contain hand coded SSE2. If you want to compile for non-X86 architectures, you must include simde or equivalent, and on X86 architectures must include <pmmintrin.h> and so on. These headers are purposefully fragile under SSE allowing you to make that choice externally. You can see how the regtests accomplish this with tests/simd-test-include.h

sst-effects's People

Contributors

baconpaul avatar morganholly avatar

Watchers

 avatar

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.