You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As seen above, the symsin is set up to make a very quick pulse; a click. The PanzerDelay echoes every four ticks and the freeverb has a very long reverb.
What I see is that the freeverb only outputs when the PanzerDelay is actually outputting something; the reverb doesn't tail off as expected.
Always calling GST_BUFFER_FLAG_UNSET (outbuf, GST_BUFFER_FLAG_GAP) in gst_bml_transform_transform_ip_* fixes this issue, and the reverberation happens as it should.
Is this a BML issue or freeverb issue, or something else?
As seen above, the symsin is set up to make a very quick pulse; a click. The PanzerDelay echoes every four ticks and the freeverb has a very long reverb.
What I see is that the freeverb only outputs when the PanzerDelay is actually outputting something; the reverb doesn't tail off as expected.
Always calling
GST_BUFFER_FLAG_UNSET (outbuf, GST_BUFFER_FLAG_GAP)
ingst_bml_transform_transform_ip_*
fixes this issue, and the reverberation happens as it should.Is this a BML issue or freeverb issue, or something else?
Example song here: bug-bml-gaps.txt
The text was updated successfully, but these errors were encountered: