Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi,
I want to submit reimplemented version of "supersaw" synth. I think it could replace the existing one, but I can also submit this as a synth with a new name.
The implementation is highly based on this SuperCollider code:
http://sccode.org/1-4YS
(actually, without the LFO part).
It basically creates 2x5 (original frequency and 1 octave below) saws detuned by random value from 0.99 to 1.01, with a little delay. I also added a bit of noise to spread the sound a bit.
I found this SC code while trying to reimplement Count Om Me by Chase & Status (original: https://www.youtube.com/watch?v=91V0Cqx9TzM tutorial video: https://www.youtube.com/watch?v=MEjskFsvAk8)
The Sonic PI code for supersaw part is here: https://gist.github.com/pjagielski/dfcf03f3007688251ee6aadbd9fe3a21
It sounds like this on old supersaw: https://instaud.io/oUn (some cracks here)
This is on new version: https://instaud.io/oUl
Looking forward for feedback!