Hi list,
For OSC communication, I wonder to know how to do it.
My original list(not exactly list but I say so) is: *test 1 2 3*
Prepend symbols are: (prepend twice or more) */abc* */def*
[test 1 2 3(
|
[t a b]
|
| [symbol */abc*]
|
[list prepend]
|
[t a b]
|
| [symbol */def*]
|
[list prepend]
|
[print]
================ The result is:
*/def /abc test 1 2 3*
But, I want to remove the space within */def* and */abc*
I want to do without the space.
================
how to do it?
I tried with [$2$1] as list prepend, but the symbol in the text, it failed.
Pleas help!
Thanks, Jong
Le 16/01/2014 12:06, Jonghyun Kim a écrit :
Hi list,
For OSC communication, I wonder to know how to do it.
My original list(not exactly list but I say so) is: *test 1 2 3*
Prepend symbols are: (prepend twice or more) */abc* */def*
I want to do it
[test 1 2 3( | [t a b] |
| [symbol */abc*] |
[list prepend] | [t a b] |
| [symbol */def*] |
[list prepend] |
list split 2 | | [$1$2< | | | [list append] |
cheers c
[print]
================ The result is:
*/def /abc test 1 2 3*
But, I want to remove the space within */def* and */abc*
I want to do without the space.
================
*/def/abc test 1 2 3*
how to do it?
I tried with [$2$1] as list prepend, but the symbol in the text, it failed.
Pleas help!
Thanks, Jong
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Hello Jong,
See patch attached, it could help you... ++
Jack
Le 16/01/2014 12:06, Jonghyun Kim a écrit :
Hi list,
For OSC communication, I wonder to know how to do it.
My original list(not exactly list but I say so) is: *test 1 2 3*
Prepend symbols are: (prepend twice or more) */abc* */def*
I want to do it
[test 1 2 3( | [t a b] |
| [symbol */abc*] |
[list prepend] | [t a b] |
| [symbol */def*] |
[list prepend] | [print]================ The result is:
*/def /abc test 1 2 3*
But, I want to remove the space within */def* and */abc*
I want to do without the space.
================
*/def/abc test 1 2 3*
how to do it?
I tried with [$2$1] as list prepend, but the symbol in the text, it failed.
Pleas help!
Thanks, Jong
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Wow! thanks Jack! It's a good point.
On Fri, Jan 17, 2014 at 7:34 PM, Jack jack@rybn.org wrote:
Hello Jong,
See patch attached, it could help you... ++
Jack
Le 16/01/2014 12:06, Jonghyun Kim a écrit :
Hi list,
For OSC communication, I wonder to know how to do it.
My original list(not exactly list but I say so) is: *test 1 2 3*
Prepend symbols are: (prepend twice or more) */abc* */def*
I want to do it
[test 1 2 3( | [t a b] |
| [symbol */abc*] |
[list prepend] | [t a b] |
| [symbol */def*] |
[list prepend] | [print]================ The result is:
*/def /abc test 1 2 3*
But, I want to remove the space within */def* and */abc*
I want to do without the space.
================
*/def/abc test 1 2 3*
how to do it?
I tried with [$2$1] as list prepend, but the symbol in the text, it failed.
Pleas help!
Thanks, Jong
_______________________________________________Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list