gen~ inside rnbo~ @exposeparams & @displayname

realshafer's icon

Hi all,

This is a feature request really: It would be great to have the feature set of rnbo's [param] object added to the gen-inside-of-rnbo's [param] object. For example, it is super convenient to turn on the @exposeparams attribute of a gen~ object. But, when exporting to a VST, the naming of those parameters is ugly. It would be great to be able to use the same attributes as rnbo's [param] like @displayname, @displayorder, @unit, @fromnormalize, @tonormalize, etc.

Yes, I know I can build the [param] with those attributes outside of gen~ and use the [set] message to connect. It just seems like the experience could be less redundant, especially since @exposeparams seems to point in this direction.