Page 1 of 1

Posted: 07 Sep 2009, 23:58
by ethnix73
Is there anyway to rename a patch by retrieving a string from a textfield module, with the internal message langage?

I've done a few test but i haven't been able to do this...

Posted: 10 Sep 2009, 08:31
by senso
did you try the RENAME_PATCH or SAVE_PATCH command?

Posted: 10 Sep 2009, 12:37
by ethnix73
Yes Mr Senso, i've tried the rename patch command...

I'm using a textfield module to have a visual feedback on a local interface builder. This string is then sent to others textfield modules, through bus, located in other local interface builder. No problem with this

I would like to be able to rename automatically my sub patch in the patch design panel....

With IML, i can retrieve the outlet from the textfield module, and get the string values. But, can i use set this string as a variable and use it with the rename patch command?

Posted: 10 Sep 2009, 18:56
by senso
You'll probably have to use the 'concat string' modules in order to create a valid command like:

RENAME_PATCH c:usinepatchesmyPatch.pat

then use the 'send message' module process the message.

something like that?