Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [1.2.1](v1.2.0...v1.2.1) (2021-11-11) ### Bug Fixes * add checks before drawing lights on devices + better method semantics + changing values in the neuron UI updates the weights + various improvements ([8842d14](8842d14)) * **state/devices:** remove useless argument in pick + set false attribute on unpick + create a common `pickDevice` function ([d19690d](d19690d)) * **ui/mappings:** disable learning mode if parameter is already mapped ([2e4fd4e](2e4fd4e)) ### Performance Improvements * **controller-device:** better event listeners handling ([cae298b](cae298b)) * **controllerDevice:** rewrite `is*Mode` attributes with get accessors ([104a6b2](104a6b2)) * **devices:** use more explicit handler names for note events + add comments ([5a9e959](5a9e959)) * prefer shorter syntax for optional parameters (`?` instead of `= undefined`) ([1874aa5](1874aa5)) * **selectorDevice:** add call for removing listeners before attaching events (might be redundant, but it's OK) ([13045c5](13045c5)) * **state:** remove unused global state object ([c82ea32](c82ea32))
- Loading branch information