3

I bought TouchOSC app for my iPod Touch, because I thought it would be easy to find a library to use osc protocol in c#. I would like to develop an application using c#, but haven't found one yet. Would someone know about any good libraries to do osc in c#? I found some topic where it mentioned c++ libraries.. In case there are not exist c# libraries, I can use c++ libraries?

nagates
  • 620
  • 13
  • 40
Pablo Gonzalez
  • 673
  • 2
  • 10
  • 24
  • 1
    This question could probably be cleaned up a bit, but I actually feel its a valid question. – nagates Jul 02 '14 at 13:46
  • Cleaned up the question a bit hopefully it's a little better, but it might not be enough? – nagates Jul 02 '14 at 13:52
  • if you had to use C++ library, you maybe able to wrap it in C#. I am actually looking for a good C# library myself, I will let you know if I come up with something good. Cheers! – nagates Jul 02 '14 at 13:53
  • @nagates: library recommendation questions are offtopic – PlasmaHH Jul 02 '14 at 13:56
  • @PlasmaHH, fair enough. I guess my question would be then, how does one get help in finding a good library, as some may be obscure, or not even worth people's time. I feel it's a valid question to ask those in the know, which libraries are bad or difficult to use. – nagates Jul 02 '14 at 13:58
  • @PlasmaHH, I guess I could see where this gets tricky because it could become VERY opinionated really fast. I guess I would like to know, should the OP, research libraries before hand, and ask for suggestions on each, idk. – nagates Jul 02 '14 at 14:32

2 Answers2

1

Try this, i dont know if you will find what you need in this library. http://opensoundcontrol.org/implementation/osc-net-v1-2

Beesman
  • 11
  • 1
0

There was an osc open source implementation from luvtechno.net (this website seems to be down now tho).

You can find source code here

Used it extensively and it works really well (if you need a sample let me know, but it should be pretty simple to use).

mrvux
  • 8,523
  • 1
  • 27
  • 61