mirror of
https://github.com/vsariola/sointu.git
synced 2025-05-27 19:00:25 -04:00
docs: update CHANGELOG.md
This commit is contained in:
parent
8d71cf3ca7
commit
4169356845
11
CHANGELOG.md
11
CHANGELOG.md
@ -33,8 +33,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||||||
- Include version info in the binaries, as given be `git describe`. This version
|
- Include version info in the binaries, as given be `git describe`. This version
|
||||||
info is shown as a label in the tracker and can be checked with `-v` flag in
|
info is shown as a label in the tracker and can be checked with `-v` flag in
|
||||||
the command line tools.
|
the command line tools.
|
||||||
- If a parameter is controlled by a `send`, the slider is now colored differently
|
- If a parameter is controlled by a `send`, the slider is now colored
|
||||||
and there's a tooltip over the value to see where it comes from and its amount
|
differently and there's a tooltip over the value to see where it comes from
|
||||||
|
and its amount ([#176][i176])
|
||||||
|
- If a parameter has an invalid value (for now only `port` of a `send`), value
|
||||||
|
is printed grey ([#176][i176])
|
||||||
|
- Performance improvement: values needed by the UI that are derived from the
|
||||||
|
score or patch are cached when score or patch changes, so they don't have to
|
||||||
|
be computed every draw. ([#176][i176])
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- We try to honor the MIDI event time stamps, so that the timing between MIDI
|
- We try to honor the MIDI event time stamps, so that the timing between MIDI
|
||||||
@ -294,3 +300,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||||||
[i166]: https://github.com/vsariola/sointu/issues/166
|
[i166]: https://github.com/vsariola/sointu/issues/166
|
||||||
[i168]: https://github.com/vsariola/sointu/issues/168
|
[i168]: https://github.com/vsariola/sointu/issues/168
|
||||||
[i170]: https://github.com/vsariola/sointu/issues/170
|
[i170]: https://github.com/vsariola/sointu/issues/170
|
||||||
|
[i176]: https://github.com/vsariola/sointu/issues/176
|
Loading…
Reference in New Issue
Block a user