@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;
+
+ /* aida property? */
+ Bse::BusH bus = Bse::BusH::__cast__ (bse_server.from_proxy (self->item));
+ const Bse::StringSeq meta = bus.find_prop (property);
Fixed in a later commit.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.