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, <[email protected]> wrote: > Send haskell-art mailing list submissions to > [email protected] > > 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 > [email protected] > > You can reach the person managing the list at > [email protected] > > 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 <[email protected]> > To: [email protected] > Subject: [haskell-art] hosc-0.14 help > Message-ID: > <CAORZCAr+H8KZA4exWSA5o33_kB2cQSqFsO2FU6P8VeK7g= > [email protected]> > 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 <[email protected]> > To: [email protected] > Subject: Re: [haskell-art] hosc-0.14 help > Message-ID: <[email protected]> > 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 > [email protected] > http://lists.lurk.org/mailman/listinfo/haskell-art > > > End of haskell-art Digest, Vol 65, Issue 4 > ****************************************** >
_______________________________________________ haskell-art mailing list [email protected] http://lists.lurk.org/mailman/listinfo/haskell-art
