polluxsynth / audio-plugins

Audio plugins using the Distrho Plugin Framework
https://butoba.net/homepage/mimid.html
GNU General Public License v2.0
5 stars 0 forks source link

Default pitches are very high #16

Open polluxsynth opened 3 weeks ago

polluxsynth commented 3 weeks ago

This is only noticeable with economy mode off, so not of high priority.

Patching the code so that the final VCA never closes yields high pitches from the oscillators before the voices have been assigned. The MIDI pitch has a default value of 30 but the oscillators are playing much higher.

The high pitch means that the as-yet unassigned voices consume slightly excessive amounts of CPU time as the antialias code is run more often.