Skip to content

Commit 8f80e22

Browse files
author
Milkii Brewster
committed
docs: record port-group-changed fix in INTEGRATION.md
1 parent 4280b36 commit 8f80e22

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

INTEGRATION.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ These are direct commits on `integrated` that fix regressions introduced by PR m
121121
|---|---|---|---|
122122
| `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` |
123123
| `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` |
124125

125126
## Branch and Integration Status Outline
126127

0 commit comments

Comments
 (0)