rncbc / qtractor

Qtractor - An Audio/MIDI multi-track sequencer
https://qtractor.org
GNU General Public License v2.0
495 stars 86 forks source link

Insert Send doesn't send any data anymore from bus to bus #405

Closed suedwestlicht closed 10 months ago

suedwestlicht commented 11 months ago

For ages I use the following setup with most recent Qtractor from Github.

Track -> Aux Send -> Bus with echo plugin Bus with echo plugin -> Insert Send -> Bus with Reverb plugin

The Bus with the Reverb plugin should be placed "left" (before) from the Bus with the echo plugin.

So I need only one Reverb plugin instance for tracks and its echo.

This doesn't work anymore. Can't say when it started.

I add a simple session that shows the routing. Bus2 should send audio to Bus1 via Insert Send but no audio is sent. Bustest.qtz.zip

rncbc commented 11 months ago

last release that seemed to work was v0.9.33 ... UPDATE: prolly fixed in a3c021e9 [develop], please test && tell

suedwestlicht commented 11 months ago

Yes, it works again. Thx Rui

G3N-es commented 11 months ago

I appreciate the repair, I consider this functionality essential: to be able to send signals from "buses" to the final master.

However there is a new error. Now if you create inserts between tracks the sound is distorted.

suedwestlicht commented 11 months ago

Indeed. That's a feature I never used but I attach a sample session. The distorted Insert Send sounds as as if was pitched down. Bustest.qtz.zip

rncbc commented 11 months ago

confirmed; and it was fine all the way until the later repair/fix re. inserts on buses... good catch.

back to repair shop indeed thanks

rncbc commented 11 months ago

regression in https://github.com/rncbc/qtractor/commit/6cf2e0c; prolly fixing both accounts

please provide some precious feedback ;) cheers

G3N-es commented 11 months ago

Works!!! :D

Thanks Rui

suedwestlicht commented 11 months ago

Yep, both cases are fixed. Thx Rui.

rncbc commented 10 months ago

closing now.