Monthly Archives: May 2010

May 2010

What’s the mutex for in pthread_cond_wait()?

By |2010-05-31T23:03:00-09:00May 31st, 2010|Uncategorized|

You might notice that you have to pass a mutex to pthread_cond_wait, when you are thinking to yourself "Why do I need a mutex when all I want to do is signal a waiting thread?"This is one of those questions that doesn't have an immediately obvious answer. Well, you are right that you can just [...]

One Major Feature For GUI Frameworks

By |2010-05-15T01:33:00-09:00May 15th, 2010|Uncategorized|

Our project has been using Qt for four years, and the majority of our company's income is currently based on releases from that time period. But, Qt is really buggy when using your code in VST/AU/RTAS plugins, and juce is a tried and true audio/gui/plugin library. We are considering porting our entire gui code base [...]