Tyler Henry

Results 6 issues of Tyler Henry

Hi - thank you again for the fantastic addon. I have a question: is there a way to force a component to run its assigned callback? For instance, in setup():...

feature request

When I try to run a simple test app: player.setPlayer(ofPtr(new ofGstVideoPlayer)); player.loadMovie("1.mov"); player.play(); I get: [ error ] ofGstUtils: startPipeline(): unable to get pipeline paused state [warning] ofGstUtils: getDurationNanos(): couldn't...

i.e. ``` John Doe ,1 ,manager John Doherty,200,employee ``` becomes ``` John Doe, 1, manager John Doherty,200,employee ``` This would help when parsing CSV files with Python's csv reader, which...

this would allow for something like: ADDON_LIBS = C:\pathtolib\$$(Platform)\libfile.lib which would be parsed to path: `C:\pathtolib\$(Platform)\` file: `libfile.lib` this would be handy for VS since it uses the `$(something)` pattern...

I'm getting all sorts of std namespace issues trying to build this in Xcode 6.4 (oF 8.4) all in baseProject.cpp I've tried adding using namespace std; without any luck Am...

- simple glm fix from [galsasson](https://github.com/galsasson/ofxTriangleMesh) fork - ofDrawTriangle() - standard window and testApp -> ofApp in example