[PD] how to change symbol to float

Alexandros Drymonitis adrcki at gmail.com
Mon Jul 6 19:43:00 CEST 2015


Here's a vanilla abstraction (attached) that does this, using [list
fromsymbol]

On Mon, Jul 6, 2015 at 4:53 PM, Cyrille Henry <ch at chnry.net> wrote:

> hello,
> i don't know any vannilaway to convert symbol to float, but you can use
> externals like s2f from moonix.
> c
>
>
>
> Le 06/07/2015 15:31, Richard Millig a écrit :
>
>> hi all,
>>
>> i hope this could a be a simple issue for someone:
>> i'm getting following from [unpackOSC] after changing values of a vslider
>> in AndrOSC:
>>
>> /vslider 0\\,123
>>
>> and
>> [pipelist]
>> |
>> [routeOSC \vslider]
>> |
>> [print] prints then: 0,123
>>
>> so how to change this symbol in a float like 0.123?
>> or does somebody know how to fix this in AndrOSC?
>>
>> greetings and thanks for helping
>> richard
>>
>>
>> _______________________________________________
>> Pd-list at lists.iem.at mailing list
>> UNSUBSCRIBE and account-management ->
>> http://lists.puredata.info/listinfo/pd-list
>>
>
> _______________________________________________
> Pd-list at lists.iem.at mailing list
> UNSUBSCRIBE and account-management ->
> http://lists.puredata.info/listinfo/pd-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20150706/9fa3874c/attachment.html>
-------------- next part --------------
#N canvas 152 272 356 371 10;
#X obj 69 48 list fromsymbol;
#X obj 69 94 list-drip;
#X obj 69 116 moses 48;
#X obj 114 139 moses 58;
#X obj 114 161 - 48;
#X obj 114 183 t f b;
#X obj 141 205 f;
#X obj 141 227 * 10;
#X obj 114 244 +;
#X obj 114 266 t f f;
#X obj 69 70 t l b;
#X msg 156 183 0;
#X obj 99 288 f;
#X obj 69 26 inlet;
#X obj 99 310 outlet;
#X connect 0 0 10 0;
#X connect 1 0 2 0;
#X connect 1 1 12 0;
#X connect 2 1 3 0;
#X connect 3 0 4 0;
#X connect 4 0 5 0;
#X connect 5 0 8 0;
#X connect 5 1 6 0;
#X connect 6 0 7 0;
#X connect 7 0 8 1;
#X connect 8 0 9 0;
#X connect 9 0 12 1;
#X connect 9 1 6 1;
#X connect 10 0 1 0;
#X connect 10 1 11 0;
#X connect 11 0 6 1;
#X connect 12 0 14 0;
#X connect 13 0 0 0;


More information about the Pd-list mailing list