Audio Popping Question
@jjb wrote: So, for the final project in a coding class I made a synth using the Maximilian add-on. It works great but half the time I launch it there’s an awful pop. I don’t no how to get rid of it...
View ArticleValue of GLM Vector in setup() not the same in update()
@seem wrote: Hello, I am not quite sure what I am doing wrong here. I am initializing some GLM vectors in my header file, setting values to them in my setup() function, and adding them together in my...
View ArticleDriving a simulation through update of the frame time?
@konjkav wrote: Hi, I am quite new to Openframeworks so Sorry if my question seems a bit off or trivial. What I am trying to do is to drive a simulation by updating frame_rate ofxEasycam object. I...
View ArticleofxAlembic on windows10&vs2015
@tktr wrote: I’d like to use ofxAlembic on windows, but even if I look at this article, the source code link is broken or I do not know how to do it. ofxAlembic on windows extend I’m trying to get...
View ArticleInstagram & geolocalisation
@A_E wrote: Hi I want to create a program to geolocate on a map the repost of some picture or hashtag on instagram… … But i do not know if it’s possible, or witch addon could do that. do you have any...
View ArticleGetting the Kinect V2 to connect to OS X
@NeoSchO wrote: Hi! I’m really new to openFrameworks and am having trouble getting the Kinect V2 set up on my MacBook. I have plugged it into my MacBook and nothing is turning on the camera. When...
View ArticleProcessing to repair unnecessary arrays with ofMesh
@tktr wrote: If “- inf” is included in the array of vertices in ofMesh, how can I skip for minutes and assign it to another array? The following picture shows the vertices of ofMesh in a text file in...
View ArticleGrowing Vine/Plant Animations for an AV video project
@shay_b wrote: Hey there, I’m completely new to programming and of! For a project I’m currently working on I would like to have a jungle like vines grow from the centre of the window in of and expand...
View ArticleHow to use TimedomainMedianFilter
@tktr wrote: gist.github.com https://gist.github.com/satoruhiga/5542615 TimedomainMedianFilter.hpp #pragma once #include "ofMain.h" template <typename T> class TimedomainMedianFilter { public:...
View ArticleVs2017 and loads of addon errors
@Sam_McElhinney_io wrote: Hi All I have been using vs2015 and a slightly older version of OF for quite some time now, perfectly happily. Yesterday I updated both, to vs2017 and OF 0.10.1. I also...
View ArticleVs2015 cannot open input file (ofxOpenCv addon error)
@Sam_McElhinney_io wrote: I am trying to add the ofxOpenCv addon to an existing application in vs2015. I can do so via the solution explorer/openframeworks addons option; which successfully adds the...
View ArticleHow to draw half a sphere?
@bitters wrote: I’m trying to just have half a sphere using ofSpherePrimitive but I can’t find a method to do that. Is there any way to do this? Posts: 2 Participants: 2 Read full topic
View ArticleHow to get coordinates individually from ofVbo
@tktr wrote: Is there a way to get coordinates individually from ofVbo? Coordinates are stored in ofBufferObject. Posts: 4 Participants: 2 Read full topic
View ArticleOF and Macbook Pro 2018
@Kroggel wrote: Hey there I´m runnung OF 10.1 in Xcode on a Macbook Pro 13 Inch 2018 Model. As soon as I start to compile and run even the simplest Sketch the Fan starts to kick in. Is this normal...
View ArticleSome extensions like ofxFaceTracker2 doesn't work in OF 10.1+Qtcreator(OSX)
@php0614 wrote: Hello, I’ve noticed that some extensions don’t work in OF 10.1 with QtCreator they only work with Xcode for example, ofxFaceTracker2 only works with Xcode and doesn’t work with...
View ArticleIterating vertexes ofMesh::sphere
@RobbertGroenendijk wrote: I’ve been trying to displace the surface of a ofMesh::sphere instance by iterating over the vertexes and adding a noise function. Most things are working but somehow the...
View ArticleSecond camera that does not draw to screen? Get pixels from this camera
@zaedric wrote: I have a 3d Scene which is currently viewed with an ofEasyCam. I would like to have another camera, or some way to view the scene from another perspective. I would like this second...
View ArticleScreengrab and pointer error
@xdxdvsxdx wrote: Hi! sorry if this question has been already asked (I searched around and I didn’t seem to find it) I am taking a screen capture on a keystroke, but as soon as I catch the image it...
View ArticleConverting from Processing to OF - rotateY
@hcor001 wrote: Hello! I’m quite new and am wanting to convert an old sketch I did from processing to OF but it isn’t quite working and ofRotate X,Y,Z are deprecated. Any advice on how I can get...
View ArticleImage.clone() update? // 'clone' is a protected member of 'ofImage_'
@Jpg_92 wrote: Hello, I’m a newbie on oF so forgive me if this sounds obvious! I’m running examples from Mastering openFrameworks: Creative Coding Demystified // Page 102 - A simple geometrical...
View Article