-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
runParallel() on Bela #20
Comments
This is failing on the second test of runParallel(). I see I've commented out another test on line 411, which makes me think this method needs some attention in general. |
With RapidLib/test/rapidLibTest.cpp Line 403 in e2c8872
|
That's good news, I guess. This might be a challenge to fix. It seems like threading isn't working properly, but I don't have an easy way to reproduce the problem here. I wonder if there's a race condition that's being exposed by the specifics of your setup. I'd be curious to know what myDTW.runParallel(seriesTwo) is returning in the line that was commented out. I don't have a Bela. Is there any way I could borrow one to do some debugging? Apart from parallel DTW, things look fine. So, if you don't need that then you can probably ignore the problem. Honestly, I haven't been too excited by DTW for real-time control. There are probably better series classification algorithms for many musical use cases. |
Jake Armitage reported the following:
The text was updated successfully, but these errors were encountered: