[PD] OSC over netsend -u -b

Dan Wilcox danomatika at gmail.com
Thu Mar 12 17:31:36 CET 2015


If you're using Pd 0.4.6+, look at the help for [oscformat] which you can
use in place of mrpeach packOSC. Basically:

[1.23 < <-- message or list to send
|
[oscformat /osc/address] <- set address and format incoming data
|
[list prepend send]
|
[list trim]
|
[netsend -u -b]

From: "Peter P." <peterparker at fastmail.com>
> To: "pd-list at iem.at" <pd-list at iem.at>
> Cc:
> Date: Thu, 12 Mar 2015 17:09:40 +0100
> Subject: [PD] OSC over netsend -u -b
> Hi list,
>
> I am trying to send OSC messages over [netsend -u -b] which I formatted
> using [packOSC] from mrpeach net library without any further
> modification (as I would do using [udpsend]).
>
> I get on the console:
>         netsend: no method for 'float'
> supposedly because [netsend] expects the keyword "send" followed by a
> list of numbers to send.
>
> Since OSC messages formatted by packOSC vary in length, how could I send
> data over [netsend -u -b]?
>
> Thanks for any ideas!
> P
>

-- 
Dan Wilcox
@danomatika
danomatika.com
robotcowboy.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20150312/e754feb2/attachment.html>


More information about the Pd-list mailing list