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
If I create a BlepSynth device and insert a FreeVerb device after it, it doesn't sound different (so no reverb is applied). The same occurs if I use a CLAP Reverb plugin such as Dragon Fly. This used to work before.
I did some further debugging on this, and the FreeVerb process function is called (as it should be). However, the order of processing is wrong, so the FreeVerb processing function gets called before the BlepSynth.
If I insert plugins in the "wrong" order, that is first insert the FreeVerb and put the BlepSynth after it, then the reverb gets applied.
* bug-fixes:
ui/b/trackview.js: fix scale rounding that caused extra UI flicker
README.md: link to Roadmap Discussions Feedback & Ideas: #52
ase/combo.cc: fix combo insertion order for devices inserted at end
Fixes#24.
Signed-off-by: Tim Janik <[email protected]>
If I create a BlepSynth device and insert a FreeVerb device after it, it doesn't sound different (so no reverb is applied). The same occurs if I use a CLAP Reverb plugin such as Dragon Fly. This used to work before.
I'm using
The text was updated successfully, but these errors were encountered: