Open LFSaw opened 5 months ago
I was thinking that one wants to return the
EQui
object when callingNdef:equi
, instead of theNdef
itself.
Yeah, I thought about this myself yesterday. Not sure why I did it the other way tbh, but it seems sensible to have a way to get the EQui object.
Also, why not implementing this on
NodeProxy
rather thanNdef
?
Also reasonable.
I'm happy to provide a PR, once the
accessString
discussion is settled.
Sure, happy to see one for both this and the resize.
Another thing that would be nice, would be if the EQui could be embedded in an NdefGui, though that would require a general solution for custom guis there. I think that's not possible at the moment.
I was thinking that one wants to return the
EQui
object when callingNdef:equi
, instead of theNdef
itself.Also, why not implementing this on
NodeProxy
rather thanNdef
?This'd require to update the way the window title is generated (see https://github.com/supercollider-quarks/JITLibExtensions/pull/33#issuecomment-2151828643 for a solution on this):
note that this breaks my solution for resizing (https://github.com/muellmusik/EQui/issues/2), so it needs to be done manually.
I'm happy to provide a PR, once the
accessString
discussion is settled.