Hi Sudhanshu, A general comment about OSC and Mixxx, the main reason why we have considered it low priority in the past is the lack of hardware support. As far as I'm aware there are very few controllers that actually publish OSC messages. If you apply for this project, one question you will get asked is do you have access to such a piece of hardware?
> I am planing to do it in python and there are many wrappers are available > those can wrap python code in c++ and then i can send them on Mixxx port. I would not recommend the use of python. This would add python as a dependency to Mixxx and require us to bundle the python interpreter on Windows and Mac OS X. Generally using an interpreted language for low-latency software development is also not a good idea. Adam ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Mixxx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mixxx-devel
