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
Copy file name to clipboardExpand all lines: INTEGRATION.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -121,6 +121,7 @@ These are direct commits on `integrated` that fix regressions introduced by PR m
121
121
|---|---|---|---|
122
122
|`aa212b5d3`| pr-1397 (port-groups) |`PatchbayPortAddedCallback`/`PatchbayPortChangedCallback` emits passed 4 args to 5-arg signals; `slot_handlePatchbayPortChangedCallback` missing `portGroupId` param → repeated `TypeError` in `carla-jack-*` on every JACK port event |`carla_host.py`|
123
123
|`09a5e7a82`| pr-1397 (port-groups) |`slot_handlePatchbayPortGroupAddedCallback` body referenced `portFlags` after pr-1397 renamed the param to `portGroupFlags` → `NameError` on every port-group add event |`carla_host.py`|
124
+
|`4280b36af`| pr-1397 (port-groups) |`slot_handlePatchbayPortGroupChangedCallback` was a no-op stub; now schedules `slot_canvasRefresh` via `QTimer.singleShot` since patchcanvas has no incremental port-group rename API |`carla_host.py`|
0 commit comments