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

[bug] when binding two parameters, refresh control-box to parameter#2-name if parameter#1 is unbound #261

Closed
esaruoho opened this issue Jan 11, 2019 · 1 comment

Comments

@esaruoho
Copy link
Collaborator

steps to replicate:

  1. activate learning of Control-box (blue box)
  2. bind Cutoff
  3. bind Resonance

control-box now says Cutoff
4. Remove Cutoff
expected result:
control-box now says Resonance
current result:
control-box still says Cutoff
second half

third half:
bind Cutoff, bind Resonance, clear Cutoff, clear Resonance = still says Cutoff

@esaruoho
Copy link
Collaborator Author

@baconpaul requested i reference the commit with the clear all
b0fa505

baconpaul added a commit to baconpaul/surge that referenced this issue Jan 11, 2019
As reported in surge-synthesizer#268, the menu reset i put was too heavy handed.
Make it so it cant reset "Timbre and the like".

As reported in surge-synthesizer#261, if you are in auto-name mode and remove
your first mapping you shoudl change the name. This was mildly
hairy so do it and add some comments.
baconpaul added a commit to baconpaul/surge that referenced this issue Jan 12, 2019
As reported in surge-synthesizer#268, the menu reset i put was too heavy handed.
Make it so it cant reset "Timbre and the like".

As reported in surge-synthesizer#261, if you are in auto-name mode and remove
your first mapping you shoudl change the name. Comment this since
the logic required more than 10 seconds thought.
baconpaul added a commit to baconpaul/surge that referenced this issue Jan 12, 2019
As reported in surge-synthesizer#268, the menu reset i put was too heavy handed.
Make it so it cant reset "Timbre and the like".

As reported in surge-synthesizer#261, if you are in auto-name mode and remove
your first mapping you shoudl change the name. Comment this since
the logic required more than 10 seconds thought.
baconpaul added a commit to baconpaul/surge that referenced this issue Jul 10, 2019
As reported in surge-synthesizer#268, the menu reset i put was too heavy handed.
Make it so it cant reset "Timbre and the like".

As reported in surge-synthesizer#261, if you are in auto-name mode and remove
your first mapping you shoudl change the name. Comment this since
the logic required more than 10 seconds thought.


Former-commit-id: 724b62c129a5290fe888d64f314ca41cabc21f8a [formerly f444773]
Former-commit-id: 6c618924355f6edeefef7b25fe80b997a578411a
Former-commit-id: f5825f7ea098e48b18f6276f09645d2eabdfd3a0
baconpaul added a commit to baconpaul/surge that referenced this issue Jul 10, 2019
Fix two menu reset problems. Closes surge-synthesizer#261. Closes surge-synthesizer#268.

Former-commit-id: 68ac24f7583c18164982ff7357904e5d136948ff [formerly 3aac6c2]
Former-commit-id: 0816d9c67c8a90098152c173c8b772009d4f34b0
Former-commit-id: 23290d2907294bec6188493b4e2f5fcd32f8814c
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

1 participant