1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
hosc - haskell open sound control
---------------------------------
[hosc][hosc] provides `Sound.Osc`, a [haskell][hs]
module implementing a subset of the [Open Sound Control][osc] byte protocol.
hosc is required by the [hsc3][hsc3] haskell [supercollider][sc3] bindings.
See also:
- [hosc-json](http://rohandrape.net/?t=hosc-json): Json text encoding of Osc
- [hosc-util](http://rohandrape.net/?t=hosc-util): non-core Osc functions
© [rohan drape][rd], [stefan kersten][sk] and others, 2007-2022,
[gpl-3][gpl-3]. with contributions by:
- [alex mclean][am]
- [henning thielemann][ht]
see the [history](http://rohandrape.net/?t=hosc&q=history) for details
[hosc]: http://rohandrape.net/?t=hosc
[hs]: http://haskell.org/
[osc]: https://opensoundcontrol.stanford.edu/
[hsc3]: http://rohandrape.net/?t=hsc3
[sc3]: http://audiosynth.com/
[rd]: http://rohandrape.net/
[sk]: http://space.k-hornz.de/
[am]: http://yaxu.org/
[ht]: http://www.henning-thielemann.de/Research.html
[gpl]: http://gnu.org/copyleft/
[gpl-3]: http://gnu.org/licenses/gpl-3.0.html
|