|
|||
This website is a work in progress. If you think this site needs something that isn't here already, post a suggestion on the forums! This applies to application suggestions and feedback (positive and negative) as well! You can find the forums here: http://sourceforge.net/projects/cdj-400bidirect/forums This aim of this project is to develop a software solution that will allow for bidirectional communication to and from the CDJ-400 device via the Open Sound Control protocol. "Bidirectional" means input via buttons and controls on the device will be output in OSC and the lights and screen can be controlled by OSC input.
This project is currently being implemented in C# on the .NET platform. C# was chosen because it is easy to develop in and allowed for rapid prototyping of the concept. Several OSC and USB libraries were also available for .NET at the time when the language was being selected.
Here is a list of the elements of the project currently being worked on and their estimated (poorly) progress to completion:
Currently the only operating system this project runs on is Windows. The project was built and tested on Windows 7 64-bit edition, however it should work on other Windows platforms due to the portable nature of the .NET platform. Feedback concerning which operating system configurations work and which do not is greatly appreciated. |