Readbyte() blocking or non-blocking on windows?
Unless the contrary is said all the functions should behave the same in all the platforms. In the 0.9 the code comments documentation says: /// \brief Reads and returns a single byte from the...
View ArticleReadbyte() blocking or non-blocking on windows?
Ok! Thanks for quick reply! Most useful.
View Article./guiExample Segmentation fault (core dumped)
Only affects beta/unstable releases, lldb/gdb output of debug build at SEGFAULTlibstdc++.so.6std::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string() +...
View ArticleBest way to draw an array of objects
if you don't understand things very well yet you should probably try it out by just using an ofVboMesh, it should be fast enough for what you want to do i think but if it isn't then you can try using...
View ArticleBest way to draw an array of objects
Yes i set a matrix of circle just at the beginning and set circles color according to an image i read.each circle is an object from a ball class i made. // Matrix setup void ofApp::setupMatrix() { if...
View ArticleClone ofSoundPlayer object
thanks @arturo but I want to independently control three audios, volume pan and position to make some phasing.In this case I think I should use different soundPlayer objects. is there a way of loading...
View ArticleofxVideoRecorder isn't recording
Although I got it working with ffmpeg from the comman line with my 'own' commands: I can recording video & audio, or just audio. I tryed the ffmpeg command line constructed in...
View ArticleBest way to draw an array of objects
drawing individual circles and setting the global color + push/pop matrix on each object is way slower than having all the geometry in only one vbo
View ArticleClone ofSoundPlayer object
no, not directly with OF, you could probably do it using fmod or in linux openAL directly
View Article./guiExample Segmentation fault (core dumped)
can you try the latest nightly build instead? we've changed some things in those functions since the RC1
View Article./guiExample Segmentation fault (core dumped)
Hi not sure of nightly build do i extract them in their own directory or extract them into the rc?
View Article./guiExample Segmentation fault (core dumped)
in their own directory, is the same structure as the rc or the normal release
View ArticleInverse kinematics robotic arm 6dof
i would try using ofNode for each joint, that way you can chain all the local transformations without having to do all the calculations manually. The rotations are internally expressed in quaternions...
View ArticleofVideoPlayer error since of_v0.9.0RC1_vs_release
What kind of video are you trying to play? note that we moved away from quicktime as the video engine and made more platform specific variations hence direct show. if you dont have the right codecs...
View Article./guiExample Segmentation fault (core dumped)
thanks it just that of_v20150907_linux64_nightly is smaller
View Article./guiExample Segmentation fault (core dumped)
./install_codecs.shE: Command line option 'n' [from -n] is not known apt-cache --help has no 'n' extention
View ArticleBest way to draw an array of objects
well, good news.let's get cracking ! Just some more questions before i dig into it : why use ofMesh and ofVboMesh ? i mean what is the difference and why not just use one or another instead of both ?...
View Article./guiExample Segmentation fault (core dumped)
These file's are missing from the example's in the nightly-build config.makeguiExample.cbp guiExample.workspaceguiExample.layoutobjMakefile so Im a bit stumped
View ArticleofxhGui works now on OF 8.4 and OF 9.0
It is now on GitHub.I made another branch with the older version (to work with older versions of OF)
View ArticleofxStk, Synthesis ToolKit addon
I tryed compile the OF's AudioOutputExample before, and needed to change manually the device ID. Now when i compile again the ofxStk example_simple i just see empty window open without gui elements...
View Article