On Freitag, 23. November 2018 20:54:58 CET Thomas Howe wrote:
> Is there a way to set the voice stealing to kill only the oldest voices
> across the instrument?
There are currently two voice stealing algorithms available as compile time
option. Which is either:
./configure --enable-voice-steal-algo=oldestvoiceonkey
or
./configure --enable-voice-steal-algo=oldestkey
or to disable voice stealing entirely:
./configure --enable-voice-steal-algo=none
You probably want "oldestkey". See ./configure --help for details.
CU
Christian
|