User input from editable label
-
Is there a way to access text entered by a user? If not could this be added? I'm thinking this will allow the user more options for customisation, especially useful if they want to customise and rename articulation and controller mappings.
-
If you enter a text into a label, you'll get a
onControl
callback with the text as value. -
Ah cool, I was trying to get the text property I didn't think to try the value.