[PD] converting a regular message to an internal message?

cyrille henry cyrille.henry at la-kitchen.fr
Mon Feb 2 12:41:14 CET 2009



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




More information about the Pd-list mailing list