I have a question about Openframeworks IOS step sequence!
@11118 wrote: Hello everyone, I'm studying openframeworks in Japan. I want to clear() all of step sequencer's track when I push a button. How can I do that? Thanks and advise me plz! have a good day!...
View ArticleWhat is OF_TARGET_WINVS in ofTargetPlatform?
@cuinjune wrote: There's OF_TARGET_WINVS in ofTargetPlatform.I wonder what kind of platform exactly WINVS is.Thanks in advance. Posts: 2 Participants: 2 Read full topic
View ArticleOpenframeworks ios step sequence
@11118 wrote: Hello!With yours help, I created the openframeworks IOS step sequence and got it to work on my iPhone! But I want to display the screen both on my Iphone and my macbook wirelessly by...
View ArticleAverage color grid pattern
@Regi wrote: Hi, I'm setting up a project where I'd like to take a video file and in a grid of 6x21 get an average color within each grid cell. So like a low-density led display where I take in a...
View ArticleVideo frame to unsigned char
@Regi wrote: Hi, I'm looking for a light-weight way to convert video frames (as it's running) to unsigned char values. While also changing from RGBA to BGRA. Should I do this in a texture? Or skip?...
View ArticleAddon for pretty game-menu GUI?
@Taconito wrote: Hi to all! Someone can advise me an addon to create a pretty game-menu GUI? I want to replace that horrible default "ofxGui". Posts: 2 Participants: 2 Read full topic
View ArticleofxBaseGui - How hide it?
@Taconito wrote: Hi to all. Is there a way to hide the GUI and make it appear only when needed? Posts: 3 Participants: 2 Read full topic
View ArticleofMesh triangles index
@Regi wrote: Hi, Using ofMesh I'm trying to achieve this look, specifically the blue (fade out to the sides) cut off cone. CaptureBlue.PNG968x678 98.7 KB Unfortunately this is what I've got so far...
View ArticleIOS in openframeworks
@BenzaminJo wrote: Hello! I'm studying openframeworks in Japan.nice to meet you I'm trying to send my simulator in my Ipad.but i have something problem. what can I do in this situation?Thanks!...
View ArticleofxTrueTypeFontUC not working in OpenGL 4.0
@Wenzy wrote: Hi, I found a problem when i set the GLVersion in 4.0. int main() { ofGLWindowSettings settings; settings.setGLVersion(4, 0); settings.width = 1920; settings.height = 1080;...
View Articlemovie.isPlaying() returning inconsistent values
@Regi wrote: Hi, I was wondering if anyone's experienced isPlaying() for a video to return inconsistent values. In my case even if the video is playing (i can actually see it running), cout'ing...
View ArticleUpdate() function call
@zaub9r wrote: Hi everyone, i was wondering how often the update()-function gets called? Is it every (m)s or so? thanks in advance,zaub9r Posts: 1 Participants: 1 Read full topic
View ArticleHow to get ofxWMFVideoPlayer textures? help, please!
@EduCabrera wrote: Hi! The specific question is: How can I get a texture from a video played with ofxWMFVideoPlayer? (it doesn't work as ofVideoPlayer). Some background and considerations:0) I'm on a...
View ArticleHow to create a similar effect to this video?
@cuinjune wrote: Hi, I wonder how to create a similar effect to the one shown in this video. It seems like it's modifying vertices of the sphere mesh but I don't understand how it can distort the...
View ArticleFile not found for gstreamer example
@gerardo-pellicer wrote: I'm trying to compile a gstreamer example in xcode, I get the errror no such file or directory: '/libs/openFrameworks/video/ofGstVideoGrabber.cpp'But if I go to that directory...
View ArticleHow to bind a texture to ofVbo correctly
@jhx4979 wrote: I want to bind a texture to a quad through using ofMesh and ofVbo. But I can't get the texture but black quad. I have searched some answers, but I still can't figure it out. Here is my...
View ArticleHide window from taskbar? (in multi window app)
@EduCabrera wrote: Hi!I have a multi-window app and I would like to hide (and show) the sub-windows of my project whenever I need. Is that Possible? I'm on windows 10 and the project is based on the...
View ArticleMask shrinking by 2 pixels
@hamoid wrote: Hi! I'm trying to apply a mask to a video, but there's something funny going on on the bottom edge. In this image you can see 1) the video, 2) the mask, and 3) the mask applied to the...
View ArticleTransparent video player
@Regi wrote: Hi, I'm running windows OF 0.9.8. I'd like to play a transparent video file and I've done that in osx some time ago but now I'm stuck with windows. I'm rendering out a quicktime with PNG...
View ArticleCan i take a OfTexture from the window and modify it in real-time with ellipses?
@lata1410 wrote: i need to read all the pixels from my window and refresh a counter from the value of those pixels that i am modyfingthx Posts: 1 Participants: 1 Read full topic
View Article