@swesterfeld commented on this pull request.
> @@ -89,8 +89,24 @@ bus_build_param (BstBusEditor *self,
const gchar *editor,
const gchar *label)
{
- GParamSpec *pspec = bse_proxy_get_pspec (self->item, property);
- self->params = sfi_ring_prepend (self->params, bst_param_new_proxy (pspec, self->item));
+ GxkParam *gxk_param = nullptr;
Right. This has been refactored in a later commit, so the issue is effectively resolved.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.