Skip to content

7.2.1

Choose a tag to compare

@juzzlin juzzlin released this 01 Sep 05:46
· 72 commits to master since this release

Release date:

Sun, 30 Aug 2026 23:38:39 +0300

New features:

  • Add presets to the Compressor
    • Glue, Drum Bus, Punchy Drums, Piano, Vocal, Bass, Pump and Brickwall
    • Calibrated against Noteahead's own signal levels

Bug fixes:

  • Make the effect dialogs scroll when their content does not fit

  • Fix the RTA dialog laying its controls outside the visible area

  • Keep the project's creation date instead of restamping it on every save

  • Sync an effect when it is added to a rack, not only when a knob is moved

Other:

  • Enlarge the small effect dialogs to the size the EQs use

  • Stop allocating memory on the audio thread

    • The playback and recording callbacks, the Drum Synth's per-voice inserts,
      the Limiter's lookahead, the RTA and the String & Voice devices all
      allocated per block; the whole audio path is now allocation-free
    • Count stream under/overflows instead of logging them from the callback