Surge: Audio glitching out when turning off "Activate extra scene outputs" if a sound was playing

Created on 19 Sep 2020  路  5Comments  路  Source: surge-synthesizer/surge

Description:
The audio glitches out continuously when turning off "Activate extra scene outputs" if a sound was playing at the same time.

Here's an example audio file when playing the default saw patch:
glitch.zip

Bug Report

All 5 comments

So this doesn't happen reliably on the mac but I think the solution is in SurgeVST3Processor if numoutputs ==3 && activated we fill; if numputputs == 3 and not activated, though, we need to zero out the buffer. So that's the code to add (and symmetrically in the VST2).

I'll add that code shortly and then ask you to re-test OK?

@VincyZed at your convenience, can you check out branch baconpaul/deactivate-2639 which should fix this problem?

Thanks!

@baconpaul Confirmed, it's fixed! Thanks :)

Great

Merged. Thanks for the test!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

tank-trax picture tank-trax  路  9Comments

mkruselj picture mkruselj  路  6Comments

hems picture hems  路  3Comments

mxmilkiib picture mxmilkiib  路  7Comments

baconpaul picture baconpaul  路  7Comments