[Qtractor-devel] Regressions in current drumkv1 Git
An Audio/MIDI multi-track sequencer
Brought to you by:
rncbc
From: Frank N. <bea...@we...> - 2018-10-07 07:41:06
|
Hi Rui and all, (first off: This is a problem report for drumkv1, not for qtractor) I noticed that with the current drumkv1 Git state there is a regression: Instantiating a drumkv1 LV2 plugin causes one CPU core to got to 100% load; the GUI becomes unresponsive, and the whol qtractor session is essentially unusable (though there is no crash). I compared this to recent versions of e.g. padthv1 since they are often in sync, but padthv1 behaves fine. Looking closer, I see there were two recent commits on (only) drumkv1 that broke it for me: $ git log --oneline 7778e0d - Yet some more offset sync state fixing. <-- gives the reported issue above a2114b6 Yet another round to offset sync fixing. a25be50 - Fix LV2 UI initialization (again). <-- this version still works fine ... Any idea what is going on here? My qtractor version is 0.9.3, commit ID af83cd. Thanks, Frank |