Add the ability to delete all examples for a specific model with OSC
Nagasaki45 opened this issue · comments
This option is available in the GUI. I can't see a reason against adding it to the OSC control interface.
I will try to handle it myself and submit a PR.
Sorry, misread your post in the first comment.
I probably wasn't clear enough. I want an OSC endpoint for controlling this functionality. Something like /wekinator/control/deleteModelExamples
with an int
argument for the model number.
Ahh got it. This is probably easier for me to just do rather than verify a PR. Give me 10 minutes
OK, thanks for the suggestion! I just added this. Should work with message /wekinator/control/deleteExamplesForOutput using output indexed starting with 1.
Thanks for the fix - 41493cc (adding the comment just for reference).
I think we can close the ticket.
Thanks!