Play midi file with clock out
@simonblackmore wrote: Hi all, I would like to be able to play a midifile and a clock out in the same way as you might do in Ableton or Logic. Does anyone have a tried an tested way of doing this. So...
View ArticleI want to make this like messagebox
@bemoregt wrote: Hi, All. I want to make this like messagebox. How can I make this? pop.jpg612×756 36.7 KB from @bemoregt. Posts: 3 Participants: 3 Read full topic
View ArticleSimple Switching with of Objects
@JDeut wrote: Hi all - I’m new to OF and new to C++, so I’m working slowly through the book. Generally, I like to learn by figuring out little modifications to the examples provided. For example...
View ArticleofBackgroundGradient() messing with video recording
@Okliis wrote: Hi all, It seems that using ofBackgroundGradient() with ofxVideoRecorder doesnt work: It functions normally when I use ofBackground() in the fbo, however I get a blank screen when I use...
View ArticleofPolyline arcs rendering with "corners"/divots with line width greater than 1
@a__ wrote: I’m trying to draw empty circles with strokes thicker than 1px. Using ofPolyline but it’s rendering with these weird little divots in its 4 “corners”: ofPoint pos = ofPoint(100, 100); int...
View Article[Solved] Displaying special characters with ofTrueTypeFont
@samuset wrote: Hi, I’m having a bit of a problem with displaying special characters with my fonts usign ofTrueTypeFont. This is what I want displayed: fontSemibold.drawString( "aáúőű–", 100, 40 );...
View ArticleWhat is a good way to put background color for codes?
@Koji_Kanao wrote: of.png475×604 126 KB I’m generating a shader code and displaying it. But sometimes it’s not readable, so I would like to put black as a background color for shader code. code for...
View ArticleI want to show all image files from dragged in window
@bemoregt wrote: Hi, All. I want to show all image files from dragged in window. But this code just show one image. What’s wrong to me? #include “testApp.h”...
View ArticleofNode efficient set position, scale and orientation
@NickHardeman wrote: What is the most efficient way to set all three? If I call setPosition(), setScale() and then setOrientation(), it works as expected, but the createMatrix function is called for...
View ArticleTelegram group - openFrameworks
@dimitre wrote: it would be great to have a general Telegram group for openFrameworks. I think it is more dynamic than Slack, more IRC like. What do you think? Posts: 1 Participants: 1 Read full topic
View Article[SOLVED] Xcode linker error related to ofxGui
@diatrevolo wrote: Migrating an application from 0.9.8 to 0.10.1. I resolved a bunch of other issues, and now am down to just one family of problems. It seems the linker can’t find certain...
View ArticleNetwork Video streaming for dummies?
@dono wrote: Hi everyone, how can I easily receive an UDP or RTSP video stream, so I can process the images and then send it as another UDP or RTSP stream in (as close as possible to) realtime? So far...
View ArticleI tried to remove rebox using ofxCV's InPaint()
@bemoregt wrote: Hi, All. I tried to remove redbox using ofxCV’s InPaint() . ScrShot 9.jpg1648×646 244 KB first: original redbox image & HSV slider panel 2nd: inRange() mask from HSV slider value...
View ArticleSwitch console information to ‘in app’ display
@Sam_McElhinney_io wrote: Hi all I am hoping there is a really simple way of doing this, but I am unable to find it… Is there a way to display the console print information (ofLogm, couts, other error...
View ArticleSound manipulation/synthesis in OF
@skywalkerwin wrote: So lets say I have an incoming audio line from my microphone (or something) would it be possible to alter this incoming sound with different waveforms and output those altered...
View ArticleI wan to these each classes to myObject class array
@bemoregt wrote: Hi, All. I wan to these each classes(a,b,c) to myObject class array. So, I want to enter member using for loop. How can? #include “ofApp.h” // Image class class myObject { public:...
View ArticleofLog prints unreadable messages
@jxa wrote: Hi, I’m having some difficulties when reading messages printed to de console with ofLog. When running ofLogExample from examples/strings as soon as I hit “v” on my keyboard to set verbose...
View ArticleHow to add one callback for multiple ofParameters?
@ricardomatias wrote: In setup(), such as: MAX_DEPTH and MAX_DRAW are 2 ofParameter of int and float. MAX_DEPTH.newListener([this](int &v) { drawAlgo(); }); MAX_DRAW.newListener([this](float...
View ArticleHow can I increase the font size of gui panel?
@bemoregt wrote: Hi, All. ScrShot 3.png1136×646 478 KB How can I enter the title for gui panel? and… How can I increase the font size of gui panel?? Thanks. Posts: 1 Participants: 1 Read full topic
View ArticleI want to monitor this python process from openframeworks using c++ watchdog
@bemoregt wrote: Hi, All. I have executed python process like this - $ python3 infer.py And, I want to monitor this python process from openframeworks using c++ watchdog. When this python process...
View Article