Skip to content
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

OSC module's Command Tester does not update parameters when switching a command #202

Open
sebescudie opened this issue Oct 18, 2023 · 2 comments

Comments

@sebescudie
Copy link

Environment

  • OS: Windows 11
  • Version 1.9.17b7

Describe the bug
When trying commands in an OSC module's Command Tester, switching commands does not update their parameters. The tester sticks to the parameters of the first command that was tested

To Reproduce
Steps to reproduce the behavior:

  1. Create an OSC Module, add two template : /foo that sends a float and /bar that sends a bool
  2. Go to the module's command tester, test /foo and then switch to /bar : you still have a float parameter
command-tester-does-not-update.mp4

Expected behavior
The parameters should update and display those from the command I have selected

Additional context
None

@benkuper
Copy link
Owner

Yep, it tries to load the previous command data to make something "intelligent" and avoid reputting informations if the command is similar, but doing a poor job at it and basically reloading too much of the previous command. I disabled this feature for the next version

@sebescudie
Copy link
Author

Noted, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants