Using NetBeans with openFrameworks on Ubuntu – Part II: setting things up

For introduction see first Part. This Part is about actually setting up an openFrameworks project with NetBeans. A new Project Choose “New project” from “File” Menu. In the Popup window choose “C++ Project with Existing Sources” Select the Folder of your openFrameworks App. Choose “Custom” as configuration mode. Note: the actions/settings can differ slightly depending on …

Wandering sound – Part II: Theory of programming

  For description of the project and approach see first Part. This Part is about the theory and maths behind the programming of the wandering sound installation. Focusing on one channel We have two channels to switch and pass on to the appropriate speakers. In the following we consider them two independent systems. So we are going to change …