marcel-licence / esp32_basic_synth

ESP32 based simple synthesizer project
GNU General Public License v3.0
245 stars 38 forks source link

How to get wonderful Super / Hyper Saw sound? #4

Closed Opekusha closed 3 years ago

Opekusha commented 3 years ago

How to get wonderful Super / Hyper Saw sound from your code. Please tell me what needs to be added and where? I can't do it without your help.

marcel-licence commented 3 years ago

I've added the unison support to generate hyper/super saw sounds. Update your code and look for //#define USE_UNISON

This should be replaced by

define USE_UNISON

This will activate the detune and unison sound generation.

 Have fun! =)