feat(sointu): display compressor invgain and threshold in dB

This commit is contained in:
5684185+vsariola@users.noreply.github.com
2024-10-15 23:27:58 +03:00
parent 27b6bc57d2
commit 7b213bd8b0
2 changed files with 7 additions and 2 deletions

View File

@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased]
### Added
- Compressor displays threshold and invgain in dB
- Dragging mouse to select rectangles in the tables
- The standalone tracker can open a MIDI port for receiving MIDI notes
([#166][i166])