iPlug2 icon indicating copy to clipboard operation
iPlug2 copied to clipboard

Update ITextEntryControl.cpp to support label entry

Open etheory opened this issue 10 months ago • 0 comments

This is an initial suggestion of how you could go about entering the label as a part of the text entry. For simple examples this already works, but there are some outstanding issues:

1.) It's case sensitive, and probably shouldn't be 2.) You cannot use this with advanced entry, like entries where the label changes type depending on the value 3.) It's limited to a double, it could be extended for all

Just throwing this out there to show that it's both possible, and probably not THAT hard.

What do people want to see to consider this complete?

If you use this in conjunction with SetPromptShowsParamLabel(true); it's already quite compelling: TemplateProject_GDWchSqq6B

etheory avatar Feb 26 '25 13:02 etheory