Jun 16 2009
∞
Task 3: First OF exercise
(To be done together maybe).
Create an application on openFrameworks that inputs OSC data on one port and outputs the same data on another port. The port of the input as well as the port and the ip address of the output should be settable by text input widgets on a window of the application.
This application is needed to forward the OSC output from CCV to the port that SuperCollider listens to. A standalone C++ application (= fast native machine code) is much preferable to a P5 patch, because the P5 patch would contain too much overhead in memory and processing power because of the java and P5 application framework.
IZ Tue, June 16 ‘09, 07:40 PM