rncbc / qtractor

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

Quick hack to get latency compensation when recording. #376

Closed 7u83 closed 1 year ago

7u83 commented 1 year ago

When calculating the clip offset, both output and input latency is taken into account. This works well, if all output busses have the same latency. More work has to be done, if busses with different output latency shell be handled.

rncbc commented 1 year ago

merged to develop branch as 0909a88e

thanks