DaisySP icon indicating copy to clipboard operation
DaisySP copied to clipboard

A Powerful DSP Library in C++

Results 37 DaisySP issues
Sort by recently updated
recently updated
newest added

## Summary Adds a very simple and basic `Wavefolder` class/module for growly wavefolding goodness! ## Details This is a dead simple wavefolder based on original code by me. It's implementing...

I was just looking at the code of the moogladder out of curiosity, and noticed that the fast tanh implementation seems fairly broken. https://github.com/electro-smith/DaisySP/blob/4263388e7fa8dfd34fa85c6a1c697362dc6981c7/Source/Filters/moogladder.cpp#L6-L24 The referenced implementation in soundpipe is:...

I'd like to add a fast convolution support to DaisySP. Let's discuss the requirements. **1. Definition** In short, it is an algorithm that allows computing linear convolution of a stream...

Hi, I'm trying to build daisysp on Mac and I'm getting these errors: ``` Consolidate compiler generated dependencies of target DaisySP [ 1%] Building CXX object CMakeFiles/DaisySP.dir/Source/Control/adsr.cpp.o In file included...

Hello friends I was messing around with the Svf filter today inside of a delay's feedback loop on my Daisy Patch and it sounded really great when not modulated, but...

bug

This should end up fixing #162 The negative transposition was almost 2x the ratio that it was supposed to. So that none of the semitones were accurate when set below...

changed line 68 from sus_level

The pitch shifter implementation seems to only work for transpose > 0.0f, but the function takes a float as input. If the function does not allow transposing down, it should...

As dicussed [on the Daisy forum.](https://forum.electro-smith.com/t/adenv-crashes-with-segment-times-0/800)

bug
module

This adds an implementation of the Freeverb algorithm. A few things still need to be done before it's ready, but it's working. ### TODO * [ ] More flexible tuning...

module