[ANN] new development snapshot of muO available

Cesare Marilungo cesare at poeticstudios.com
Sun Jan 28 21:04:40 UTC 2007


mike clemow wrote:
> Cesare,
>
>> I wrote some morphs to represent notes and envelopes and wanted to send
>> events via OSC in realtime.
>
> Did you ever get Squeak to be able to send any OSC messages at all?
> Are you using classes from Siren?  I'm very interested in this idea as
> well.
>
> Cheers,
> Mike
>
>
No, I'm using Markus Gaelli package:

http://map.squeak.org/package/61f807be-83a3-4944-bfa1-686ddac7153c

Here's a snippet to send a pair of values:

(OSCMessage
        for: {'/pd/osc' . value1 . value2 })
        sendTo: (NetNameResolver localHostAddress)
        port: 9999.

- c.

-- 
http://www.cesaremarilungo.com




More information about the Squeak-dev mailing list