feat(tracker): ability to bind MIDI controllers to parameters

Closes #152
This commit is contained in:
5684185+vsariola@users.noreply.github.com
2026-01-31 23:18:14 +02:00
parent 6e8acc8f9b
commit f2ef57a845
15 changed files with 311 additions and 55 deletions

View File

@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased]
### Added
- Ability to bind MIDI controllers to specific parameters. The MIDI menu has the
options to bind/unbind parameters. When the user starts binding a parameter,
Sointu waits for the next MIDI Control Change event and binds the currently
selected parameter to that controller. ([#152][i152])
- Plot the envelope shape on top of the oscilloscope when the envelope unit is
selected.
- Spectrum analyzer showing the spectrum. When the user has a filter or belleq
@ -389,6 +393,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[i149]: https://github.com/vsariola/sointu/issues/149
[i150]: https://github.com/vsariola/sointu/issues/150
[i151]: https://github.com/vsariola/sointu/issues/151
[i152]: https://github.com/vsariola/sointu/issues/152
[i153]: https://github.com/vsariola/sointu/issues/153
[i154]: https://github.com/vsariola/sointu/issues/154
[i155]: https://github.com/vsariola/sointu/issues/155