ArrayArrayArrayArrayArrayArrayArrayArrayArray BrainModular BrainModular Users Forum 2009-05-15T00:45:20+02:00 https://brainmodular.com/forums/app.php/feed/topic/1544 2009-05-15T00:45:20+02:00 2009-05-15T00:45:20+02:00 https://brainmodular.com/forums/viewtopic.php?t=1544&p=8823#p8823 <![CDATA[Changing patch names dynamically.]]>
And then it seems like I need to store that value in a variable, which I can set the name to.

This is the kind of thing I've been experimenting with, but it's not working. I'm trying to get the value of the text output of a combobox called 'instrument'.

SET_TARGET_PATCH SENDER_PATCH
GET_VALUE Instrument text inst
RENAME_PATCH inst



Thoughts??

Thanks,
-eric

Statistics: Posted by woodslanding — 15 May 2009, 00:45


]]>
2009-05-14T19:19:58+02:00 2009-05-14T19:19:58+02:00 https://brainmodular.com/forums/viewtopic.php?t=1544&p=8817#p8817 <![CDATA[Changing patch names dynamically.]]>
Anybody know that syntax? Or if this will work??

or is there really an input to the message module at all?

thanks,
-e

Statistics: Posted by woodslanding — 14 May 2009, 19:19


]]>
2009-05-13T22:45:22+02:00 2009-05-13T22:45:22+02:00 https://brainmodular.com/forums/viewtopic.php?t=1544&p=8804#p8804 <![CDATA[Changing patch names dynamically.]]>
Interface control ->Usine Panels -> Current Patch Name

and double-clicked it so it shows a text input (it's apparently not active, though) and cabled to that input from the text out on a combo box. The combobox is fed from a commatext of the names of all the instruments, and that name is used to dynamically change all the outputs and sends in the patch. If it could change the name, that's one less thing I have to do manually each time I add an instrument.

-e

Statistics: Posted by woodslanding — 13 May 2009, 22:45


]]>
2009-05-13T01:57:37+02:00 2009-05-13T01:57:37+02:00 https://brainmodular.com/forums/viewtopic.php?t=1544&p=8778#p8778 <![CDATA[Changing patch names dynamically.]]>
what do you mean by 'patch name object' ? and what input precisely ?

any picture to enlighten us ?

Statistics: Posted by martignasse — 13 May 2009, 01:57


]]>
2009-05-13T01:18:44+02:00 2009-05-13T01:18:44+02:00 https://brainmodular.com/forums/viewtopic.php?t=1544&p=8776#p8776 <![CDATA[Changing patch names dynamically.]]> Statistics: Posted by woodslanding — 13 May 2009, 01:18


]]>
2009-05-11T19:27:10+02:00 2009-05-11T19:27:10+02:00 https://brainmodular.com/forums/viewtopic.php?t=1544&p=8722#p8722 <![CDATA[Changing patch names dynamically.]]> Statistics: Posted by woodslanding — 11 May 2009, 19:27


]]>
2009-05-11T18:53:41+02:00 2009-05-11T18:53:41+02:00 https://brainmodular.com/forums/viewtopic.php?t=1544&p=8721#p8721 <![CDATA[Changing patch names dynamically.]]>
Thanks you martignasse. My needs was only to change the name of the patch, so I'va change the last argument and it works like a charm !

SET_TARGET_PATCH SENDER_PATCH
RENAME_PATCH "MARTIGNASSE ROCKS"

I was afraid about IML, and finally, it seems to be simple. I'll take a deeply look in ILM now. Thanks you !

Statistics: Posted by moody33 — 11 May 2009, 18:53


]]>
2009-05-11T18:11:58+02:00 2009-05-11T18:11:58+02:00 https://brainmodular.com/forums/viewtopic.php?t=1544&p=8720#p8720 <![CDATA[Changing patch names dynamically.]]>
I made some test and found at least one way to do this

the IML, assuming the UsineMessage module is in the same patch as your sampler and the sampler is named BASS :

Image

Usine seems to graphicly refresh the name of the module when you click in the patch area.

but in a complex workspace, it could be trick to set the TARGET_PATCH

Hope it help

Statistics: Posted by martignasse — 11 May 2009, 18:11


]]>
2009-05-11T15:07:52+02:00 2009-05-11T15:07:52+02:00 https://brainmodular.com/forums/viewtopic.php?t=1544&p=8719#p8719 <![CDATA[Changing patch names dynamically.]]>
Is there's a way to change patch names dynamically?

I need this because i use a sampler that save random name . so the first letters used are for those files are the patch name. then if I want to name a file before recording, I need to change the patch name!

there is probably a way to do this but I'm confused with ILM. anyone have an idea?

Thanks you.

