Tom Butterworth

Results 94 comments of Tom Butterworth

Working here with OF 0.11. That's an unusual error. Did you `git clone` the repo or download it? macOS and Xcode versions?

It works from download here. Can you try the download again, or try doing a git clone? Are you using the Finder to unzip it? libavutil.55.dylib should be a link...

Which OF version and OS? Can you provide the simplest possible project which reproduces this issue?

Ah yeah, I see multiple issues - just as a note to myself: there's bad usage of std::condition_variable, plus deadlock when audio threads are destroyed, plus deadlock if you destroy...

OK I'll fix the problems with deadlock and crashing in this issue when I get time - if nobody beats me to it.

Ah yeah, I need to think about this - and either provide instructions in the README, or perhaps change to static libraries. For now, you'll have to copy the ffmpeg...

Do you see this issue with the example project? How are you generating your project file - are you using the OF Project Generator?

Presumably there's a reason you're unable to use OF 11? Are you using the OpenFrameworks-0.10 branch of this repo?

Yep, for now you will have to use new (and delete them if you ever remove them from the vector). ofxHapPlayer lacks copy or assignment operators to manage its associated...

@dimitre not sure if that's going to be related, but can you paste a few lines of code that demonstrate the problem (or link a full project if that's easier)?