Skip to content

Releases: juzzlin/Noteahead

2.1.0

22 Apr 06:38

Choose a tag to compare

Release date:

Tue, 21 Apr 2026 22:26:01 +0300

New features:

  • Add menu actions to add Note OFFs on column, track, pattern

  • Add transpose per note column

    • Located in column settings
    • The value is added to the track-level transpose
  • Add MIDI delay for note columns

    • Located in column settings (MIDI Effects tab)
    • Configurable delay (in lines), feedback, and max repetitions
  • Add song transposition feature

    • Fixes also drum track not taken into account properly
  • Implement audio playback for the audio recorder

    • Output device can be selected in the audio settings
    • Clicking on the waveform will make the editor jump to the corresponding location
    • The last recorded file path is saved and loaded along the project
  • Implement a MIDI delay effect

    • Column settings => MIDI Effects
  • Theming: Add option to change the accent color

    • Settings => Theme
  • Show error dialog if previously recorded audio cannot be played

Bug fixes:

  • Don't allow repeating keys when playing

Other:

  • Divide column settings into Instrument, Timing, and MIDI Effects tabs

  • Improve file format integrity

    • Don't serialize song length anymore, but rely on play order
    • Remove possibly missing patterns indices from play order
  • Refactor audio settings layout

2.0.0

12 Apr 21:58

Choose a tag to compare

Release date:

Sun, 12 Apr 2026 23:12:09 +0300

New features:

  • Implement the concept of a 'drum track'

    • Drum tracks are not transposed by pattern => transpose
  • Extend chord automation with an arpeggiator

  • Make velocity interpolation dialog remember the previous values

  • Fix GitHub Issue #19: Make it possible to open a project directly via CLI

  • Fix GitHub Issue #39: Save patch changes in midi export

    • Optionally exports and imports program change and bank settings
  • Fix GitHub Issue #41: MIDI export: Export MIDI CC events

    • Add optional export of MIDI CC data
  • Fix GitHub Issue #42: MIDI export: Export Pitch Bend events

    • Add optional export of Pitch Bend data

Bug fixes:

  • Fix crash when resizing after track deletion

Other:

  • Optimize UI performance during playback and pattern changes
    • Replaces heavy QML ListViews with custom C++ renderers (QQuickPaintedItem)
    • Virtualizes the pattern view to massively reduce memory usage and loading times

1.8.1

25 Mar 21:30

Choose a tag to compare

Release date:

Wed, 25 Mar 2026 21:59:27 +0200

New features:

  • Apply track cut/copy/paste also for MIDI CC and PB automations

  • Implement Random modulation for MIDI CC automations

  • Implement Random modulation for pitch bend automations

Other:

  • Calculate CC/PB modulation amplitudes from the full/half range

  • Optimize track and column creation

1.8.0

03 Mar 20:17

Choose a tag to compare

A lot of cool new features this time:

Release date:

Tue, 03 Mar 2026 21:00:57 +0200

New features:

  • Implement a user manual dialog

  • Implement integrated Jack recorder

    • Now it's possible to connect Noteahead e.g. in Carla
  • Implement option to delete unused patterns

  • Add option to skip patterns by right-clicking on the play order

  • Fix GitHub Issue #31: Add MIDI import

    • Implements an experimental MIDI import
    • Supports note on/off and velocity
  • Fix GitHub Issue #38: Implement support for Jack transport

Bug fixes:

  • Don't allow interactions with AudioWaveView while playing

  • Fix GitHub Issue #37: Changing MIDI controller doesn't remove the previous handler

Other:

  • Rename Noteahead Virtual MIDI Out => Noteahead MIDI Out

1.7.1

10 Feb 07:17

Choose a tag to compare

Release date:

Tue, 10 Feb 2026 08:13:25 +0200

Bug fixes:

  • Fix graphical issues when adding a new column

  • Fix NoteVisualizer not taking mixer into account

1.7.0

08 Feb 18:18

Choose a tag to compare

Release date:

Sun, 08 Feb 2026 19:40:04 +0200

New features:

  • Add tooltips to Song View pattern buttons

  • Allow jumping to a new song position during playback by clicking on the Song View

  • Implement view for the recorded audio

Bug fixes:

  • Fix GitHub Issue #36: Loss of icons

1.6.0

03 Feb 19:40

Choose a tag to compare

Release date:

Tue, 03 Feb 2026 21:06:28 +0200

New features:

  • Add a dedicated delay column

    • Now a note delay can be directly entered on the delay column (0-24 ticks)
  • Add chord automation presets

  • Make contents in instrument setting tabs vertically scrollable

  • Make transpose undoable

Bug fixes:

  • Fix volume meter not always triggered on line 0

1.5.0

23 Jan 20:38

Choose a tag to compare

Release date:

Fri, 23 Jan 2026 22:08:32 +0200

New features:

  • Add option to disable UI updates during playback

  • Add velocity key track visualization and offset

Bug fixes:

  • Fix velocity interpolation not undo'ed

  • Fix broken LBP visualization

Other:

  • Busy wait in PlayerWorker for higher precision

  • UI performance improvements

    • Optimized Volume Meter triggering
    • LineNumberColums as ListView's
    • SongView as a ListView

1.4.0

19 Jan 19:46

Choose a tag to compare

Release date:

Mon, 19 Jan 2026 21:12:26 +0200

New features:

  • Fix GitHub Issue #27: Implement undo/redo for note data

  • Implement velocity key track

    • Set per-instrument in track settings (0-100%)
    • Linearly reduces velocity for higher notes
  • Enable live recording on the current column

  • Implement adjustable delay per note column

  • Implement rate reduction for MIDI CC automations

  • Add offset parameter to MIDI CC modulation

  • Make it possible to select audio source

Bug fixes:

  • Fix track header not properly initialized when new pattern created

1.3.0

31 Dec 16:43

Choose a tag to compare

Release date:

Wed, 31 Dec 2025 15:32:42 +0200

New features:

  • Implement asynchronous loading and show a progress bar

  • Implement individual delays for chord notes

  • Make it possible to insert a new track also to the left

  • Show pattern time / song time / total time on the tool bar

Bug fixes:

  • Fix cursor activation on explicit song position change

Other:

  • Optimize track creation