Frank Barknecht a écrit :
> Hallo,
> Rory Walsh hat gesagt: // Rory Walsh wrote:
> 
>> Following on from my earlier post, I want to build an internal message
>> by prepending a semicolon to a regular message which I've dynamically
>> created. My question is how to change this
>>
>> | obj_rec16 color 12 22 22 (
>>
>> to this
>>
>> |; obj_rec16 color 12 22 22 (
>>
>> I'm guessing it's pretty easy but so far I can't seem to find a
>> solution. And advise is much appreciated.

you can also simply create a message : | color 12 22 22 (
and connect it to a [send obj_rec16] object ...

Cyrille

> 
> Send an "addsemi" message to the message box. Also see the helpp-patch
> for message boxes, it documents some of these new features added with
> 0.40 or so (maybe later)
> 
> Ciao

_______________________________________________
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list

Reply via email to