-
Notifications
You must be signed in to change notification settings - Fork 51
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
UI Control enableModelRunning #9
Comments
Thanks! I'll look into that. |
I tried to debug the code and it seems like the option is available only for Supervised controllers. Mine is a DTW. Is there a way to enable and disable models for a DTW controllers?
Thanks! |
Okay, my bad. I just realised that there are no models in DTW, only gesture types. Is there a way to enable/disable gestures (that play icon in front of each gesture) using OSC messages? |
Not at the moment, though that's a good idea for a feature to add! |
Yeah, it would be great to have that. For the time being, I added a function in DtwModel.java to fire a Property Change to which I have a listener in DtwLearningRow.java. Seems to be working :) |
Hi all,
I am trying to enable a selected model using the following code in Processing. I am not sure what's wrong but it keeps giving me the error:
I have more than five models in my project.
I do not get the error if I add only one message ex: msg2.add(1), but it doesn't enable the model either.
I would really appreciate any help with this.
Thanks!
The text was updated successfully, but these errors were encountered: