Hi Rohan,

Thank you greatly for the help !  I'm able to send OSC messages now and
working on receive today.

Best,

Thom

On Sat, Jul 20, 2013 at 7:00 AM, <haskell-art-requ...@lurk.org> wrote:

> Send haskell-art mailing list submissions to
>         haskell-art@lurk.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         http://lists.lurk.org/mailman/listinfo/haskell-art
> or, via email, send a message with subject or body 'help' to
>         haskell-art-requ...@lurk.org
>
> You can reach the person managing the list at
>         haskell-art-ow...@lurk.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of haskell-art digest..."
>
>
> Today's Topics:
>
>    1. hosc-0.14 help (Thom Jordan)
>    2. Re: hosc-0.14 help (Rohan Drape)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Fri, 19 Jul 2013 16:02:34 -0400
> From: Thom Jordan <vires...@gmail.com>
> To: haskell-art@lurk.org
> Subject: [haskell-art] hosc-0.14 help
> Message-ID:
>         <CAORZCAr+H8KZA4exWSA5o33_kB2cQSqFsO2FU6P8VeK7g=
> 5...@mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Greetings All,
>
> Would there be some basic example code of how to use hosc-0.14 ?  I have
> some old code that I wrote a few years ago which doesn't work anymore.  It
> uses a previous version of hosc (when we used to need to import
> Sound.OpenSoundControl instead of Sound.OSC, etc..).
>
> I've been trying to figure it out and to also find some example code online
> but no luck so far.  I would say that I'm an intermediate Haskell
> programmer who's a little rusty, but understands a wide range of the
> language and its possibilities.
>
> Thanks,
> Thom Jordan
> Georgia Tech Center for Music Technology
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://lists.lurk.org/pipermail/haskell-art/attachments/20130719/f6c686dd/attachment-0001.html
> >
>
> ------------------------------
>
> Message: 2
> Date: Sat, 20 Jul 2013 13:22:17 +1000
> From: Rohan Drape <rohan.dr...@gmail.com>
> To: haskell-art@lurk.org
> Subject: Re: [haskell-art] hosc-0.14 help
> Message-ID: <87ob9xc3va.fsf@x60.slavepianos>
> Content-Type: text/plain; charset=us-ascii
>
> There are two main changes in 0.14:
>
>   - the 'Datum' types were made a little more
>     disciplined, ie. Int32 instead of Int etc.  There
>     are some additional functions to try and make the
>     type translations less painful.
>
>   - the 'File Descriptor' transport isn't exported by
>     default and instead there's a monadic transport
>     model
>
> "Sound.OSC.FD" is more or less the old "Sound.OpenSoundControl"
>
> > Would there be some basic example code of how to use hosc-0.14 ?
>
> Perhaps see:
>
>   http://rd.slavepianos.org/sw/hsc3/Sound/SC3/Server/Transport/Monad.hs
>
> for the 'Monad' interface, and:
>
>   http://rd.slavepianos.org/sw/midi-osc/help/midi-osc.help.hs
>
> for the 'FD' interface, in that case managing multiple
> sockets.
>
> If there are any particular codes that don't seem to
> translate let me know and I'll try to help out.
>
> Best,
> Rohan
>
>
>
> ------------------------------
>
> _______________________________________________
> haskell-art mailing list
> haskell-art@lurk.org
> http://lists.lurk.org/mailman/listinfo/haskell-art
>
>
> End of haskell-art Digest, Vol 65, Issue 4
> ******************************************
>
_______________________________________________
haskell-art mailing list
haskell-art@lurk.org
http://lists.lurk.org/mailman/listinfo/haskell-art

Reply via email to