Damped movement
@mindthegap wrote: I would like to rotate a smaller sphere around a larger sphere. so far no problem. When the larger sphere moves the smaller sphere should react on this movement, something like a...
View ArticleofSoundPlayer get the volume from an mp3 file
@edapx wrote: I'm trying to get the "loudness", of a song played through the ofSoundPlayer. What I would like to have is the RMS value as explained in the chapter "Reacting to live audio" of the...
View ArticleofParameter listeners
@cmendoza wrote: Hi All, Is there any way to assign a listener to an ofParameter that doesn't care about the ofParameter's type? For example, let's imagine that I have multiple params: ofParameter...
View ArticleBuilding poco - build/poco folder where? how?
@Gil_Fuser wrote: Hi there. Absolute beginner here.After hours trying to install all dependencies without getting an error regarding poco and gcc5, I'm having this one: chown: cannot access...
View ArticleHow to organize source directory
@framboise wrote: This is a nooby question, but the more code I write the more I would love to find a working solution: Is there a way to create subdirectories inside of the 'src' directory of a...
View ArticleCan I load font form bytes with ofTrueTypefont?
@jjongun wrote: Can I load font form bytes with ofTrueTypefont ? Thanks. Posts: 1 Participants: 1 Read full topic
View ArticleOne-shot delay (deallocating Poco::Timer pointers?)
@sdaau wrote: Hi, I was trying to find how to implement a one-shot delay in OpenFrameworks; eventually I found that I could use Poco::Timer for it; here is a minimal working example (I call it...
View ArticleHow to manage 2 Addons with same librarary folders
@KUNCHERIA_KURUVILLA wrote: Hai, I am new to openFrameworks . Would anyone please tell me what to do when more than one addon has the same lib folder and the lib folders consist of the same files....
View ArticleofColor::fromHex with alpha
@dimitre wrote: Hello, is it possible to use ofColor::fromHex with alpha values?something like ofColor::fromHex(0xff00aa77); Posts: 4 Participants: 3 Read full topic
View ArticleofApp, where are you?
@Gil_Fuser wrote: Hello everyone I'm trying to run the ofBlobsManager example and I'm getting two of this error....
View ArticleHow to compile last version of an app
@Julian_Puppo wrote: This may be a silly question, but I can´t find any reference of it. Im tryng to compilated to last and stable version. The exe in bin folder only runs if you got visual librarys...
View ArticleofGLFWWindowSettings monitor
@Ben_Gannaway1 wrote: Should ofGLFWWindowSettings.monitor set the monitor that my app opens in? It doesn't seem to work here on OSX, two monitor setup. My code: `int main( ){ ofGLFWWindowSettings...
View ArticleGetting the frequency from each band using ofSoundGetSpectrum
@edapx wrote: Hi all, I'm trying to get the frequency from each band using ofSoundGetSpectrum. Looking at the SoundPlayerFFTExample I've copied this void ofApp::setup(){ soundPlayer.load("dig.mp3");...
View ArticleHow to Diagnose App Hang?
@smoothmango wrote: My app runs fine for a few hours, but will eventually hang. I get a beachball when my app is in the foreground, and the app is frozen (though OSX is not, I can switch apps, look at...
View ArticleofRectangle inside() event trigger
@log_log wrote: Hi there ! Glad to write my first post in this warm community I'm kind of stuck on a pretty simple issue regarding update loop and event trigger.Basically, I need to send an OSC...
View ArticleCompiling of 0.9.3 with msys2 fails on windows 7
@davidemania wrote: hi friends,I downloaded from scratch latest qt creator so far (4.0.1), of for QtCreator/msys2 (0.9.3) and msys2 (msys2-x86_64-20160205) and installed everything following the...
View ArticleExtracting data stored in a map or multimap
@robotPatrol wrote: hi, i am using a multimap to store some data. i am able to create the multimap, but when i try to print the data within it, i am only able to print the memory address and not get...
View ArticleHang on movie stop()
@smoothmango wrote: My app hangs sometimes (not always) when I call the stop() method on a movie. I've attached the xcode "crash stack" below. Anyone more knowledgeable than me able to help resolve...
View ArticleHow to log to OSX Console.app?
@smoothmango wrote: How do I log messages from my app such that they will appear in the OSX Console.app? OfLog() doesn't seem to do it, and just shows a message in Xcode's log. Posts: 3 Participants:...
View ArticleDisplay/Read a wav file as... text of bits
@gluon wrote: Hi there,I'm just seeking to read a WAV file as bits (I mean as the basic series of 0 and 1). Basically, it would be uncompressed! So plain PCM encoded. How would you process the header...
View Article