mirror of
https://github.com/vsariola/sointu.git
synced 2025-07-25 00:15:00 -04:00
fix(tracker): click on hex track low/high nibble selects that nibble
Closes #160
This commit is contained in:
parent
5099c61705
commit
7470413ad8
@ -24,6 +24,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
the command line tools.
|
||||
|
||||
### Fixed
|
||||
- Clicking on low nibble or high nibble of a hex track selects that nibble
|
||||
([#160][i160])
|
||||
- If units have useless parameters in their parameter maps, from bugs or from a
|
||||
malformed yaml file, they are removed and user is warned about it
|
||||
- Pressing a or 1 when editing note values in hex mode created a note off line
|
||||
@ -257,5 +259,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
[i151]: https://github.com/vsariola/sointu/issues/151
|
||||
[i154]: https://github.com/vsariola/sointu/issues/154
|
||||
[i158]: https://github.com/vsariola/sointu/issues/158
|
||||
[i160]: https://github.com/vsariola/sointu/issues/160
|
||||
[i162]: https://github.com/vsariola/sointu/issues/162
|
||||
[i166]: https://github.com/vsariola/sointu/issues/166
|
Reference in New Issue
Block a user