Page 1 of 1

How can I enable to end-user to enter text?

Posted: Mon Sep 29, 2014 4:32 am
by zoobooboozoo
Hey, I need the end-user that's using my vst/exe to be able to enter text.
I know the text module and it worked great with what I'm doing but it is absent from the front panel/gui.

any solution available?

Re: How can I enable to end-user to enter text?

Posted: Mon Sep 29, 2014 5:18 am
by Perfect Human Interface
"Edit box"

Re: How can I enable to end-user to enter text?

Posted: Mon Sep 29, 2014 6:15 pm
by KG_is_back
And you may also use string preset primitive to save short (255chars) strings in preset.

Re: How can I enable to end-user to enter text?

Posted: Mon Nov 03, 2014 11:22 pm
by adson3492
Is there a way to log data as an xml file like in labview or matlab?

This would be a great function that is commonly used in science and engineering because with excel you can quickly make charts and histograms to publish acquired data.

Re: How can I enable to end-user to enter text?

Posted: Mon Nov 03, 2014 11:33 pm
by KG_is_back
adson3492 wrote:Is there a way to log data as an xml file like in labview or matlab?

This would be a great function that is commonly used in science and engineering because with excel you can quickly make charts and histograms to publish acquired data.


Unfortunately, no one made an example of that yet. It should be possible via the dll component and external dll. I saw someone mentioning it like a month ago.

Re: How can I enable to end-user to enter text?

Posted: Fri Nov 14, 2014 11:07 am
by JB_AU