Hi all,
I want to test the ofxSequencer with the given example: https://github.com/genekogan/ofxSequencer/tree/master/example
I´m struggeling with an error "No matching member function for call to ‘startThread’"
This occures in the addon ofxBpm in the Line: startThread(true, false);
Here it is working fine in macOS and last OF/0.10.
What OF version are you using?
I think it’s important because if you look into last repo commits, startThread(true, false); has been changed to be compatible with OF >=0.10. If you are using OF 0.9.8 maybe you need to use an earlier repo state/commit…
Also maybe you don’t need to add ofxBpm, because it’s already included.
(I used many times this addon and sometimes the mouse clicks are working bad…
Also if you expect a really precise clock you can look around the forum to better alternatives.)