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

Usability improvements #12

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

zykure
Copy link
Contributor

@zykure zykure commented Feb 3, 2020

Improve usability by adding two features:

  • Middle-click on knobs and buttons resets them to default values. (This made it necessary to create deep-copies of used arrays/maps in the constructor.)

  • Middle-click on patch panel ports removes existing connections. This works in addition to the "rewire-connection-to-remove" feature. In case of multiple connections on one port, the oldest one is removed first. The connection array now uses consistent order of its from/to fields to match actual input/output ports.

note: also made `connection.from|to` more consistent - now 'from' is always output and 'to' is always input.
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

Successfully merging this pull request may close these issues.

1 participant