https://github.com/olilarkin/pdsynth
Phase Distortion Synthesiser iPlug2 WAM, with DSP in SOUL
https://github.com/olilarkin/pdsynth
Last synced: about 1 year ago
JSON representation
Phase Distortion Synthesiser iPlug2 WAM, with DSP in SOUL
- Host: GitHub
- URL: https://github.com/olilarkin/pdsynth
- Owner: olilarkin
- Created: 2021-01-11T21:21:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-03T21:20:03.000Z (almost 2 years ago)
- Last Synced: 2025-04-05T14:34:38.373Z (over 1 year ago)
- Language: C++
- Homepage: https://olilarkin.github.io/PDSynth/
- Size: 2.96 MB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README


Edit the DSP in the SOUL online compiler
https://soul.dev/lab/?id=87652b5e75b61811d5edc14bba51ce3a&0=-6&1=3&2=0.64
Then copy and paste into PDSynth/PDSynth_DSP.soul
and use the soul cli to update the C++
```soul generate --cpp PDSynth_DSP.soul --output=PDSynth_DSP.h```