Releases: ctrecordings/Ddsp
Releases · ctrecordings/Ddsp
Generic effects more accurate envelope detectors
v2.0.0 fix Lowpass-Wavefile example and add method to process float* buffers…
Compatibility with dplug v8
v1.8.0 change dplug version to 8.x.x
Error present in all biquad filters fixed
update dplug dependecy to assure compatability Former-commit-id: e54159df8ba94eebe1c1bf80cf97e8e26b0480b2
Remove references to alignedbuffer from dplug:core
make compatible with latest dplug Former-commit-id: b2a67daa49781ca3f6ab8c0db37686a6e31994a5
Added Oversampler and slice allocation
add methods for allocating and freeing slices Former-commit-id: 7c3fea4b81a4fc5f004db5ccd082a11258246c6e
Fix Mod Delay Effects
fix mod delay effects Former-commit-id: 1a475dabc0c4ac27d521e9038d1c0fbe3aabdb72
Modulated Delays
This release is for the addition of Modulated Delays which include a Phaser, Chorus, and Vibrato.
It was also necessary to make some small changes to Digital Delay to implement the Modulated Delay. This makes it more efficient and more receptive to delay length changes.
Better oscillators
This release includes small changes to the Gordon-Smith oscillator. It now fits the standard of implementing setSampleRate() and setFrequency() separately.
The Wave-Table Oscillator now has all of the band-limited version for each oscillator type implemented as well. This is important for the next step forward which is modulated delay effects.
Renamed AEffect to AudioEffect
- support for multiple channels
Fixed package file for oscillators
add some documentation Former-commit-id: cc3964cb9c0ab78441a70ee0cfe7f996776318f0