Skip to content

Instantly share code, notes, and snippets.

View eightlines's full-sized avatar

Brent Marshall eightlines

View GitHub Profile
@eightlines
eightlines / ofApp.cpp
Created June 27, 2017 15:07
Open Frameworks - Trying to implement ofSoundStream from a sub class
#include "ofApp.h"
ofApp *ofApp::_app = 0;
ofApp::ofApp() { _app = this; }
void ofApp::setup() {
}