ofSoundBuffer &outBuffer multiple outputs
@antocreo wrote: Hi everyone,I have made a class out of the basic SoundBuffer example from OF0908 that is called Pulse.What I am trying to do is to create an array of Pulse that plays in the main...
View ArticleGetting a texture reference from the ofVideoPlayer
@rich7886 wrote: Hello I had an old project that used a video to deform a mesh from getting a texture reference from the ofVideoPlayer. This doesn't seem to work anymore, My video plays but when I...
View ArticleHow do I move the camera/window?
@robotmad50 wrote: Say you have a picture of a massive smiley face that is greater than the size of your window. Is there a way/function call that allows me to move the camera so that I can see the...
View ArticleAddon with Eclipse-CDT doesn't work
@Courant_de_Fuite wrote: Dear all, I would like to use OF (Wonderfull software) within Eclipse-cdt under Linux Debian Jessie (3.8).I followed the tutorial on your website to integrate the OF plugin to...
View ArticleDXF polylines / ofxAssimpModelLoader
@dimitre wrote: hello, is it possible to import a centerline geometry (just polylines, without faces) using ofxAssimpModelLoader?Thanks Posts: 3 Participants: 2 Read full topic
View ArticleRecording and Playing back audio soon after
@dimitre wrote: I'm trying to find a way of recording audio input and soon after play it back, change speed, reverse, etc.In fact it would be great to load an ofSoundPlayer with ofSoundBuffer data. my...
View ArticleIs it possible to an object send a value outside its class?
@jbacelar wrote: Hi! I have some classes of objects always been updated from cycles in the App.I need to get some string values that are added inside the objects. Is it possible to get these string...
View ArticleHDMI input Raspberry PI3 to PIMapper application
@Steve_Rodriguez wrote: Could anyone help me with setting this up? I've got a rasberry pi3 with OF installed, still figuring out how to put PiMapper on it, but once I'm able to do that it just seems...
View ArticleHow can I have to play the any movie file with alpha channel on ubuntu...
@ayafuji_ wrote: Hello, On ubuntu 16.04, I've been trying to play a movie which has alpha channel.But it seems that it would not work fine. I tried player.setPixelFormat(OF_PIXELS_BGRA); but could...
View ArticleHow do I draw a single point and affect its thickness?
@laziemo wrote: How do i create a single point in oF and set its thickness? ofPoint doesnt work and ofVertex doesnt display the point. the equivalent of what I'm trying to achieve in processing is:...
View ArticleString size or length?
@s002 wrote: Hi!I am trying to translate from processing to openframeworks and almost there ,except I can not get the size of the string after I input the string into a functionwork in draw () string...
View ArticleCreating a score in a game
@thedasher wrote: im using openframeworks through code blocks and i have my game running and was wondering how to get a score setup where it shows up on the screen starting at 0. thanks Posts: 1...
View ArticleofxDatGui safely remove GUI components
@NzNico wrote: Hi ! I'm making a verry flexible interface that adapts to an xml hierarchy. There for, I tried to find some delete method for a parent gui container. I can use "delete" on the adresse...
View ArticleBeginner questions about events
@Awareness wrote: I subclass ofxButton and then I want to call a xbutton class' function if the user clicks on an instance of this button: xbutton.h: class xbutton : public ofxButton { public: bool...
View ArticleFavorite ways to optimize workflow?
@aceslowman wrote: I'm curious how different people work with openframeworks, and in what different ways you have all tweaked your workflow to make it more efficient. Maybe it's something you learned...
View ArticleApplication running
@massimiliano wrote: Is possible implementing a OF project that run as a service/daemon/background, or console mode ? In GUI mode is possible draw some things only one more time or only when i needed...
View ArticleOF Logo on some deploy platform
@massimiliano wrote: When I compile project for emscriptem, iOS or Android, after launch application first appear OF Logo. Is possibile to remove from compilation of an OF Project ? Posts: 1...
View ArticleHow to move a image (ofImage) to a new position?
@ibrahim313 wrote: how to move a image (ofImage) to a new position and if it intersects with another image then the other image would disappear like in chess. Posts: 2 Participants: 2 Read full topic
View ArticleHow to use ofxOpenNI for skeleton tracking
@oh47 wrote: Hello, i use xbox 360(kinect) and i already installed openni, nite-win32, sensorKinect program. Then i search some source codes to use kinect for skeleton tracking....
View ArticleWhy is the model matrix rotated around Z in...
@ttyy wrote: Question is referring to line 497 in ofxAssimpModelLoader.cpp: void ofxAssimpModelLoader::updateModelMatrix() { modelMatrix.makeIdentityMatrix(); modelMatrix.glTranslate(pos);...
View Article