It has a volume knob. Just add a volume knob and you'll be fine :)

Den ons 16 dec. 2020 kl 09:16 skrev stefano chiappa <[email protected]>:

> Hi all,
>
> I'm developing in my free time a Software Synthesizer just for pleasure of
> programming a synth, the project is on GitHub:
>
> https://github.com/kernel255/synassembler
>
> I'm now able to produce sound with my application, I have a basic
> oscillator, and I can receive MIDI events to play notes.
> I have an issue: playing many notes together, signals adds and I have some
> distorsions, the fix looks simple but maybe it is not. I have two ideas:
>
> 1. I establish the maximum polyphony and I divide the sum of signals by
> this value. Indeed it is what happen in reality in a piano, organ etc...but
> maybe this linear sum and divide can give a weak sound if I play few notes
> 2. Maybe I could do the same stuff but put at the end some compression in
> order to have stronger signals when there are few notes
>
> What do you think? Does anyone know what real digital synth does?
>
> Best Regards and thank you for your attention
> Stefano
>

Reply via email to