openFrameworks


12
Sep 10

oF + flosc = MIDI in Flash

I spent a day working out the workflow of getting openFrameworks talking to Flash. So as a test project I decided to attempt to get MIDI messages from my MIDI controller into Flash. This was something I wanted to do a few years ago but didn’t have the technical know-how.

For this setup I am using Flosc, openFrameworks and Flash. Flosc is a Flash gateway for sending and receiving OSC (Open Sound Control) messages. The visuals were thrown together in a couple of minutes so aren’t great.

The circles sizes change according to the velocity of a specific key on the MIDI controller.


9
Jan 10

ofxBox2d install.xml

I’ve made an install xml file for the ofxBox2d to use with the Code::Blocks oF Addon Plugin.

This plugin is definatly worth using. It saves manually importing cpp and header files for every project.

http://www.openframeworks.cc/forum/viewtopic.php?f=14&t=3125


28
Nov 09

openFrameworks

I’ve taken a leap into C++ and setup openFrameworks in Xcode (on mac) and Code::Blocks (on pc). openFrameworks is great for producing offline material for installations, such as this. So far I have got my head around a few addons including Box2D and some basic openCV bits.