Statistics: Posted by moody33 — 11 May 2009, 15:07


]]>
BrainModular BrainModular Users Forum 2009-05-15T00:45:20+02:00 https://brainmodular.com/forums/app.php/feed/topic/1544 2009-05-15T00:45:20+02:00 2009-05-15T00:45:20+02:00 https://brainmodular.com/forums/viewtopic.php?t=1544&p=8823#p8823 <![CDATA[Changing patch names dynamically.]]>
And then it seems like I need to store that value in a variable, which I can set the name to.

This is the kind of thing I've been experimenting with, but it's not working. I'm trying to get the value of the text output of a combobox called 'instrument'.

SET_TARGET_PATCH SENDER_PATCH
GET_VALUE Instrument text inst
RENAME_PATCH inst



Thoughts??

Thanks,
-eric

Statistics: Posted by woodslanding — 15 May 2009, 00:45


]]>
2009-05-14T19:19:58+02:00 2009-05-14T19:19:58+02:00 https://brainmodular.com/forums/viewtopic.php?t=1544&p=8817#p8817 <![CDATA[Changing patch names dynamically.]]>
Anybody know that syntax? Or if this will work??

or is there really an input to the message module at all?

thanks,
-e

Statistics: Posted by woodslanding — 14 May 2009, 19:19


]]>
2009-05-13T22:45:22+02:00 2009-05-13T22:45:22+02:00 https://brainmodular.com/forums/viewtopic.php?t=1544&p=8804#p8804 <![CDATA[Changing patch names dynamically.]]>
Interface control ->Usine Panels -> Current Patch Name

and double-clicked it so it shows a text input (it's apparently not active, though) and cabled to that input from the text out on a combo box. The combobox is fed from a commatext of the names of all the instruments, and that name is used to dynamically change all the outputs and sends in the patch. If it could change the name, that's one less thing I have to do manually each time I add an instrument.

-e

Statistics: Posted by woodslanding — 13 May 2009, 22:45


]]>
2009-05-13T01:57:37+02:00 2009-05-13T01:57:37+02:00 https://brainmodular.com/forums/viewtopic.php?t=1544&p=8778#p8778 <![CDATA[Changing patch names dynamically.]]>
what do you mean by 'patch name object' ? and what input precisely ?

any picture to enlighten us ?

Statistics: Posted by martignasse — 13 May 2009, 01:57


]]>
2009-05-13T01:18:44+02:00 2009-05-13T01:18:44+02:00 https://brainmodular.com/forums/viewtopic.php?t=1544&p=8776#p8776 <![CDATA[Changing patch names dynamically.]]> Statistics: Posted by woodslanding — 13 May 2009, 01:18


]]>
2009-05-11T19:27:10+02:00 2009-05-11T19:27:10+02:00 https://brainmodular.com/forums/viewtopic.php?t=1544&p=8722#p8722 <![CDATA[Changing patch names dynamically.]]> Statistics: Posted by woodslanding — 11 May 2009, 19:27


]]>
2009-05-11T18:53:41+02:00 2009-05-11T18:53:41+02:00 https://brainmodular.com/forums/viewtopic.php?t=1544&p=8721#p8721 <![CDATA[Changing patch names dynamically.]]>
Thanks you martignasse. My needs was only to change the name of the patch, so I'va change the last argument and it works like a charm !

SET_TARGET_PATCH SENDER_PATCH
RENAME_PATCH "MARTIGNASSE ROCKS"

I was afraid about IML, and finally, it seems to be simple. I'll take a deeply look in ILM now. Thanks you !

Statistics: Posted by moody33 — 11 May 2009, 18:53


]]>
2009-05-11T18:11:58+02:00 2009-05-11T18:11:58+02:00 https://brainmodular.com/forums/viewtopic.php?t=1544&p=8720#p8720 <![CDATA[Changing patch names dynamically.]]>
I made some test and found at least one way to do this

the IML, assuming the UsineMessage module is in the same patch as your sampler and the sampler is named BASS :

Image

Usine seems to graphicly refresh the name of the module when you click in the patch area.

but in a complex workspace, it could be trick to set the TARGET_PATCH

Hope it help

Statistics: Posted by martignasse — 11 May 2009, 18:11


]]>
2009-05-11T15:07:52+02:00 2009-05-11T15:07:52+02:00 https://brainmodular.com/forums/viewtopic.php?t=1544&p=8719#p8719 <![CDATA[Changing patch names dynamically.]]>
Is there's a way to change patch names dynamically?

I need this because i use a sampler that save random name . so the first letters used are for those files are the patch name. then if I want to name a file before recording, I need to change the patch name!

there is probably a way to do this but I'm confused with ILM. anyone have an idea?

Thanks you.

Statistics: Posted by moody33 — 11 May 2009, 15:07


]]>