[PD] Re: [PD-dev] We've got to undo the MIDI revolution! - Where isOSC?!

Robert Scott lists at riscott.ukfsn.org
Fri Mar 17 04:29:18 CET 2006


On Friday 17 Mar 2006 02:17, Chris McCormick wrote:
> As far as I can tell, all that would be needed to acheive this is an
> object called [stol] (symbol to list) in Pd canonical. This object is
> like Perl's "split" function and it would take a character (such as "/")
> as it's first argument. Then you could just go:
>
> [netrecieve myport 1]
>
> [list split 1]
>
> [stol /]    |
>
> |           [...list split or route value bits here...]
>
> [...list split or route path bits here...]
>
>
> Sending OSC udp packets to myport. N'est pas?

You're forgetting that you'd want to be able to communicate with non-pd osc 
apps over UDP. With this approach, the data would go (from pd to pd), but it 
would be wrapped in pd's udp format.


robert.




More information about the Pd-list mailing list